Product Code Database
Example Keywords: digital music -mobile $6-136
barcode-scavenger
   » » Wiki: Bad Sector
Tag Wiki 'Bad Sector'.
Tag

A bad sector in computing is a on a unit that is unreadable. Upon taking damage, all information stored on that sector is lost. When a bad sector is found and marked, the like or will skip it in the future. Bad sectors are a threat to information security in the sense of .


Details
Bad sectors can be "soft" (logical) or "hard" (hardware, physical), depending on what is making the sector inaccessible. In case of power loss, bit rot (more likely on ), or firmware issues, the on-disk format can be corrupt beyond what the error correcting code can fix. This is a "soft" bad sector: writing over the corruption would succeed.

On the other hand, sectors broken physically cannot be restored: writing would fail, forcing a remap. A new drive may start with some innocuous bad sectors due to manufacturing flaws. Larger patches occur throughout use, due to , wear-and-tear, physical shock, or dust intrusion.

On solid-state drives, flash wear or flash controller error may also cause bad sectors.


Handling

Operating system
Bad sectors may be detected by the or the disk controller. Most contain provisions for sectors to be marked as bad, so that the operating system avoids them in the future. Disk diagnostic , such as (Microsoft Windows), (on ), or (on ) can actively look for bad sectors upon user request.

With the advent of SMART-enabled disk controllers (see below), the burden of avoiding bad sectors more commonly falls to the disk. Some newer file systems such as and do not have a bad-block avoidance feature at all. Software tools that look for bad blocks still have a use case: by issuing writes at detected bad sectors, one can expedite the remapping process, avoiding further attempts at reading the bad sector.. "--make-bad-sector Deliberately create a bad sector (aka. "media error") on the disk. ... Note also that the --repair-sector option can be used to restore (any) bad sectors when they are no longer needed, including sectors that were genuinely bad (the drive will likely remap those to a fresh area on the media). --write-sector: This can be used to force a drive to repair a bad sector (media error)."


Disk controller
When a sector fails a normal read access, a typical firmware of a modern (post-1990) disk controller would retry a few times in hope of succeeding, before timing out and marking it as "pending". (A successful read not only needs to produce data, but also needs to pass the error correction code.) Pending sectors may be retried on further reads. The repeated retry action produces a noise known as (the HDD version of) click of death.

When a sector is found to be unwritable (or not holding onto the written data when read immediately after a write), the firmware typically remaps the logical sector to a different physical sector no matter whether it was marked pending. Conversely, if a pending sector is successfully written to, it is removed from the pending list.

In both cases, the operations are transparent to the operating system, which only needs to issue sector-read and sector-write commands. The retries due to an unreadable sector may cause excessive delay before a definite success or failure.

There are two types of remapping by disk hardware: P-LIST (mapping during factory production tests) and G-LIST (mapping during consumer usage by disk microcode). Utilities can read the Self-Monitoring, Analysis, and Reporting Technology (SMART) information to tell how many sectors have been reallocated, and how many spare sectors the drive may still have. Monitoring Hard Disks with SMART., 2004. Because reads and writes from G-list sectors are automatically redirected (remapped) to spare sectors, it slightly slows down drive access even if data in drive is defragmented. Once the G-list is filled up, the storage unit becomes incapable of further remap and will show write errors to the operating system.


Command set comparison
Compared to ATA, the SCSI command set allows finer-grained management of bad sectors. Users can read the G-LIST, control whether automatic remap is performed (not only possible on write failures AWRE, but also on read-with-ECC success ARRE) and use a dedicated command to manually remap if needed. The command set also provides a way to perform low-level format with . (sbc4r22.pdf)

For example, with a sector that fails the first read attempt but succeeds on subsequent ones, the following choices are reasonable: ignore, write what was successfully read back (refresh), or attempt to remap (because the sector has proven to be bad at retaining data). The ATA command set provides ways to do the first two but not the third, leaving the possibility of further rot on this sector. The situation is similar with fully unreadable sectors, just more severe as the sector has proven capable of total data loss. The old filesystem mechanisms for avoiding bad sectors can be used in this case to avoid writing new data to such dubious sectors.

The SCSI / ATA Translation (SAT) standard defines a read-write-verify sequence for translating the command to ATA.Information technology - SCSI / ATA Translation - 6 (SAT-6) Draft Revision 2 SAT6r02.pdf


Manipulation methods
The SCSI and ATA standards used to have commands for writing the raw contents of the sector, including the error correction code (ECC) data. As a result it could be used to create deliberate "soft" bad sectors, which in turn can be used to verify bad sector support in disk utilities and forensic tools. This is supported by:

  • The program . For example, to create an error at LBA 10, .
  • The Linux program , via . Can also issue the SCSI version due to SAT needs.
  • The Linux includes a command for this purpose.

The newer alternative to a raw in ATA is , which flags sector as bad immediately and prohibits further retries. The corresponding command in SCSI is with a (write uncorrectable) option bit set. This can be accessed through hdparm or .

The counterpart to is the equally obsolete . It can be used to read the raw sector contents including the ECC data. It is accessible through for SCSI. No known program uses the ATA version of this command.


Frequency
In a 2007 study, CERN observed 1.53 million hard drives from 30 models over 32 months and analyzed the drive read errors returned. They noted that 3.5% of drives developed "latent read error" (i.e. unreadable bad sector), and that a disk with a bad sector is more likely to develop more. Bad sectors cluster spatially (in a 10–MB neighborhood) and temporally. Errors recovered by ECC, which are reported by enterprise drives (using the SCSI command set), also suggest a higher chance of a bad sector in the future.
(2007). 9781595936394, ACM. .


See also
  • - a copy protection scheme writing sectors on spiraling paths on the disk rather than in concentric circles.
  • – a method of avoiding bad sectors
  • ARccOS Protection – bad sector protection on DVDs, used by Sony.
  • - a more serious form of damage to the hard disk platter


External links

Page 1 of 1
1
Page 1 of 1
1

Account

Social:
Pages:  ..   .. 
Items:  .. 

Navigation

General: Atom Feed Atom Feed  .. 
Help:  ..   .. 
Category:  ..   .. 
Media:  ..   .. 
Posts:  ..   ..   .. 

Statistics

Page:  .. 
Summary:  .. 
1 Tags
10/10 Page Rank
5 Page Refs