![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Questions involving NAS, SAN, RAID, Robotic Libraries, backups, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Identifying generic scsi disk on AIX 5.3 | plcj58 | UNIX for Advanced & Expert Users | 2 | 07-28-2008 10:23 AM |
| SCSI Disk | rcon1 | UNIX for Advanced & Expert Users | 5 | 03-28-2008 03:25 AM |
| Vfstab on spare disk - HOW ? Mount ? | DGoubine | UNIX for Dummies Questions & Answers | 3 | 02-22-2005 06:06 AM |
| about hoe to add new scsi disk (unixware 7.1.1) | luckylwf | UNIX for Dummies Questions & Answers | 2 | 11-10-2002 06:43 AM |
| Scsi Disk Failed | nikk | UNIX for Advanced & Expert Users | 1 | 11-17-2001 03:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
SCSI disk spare sectors
Is there a way to determine the number of available spare sectors on a disk ? as it may be useful for notifying a user to take a backup of the disk before it runs into a medium error.
|
| Forum Sponsor | ||
|
|
|
||||
|
I don't think you can do this with du.
Du (Unix - Wikipedia, the free encyclopedia) To look at the underlying sectors, you need a lower level utility such as fdisk fdisk - Wikipedia, the free encyclopedia |
|
|||
|
I am sorry. I think I confused everyone. This is what I actually meant to say..
Usually a hard disk keeps spare sectors that are not visible to the user. Whenever the disk encounters a bad block the disk internally replaces these bad blocks from the spare sectors. This operation is completely translucent to the user. There seems to be a specific number of spare sectors on any hard disk that is used for recovering from bad blocks. But once the disk runs out of spare sectors in the process of replacing bad blocks, all future bad blocks will become medium errors (unrecoverable). If the number of available spare sectors can be found then the user can be informed much earlier that its time to backup this disk as it would soon become faulty. |
|
|||
|
Quote:
What you are asking for is very low-level and device/manufacturer specific. |
|
||||
|
Quote:
smartmontools Home Page (last updated $Date: 2007/10/26 21:49:03 $) Quote:
Monitoring Hard Disks with SMART |
||||
| Google The UNIX and Linux Forums |