Methods and devices for preventing media errors due to media scratches

Information

  • Patent Grant
  • 8565053
  • Patent Number
    8,565,053
  • Date Filed
    Tuesday, June 19, 2012
    13 years ago
  • Date Issued
    Tuesday, October 22, 2013
    11 years ago
Abstract
A method of operating a disk drive comprises scanning each Logical Block Address (LBA) of the disk drive to detect a read error or reading the LBA from a media defect list. The LBA may then be converted to a corresponding physical location on the media and a scan of the corresponding physical location and of nearby physical locations that are within a proximity threshold of the corresponding physical locations may be performed to find media defects. Based thereon, it may then be determined whether a media scratch is present and at least one or more data sectors associated with the media scratch may be relocated to a spare location on the media if the media scratch is determined to be present. If the media scratch is determined not to be present, only the data sector associated with the corresponding physical location may be relocated to the spare location.
Description
BACKGROUND

In disk drives, defects on the media surface can cause the read channel to repeatedly detect incorrect data (hard errors). Very large defects may result in hard errors that are too long for the disk drive ECC algorithm to correct. Defect scans are used in the manufacturing process to flag those sectors with large defects so they are excluded from use during normal drive operation.


At the factory, based upon the number of detected defects, it may be determined whether the disk drive is useable or not. The disk drive may fail the manufacturing process when too many defects are detected. Conventionally, if the disk drive is determined to be usable given the number and severity of the detected defects, a predetermined space around the detected defect is designated as a margin, which becomes designated as being thereafter unavailable for user data. Moreover, although every effort is made to seal the drive during manufacturing, contaminants may still become sealed therein. Such contaminants may, after the drive is shipped to the customer and put into use, cause scratches on the media. Some scratches, or portions thereof, are sufficiently shallow as to be properly handled by the error correction in the firmware. Other scratches may be too deep for the firmware error correction to correct. Conventionally, media defects are detected, mapped and margined during the manufacturing process. Consequently, when a drive leaves the factory, is shipped to the customer and put to use in the field, it is assumed that the probability of finding any new defects is low. Therefore, the drive's capacity to accommodate new defects in the field, such as scratches, is limited. Such media defects that occur or are discovered as a result of user operations of the disk drive, however, do occur and should be addressed.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 shows major components of a disk drive, according to one embodiment.



FIG. 2 is a flowchart of a conventional method for performing a defect scan.



FIG. 3A is a flowchart of a method for preventing media errors due to scratches on the media, according to one embodiment.



FIG. 3B is a flowchart of a method for preventing media errors due to scratches on the media, according to one embodiment.



FIG. 4 shows a scratch spanning across a plurality of data sectors and tracks of the media, according to one embodiment.



FIG. 5 shows a detected scratch mapped across a plurality of data sectors and tracks of the media using an error correcting code (ECC) scan and the margining of such detected scratch, according to one embodiment.





DETAILED DESCRIPTION


FIG. 1 shows the principal components of an exemplary magnetic disk drive 100 constructed in accordance with one embodiment. With reference to FIG. 1, the disk drive 100 comprises a head disk assembly (HDA) 144 and a printed circuit board assembly (PCBA) 141. The HDA 144 may comprise a base 161 and a cover 171 attached to the base 161 that collectively house a disk 102 or a stack of two or more such disks 102, according to one embodiment. The HDA 144 also includes a spindle motor 113 attached to the base 161 for rotating the disk 102, an HSA 150, and a pivot bearing cartridge 184 that rotatably supports the head stack assembly (HSA) 150 on the base 161. The spindle motor 113 rotates the disk 102 at a constant angular velocity. The HSA 150 comprises a swing-type or rotary actuator assembly 152, at least one head gimbal assembly (HGA) 110 coupled to a load beam that includes a flexure and a flex circuit cable assembly. The rotary actuator assembly 152 includes a body portion, at least one actuator arm cantilevered from the body portion, and a coil portion 156 cantilevered from the body portion in an opposite direction from the actuator arm. The actuator arm supports the HGA 110 that, in turn, includes and supports the slider(s) 154. The flex circuit cable assembly may include the flexible cable 180 and a flex clamp 159. The HSA 150 is pivotally secured to the base 161 via the pivot-bearing cartridge 184 so that the slider at the distal end of the HGA 110 may be moved over the surfaces of the disk(s) 102. The pivot-bearing cartridge 184 enables the HSA 150 to pivot about a pivot axis. The storage capacity of the HDA 144 may be increased by, for example, increasing the tracks per inch (TPI) density on the disk 102 and/or by including additional disks 102 in a disk stack and by an HSA 150 having a vertical stack of HGAs 110 supported by a rotary actuator assembly 152 having multiple actuator arms. The “rotary” or “swing-type” actuator assembly 152 rotates on the pivot bearing 184 cartridge about its pivot axis between limited positions and further includes a coil portion 156 that extends from one side of the body portion to interact with one or more permanent magnets 190 mounted to back irons 170, 172 to form a voice coil motor (VCM). The VCM causes the HSA 150 to pivot about the actuator pivot axis to cause the slider and the read-write heads thereof to sweep radially over the disk(s) 102. The PCBA 141 includes a processor 142 and control circuitry configured to read data from and write data to the disk(s) 102 and to prevent media errors due to media scratches by, for example, carrying out the methods and margining functionality described and shown herein relative to FIGS. 3A-5.



FIG. 2 is a flowchart of a conventional method for performing a defect scan. To do so, the disk drive enters an offline state (as such is called in Advanced Technology Attachment (ATA) drives) or a background state (as such is called in Serial Attached SCSI (SAS) drives) as shown in Block B21 and scans all Logical Block Addresses (LBA), as shown at Block B22 to B27. If the drive finds media defect during offline or background state, the media defect sector is relocated. As shown at Block B22, the offline or background scan begins at the first LBA, such as LBA 0. The current (0 in this case) LBA is scanned, using internal read verify command, as suggested at Block B23. At Block B24, it is determined whether a read error has occurred. If a read error has occurred (YES branch of B24), the defective data sector at the current LBA is relocated to a spare location on the disk, as shown at B25. If no read error has occurred (NO branch of Block B24), it is determined at B26 whether the offline or background scan has reached the maximum LBA of the disk by determining whether the current LBA is less than the maximum LBA on the disk. If the current LBA is indeed less than the maximum LBA (YES branch of B26), the current LBA is incremented to the next LBA, as shown at B27. Thereafter, the offline or background scan reverts back to Block B23 to perform the offline media scan on the next LBA. This process continues until the current LBA reaches the maximum LBA on the disk (as shown be the NO branch of B26), whereupon the offline or background scan ends at Block B28.



FIG. 3A is a flowchart of a method for preventing media errors due to scratches on the media, according to one embodiment. As shown by the dashed lines of Block 3A1, the method may optionally comprise entering a background or offline state, to carry out the functionality of one or more of the blocks shown in FIG. 3A. Moreover, one or more of the blocks may be interrupted in order to carry out the processing of host commands. Starting at the first LBA of the disk (such as LBA 0, for example) as shown at Block 3A2, the controller 142 (FIG. 1) may carry out an offline media scan, as shown at 3A3, to scan each LBA of the media of the disk drive to detect a read error. In so doing, the drive may determine whether a read error occurred on the current LBA, as shown at Block 3A4. If no read error is detected (NO branch of 3A4), it is then determined at Block 3A6 whether the current LBA is less than the maximum LBA of the disk drive. If the media scan has not reached the maximum LBA (YES branch of 3A6), the LBA is incremented at 3A7 whereupon the scan is continued at 3A3. If the maximum LBA has been reached (NO branch of 3A6), the offline or background media scan is finished and the method ends at Block 3A12.


If, however, a read error is detected at (YES branch of Block 3A4), the LBA associated with the read error may be converted to a corresponding physical location on the media. As shown at Block 3A8, the LBA may be converted to a physical location at least partially defined by the identification of a track, head and sector. An ECC scan of the corresponding physical location and of physical locations that are within a proximity threshold (e.g., physical locations that are near the physical location where the read error was encountered at 3A4) may be carried out to find media defects, as shown at 3A9. Such media defects may be limited to a single data sector or may span one or more data sectors and/or tracks on the disk. The presence of media defects causing read errors on adjacent data sectors and/or tracks may be indicative of a media scratch, as opposed to an isolated defective data sector. Indeed, as shown at 3A10, in the case wherein a scratch is not detected at 3A10, it is likely that the read error is limited to only a single data sector and the method may revert to Block 3A5, as shown by the NO branch of 3A10. If Block 3A10 determines the likely presence of a media scratch, (YES branch of 3A10), Block 3A11 may be carried out to relocate at least data sectors associated with the media scratch to a spare location on the disk. Such relocated data sectors may be made unavailable for further data storage or retrieval and an exception list may be accordingly updated, to alert the drive's firmware that the data stored at the relocated data sectors has been relocated to new LBAs in a spare location on the disk drive. The method may then revert back to Block 3A6, to process the next LBA (Block 3A7), unless the maximum LBA of the disk drive has been reached, as determined at 3A6. In processing next LBAs, it is to be understood that the drive may be caused to skip performing the offline or background scan on data sectors that have been relocated at 3A11.


As noted above, the offline or background media scan to scan physical locations within a proximity threshold may be carried out at 3A9 by scanning across one or more data sectors and/or one or more tracks surrounding the physical location where the read error was detected at Block 3A4. Such scanning may be carried out until no further media defects are found in physical locations within the proximity threshold. The thus detected read errors may, accordingly, span one or more sectors and/or one or more tracks of the media. A scratch may be present on the media when Block 3A10, for example, finds a media defect on two or more adjacent physical locations on the media. By noting the track number(s) and sector(s) at which a media defect is detected at 3A10, the media scratch may be mapped across one or more tracks and one or more sectors of the media.



FIG. 3B is a flowchart of a method for preventing media errors due to scratches on the media, according to one embodiment. As shown by the dashed lines of Block 3B1, the method may optionally comprise entering a background or offline state, to carry out the functionality of one or more of the blocks shown in FIG. 3B. Moreover, one or more of the blocks may be interrupted in order to carry out the processing of host commands. As shown at Block 3B2, the controller 142 (FIG. 1) may read an entry in a media defect list. For example, the media defect list may be updated when a data access operation results in a read error during, for example, user operations. Should the media defect list be empty, the method may end at 3B10. Assuming, however, that the media defect list has at least one entry therein, that entry is read at Block 3B2 and the LBA thereof is converted to a corresponding physical location on the media. As shown at Block 3B6, the LBA of the read error may be converted to a physical location at least partially defined by the identification of a track, head and sector. An ECC scan of the corresponding physical location and of physical locations that are within a proximity threshold (e.g., physical locations that are near the physical location of the read entry in the media defect list) may be carried out to find media defects, as shown at 3B7. Such media defects may be limited to a single data sector or may span one or more data sectors and/or tracks on the disk. The presence of media defects causing read errors on adjacent data sectors and/or tracks may be indicative of a media scratch, as opposed to an isolated defective data sector. Indeed, in the case wherein a scratch is not detected at 3B8, it is likely that the read error is limited to only a single data sector and the method may proceed to Block 3B3, as shown by the NO branch of 3B8. In this case, the single data sector may be relocated, as shown at 3B3. If Block 3B8 determines the likely presence of a media scratch, (YES branch of 3B8), Block 3B9 may be carried out to relocate at least data sectors associated with the media scratch to a spare location on the disk. Such relocated data sectors may be made unavailable for further data storage or retrieval and an exception list may be accordingly updated, to alert the drive's firmware that the data stored at the relocated data sectors has been relocated to new LBAs in a spare location on the disk drive. The method may then proceed (either from Block 3B3 or from Block 3B9 to Block 3B4) to Block 3B4, whereupon it is determined whether the last entry in the media defect list has been reached. If the last entry in the media defect list has, indeed, been reached (YES branch of 3B4), the method may end at Block 3B10. If, however, it is determined that the last entry in the media defect list has not been reached (NO branch of 3B4), then the next entry in the media defect list may be read, as shown at Blocks 3B5 and 3B2. In processing next entry in the media defect list, it is to be understood that the drive may be caused to skip performing the offline or background scan on data sectors that have been relocated at 3B9.


As noted above, the offline or background media scan to scan physical locations within a proximity threshold may be carried out at 3B8 by scanning across one or more data sectors and/or one or more tracks surrounding the physical location corresponding to the current entry in the media defect list. Such scanning may be carried out until no further media defects are found in physical locations within the proximity threshold. The thus detected read errors may, accordingly, span one or more sectors and/or one or more tracks of the media. A scratch may be present on the media when Block 3B8, for example, finds a media defect on two or more adjacent physical locations on the media. By noting the track number(s) and sector(s) at which a media defect is detected at 3B8, the media scratch may be mapped across one or more tracks and one or more sectors of the media.



FIG. 4 shows an exemplary scratch 400 mapped across a plurality of data sectors and tracks of the disk, according to one embodiment. As shown, scratch 400 spans across sectors 3 and 4 and extends from track 104 toward the outer diameter (OD) of the disk (such as disk 102 in FIG. 1) to track 115 toward the inner diameter (ID) of the disk 102. The data sectors at which such scratch 400 is present may or may not be suitable for data storage. For example, such suitability may depend on the depth of the scratch, which may be related to the damage caused by the scratch to the underlying magnetic layer(s) on the media. The scratch 400 may have locally different depths, which different depths may affect the underlying data sector's ability to store data. If the depth is sufficiently shallow, the firmware's ECC may be up to the task of correcting any bits corrupted by the scratch. If, however, the local depth of the scratch causes such damage to the underlying magnetic layer that the corresponding data sector's ability to store data is compromised, the firmware's ECC may not be able to correct the number of corrupted bits read during the scan.



FIG. 5 shows the detected scratch mapped across a plurality of data sectors and tracks of the media and the margining of such detected scratch, according to one embodiment. FIG. 5 shows the same scratch 400 mapped across a plurality of sectors and tracks of the disk 102. As shown in FIG. 5, the ECC scan of Block 3A9 in FIG. 3A and/or 3B7 in FIG. 3B may be configured to determine the number of corrupted bits read (1) from the physical location where the read error was detected at Block 3A4 in FIG. 3A and/or corresponding to an LBA obtained from the media defect list at Block 3B2 in FIG. 3B and (2) from the physical locations within the proximity threshold, as shown at Block 3A9 in FIG. 3A and/or Block 3B7 in FIG. 3B. For example, the proximity threshold may be set to 1 sector/track so that if a number of continuous sectors with read errors found is interrupted by 1 sector/track, the scanning would terminate. Other proximity thresholds such as 2 or 3 or more sectors/tracks may be used. To perform the scan, for example, the data sectors may be read in Error Correction Code (ECC) scan mode (a hardware function), by which the number of corrupted bits may be determined, as shown at sector 3, tracks 109 to 116 and at sector 4, tracks 104 to 110, as shown in FIG. 5. As shown at Block 3A11 and as also suggested at shape 502 in FIG. 5, the data sectors at which the error was detected at 3A4 and data sectors within the proximity threshold at which the ECC scan of Block 3A9 found corrupted data bits may be relocated to a spare location on the disk 102. Although sectors with read errors are indicated by the presence of any corrupted bits in the example of FIG. 5 (versus those sectors with 0 bits corrupted), read errors may be defined differently in other embodiments where sectors with bit errors below a certain threshold number may not be counted as read errors. In any case, based on the scan results the media scratch is may be mapped out and an exception list may be suitably updated, to indicate the new LBA of the relocated data sectors and to disallow further use of the LBAs of the relocated data sectors.


As shown at shape 504 (bounded by track 102—sectors 2-5 and track 118, sectors 2-5), margining may be carried out on one or more data sectors surrounding the mapped media scratch 400. Thereafter, the margined data sectors may also be relocated to the spare location on the media and the exception list updated accordingly. The margins, in both the track directions and in the sector directions may be freely selected. Indeed, a variety of margining schemes may be implemented. For example, a rectangular grouping of data sectors surrounding the mapped media scratch 400 may be selected for margining, as shown at 504. Alternatively, margined data sectors surrounding the mapped media scratch 400 may define a more irregular shape such as suggested at 506 (shape 504 minus carve-outs at sector 2 of tracks 102-106 and sector 5 of tracks 113-118) that, for example, more closely mirrors the shape and orientation of the mapped media scratch 400 while still maintaining adequate margins around the media scratch 400. Such alternative may be effective in limiting the number of margined and relocated data sectors, for example.


While certain embodiments of the inventions have been described, these embodiments have been presented by way of example only, and are not intended to limit the scope of the inventions. Indeed, the novel methods, devices and systems described herein may be embodied in a variety of other forms. Furthermore, various omissions, substitutions and changes in the form of the methods and systems described herein may be made without departing from the spirit of the inventions. The accompanying claims and their equivalents are intended to cover such forms or modifications as would fall within the scope and spirit of the inventions. For example, those skilled in the art will appreciate that in various embodiments, the actual structures (such as, for example, the offline or background scan used or the margining scheme) may differ from those shown in the figures. Depending on the embodiment, certain of the steps described in the example above may be removed, others may be added. Also, the features and attributes of the specific embodiments disclosed above may be combined in different ways to form additional embodiments, all of which fall within the scope of the present disclosure. Although the present disclosure provides certain preferred embodiments and applications, other embodiments that are apparent to those of ordinary skill in the art, including embodiments which do not provide all of the features and advantages set forth herein, are also within the scope of this disclosure. Accordingly, the scope of the present disclosure is intended to be defined only by reference to the appended claims.

Claims
  • 1. A disk drive, comprising: a read/write head;a disk formatted to define a plurality of data sectors, each associated with a Logical Block Address (LBA); anda controller configured to: convert an LBA associated with a read error to a corresponding physical location on the disk;perform a scan of the corresponding physical location and of nearby physical locations that are within a proximity threshold of the corresponding physical locations to find media defects;based on the performed scan, determine if a media scratch is present; andrelocate at least data sectors associated with the media scratch to a spare location on the disk if the media scratch is determined to be present and relocating a data sector associated with the corresponding physical location to the spare location if a media scratch is determined not to be present.
  • 2. The disk drive of claim 1, wherein the controller is further configured to obtain the LBA associated with the read error by scanning each LBA of a media of the disk drive.
  • 3. The disk drive of claim 2, wherein the controller is further configured to perform the scanning of each LBA as one of a background process and an offline process.
  • 4. The disk drive of claim 2, wherein the controller is further configured to scan each LBA to detect an uncorrectable read error.
  • 5. The disk drive of claim 1, wherein the controller is further configured to obtain the LBA associated with the read error by reading a log of media defects that is updated when a data access command results in a read error during user operations.
  • 6. The disk drive of claim 1, wherein the controller is further configured to convert the LBA associated with the read error to a physical track, head and sector of the LBA associated with the read error.
  • 7. The disk drive of claim 1, wherein the controller is further configured to perform the scan of the corresponding physical location and of nearby physical locations by performing an error correcting code (ECC) scan.
  • 8. The disk drive of claim 7, wherein the ECC scan is configured to determine a number of corrupted bits read from the corresponding physical location and from the nearby physical locations.
  • 9. The disk drive of claim 1, wherein the controller is further configured to update an exception list for any relocated data sectors.
  • 10. The disk drive of claim 1, wherein the proximity threshold is at least one of sectors and tracks of the disk.
  • 11. The disk drive of claim 1, wherein the controller is further configured to scan across at least one of sectors and tracks surrounding the corresponding physical location until no further media defects are found.
  • 12. The disk drive of claim 1, wherein the controller is further configured to determine if a media scratch is present by finding a media defect on two or more adjacent physical locations on the disk.
  • 13. The disk drive of claim 1, wherein the controller is further configured to map the media scratch across at least one of tracks and sectors of the disk.
  • 14. The disk drive of claim 1, wherein the controller is further configured to margin data sectors surrounding the mapped media scratch and to relocate the margined data sectors to the spare location on the disk.
  • 15. A method of operating a disk drive, comprising: converting an LBA associated with a read error to a corresponding physical location on the media;performing a scan of the corresponding physical location and of nearby physical locations that are within a proximity threshold of the corresponding physical locations to find media defects;based on the performed scan, determining if a media scratch is present; andrelocating at least data sectors associated with the media scratch to a spare location on the media if the media scratch is determined to be present and relocating a data sector associated with the corresponding physical location to the spare location if a media scratch is determined not to be present.
  • 16. The method of claim 15, further comprising obtaining the LBA associated with the read error by scanning each Logical Block Address (LBA) of a media of the disk drive.
  • 17. The method of claim 16, wherein scanning of each LBA is performed as one of a background process and an offline process.
  • 18. The method of claim 16, wherein scanning each LBA comprises scanning each LBA to detect an uncorrectable read error.
  • 19. The method of claim 15, further comprising obtaining the LBA associated with the read error by reading a log of media defects that is updated when a data access command results in a read error during user operations.
  • 20. The method of claim 15, wherein converting comprises determining a physical track, head and sector of the LBA associated with the read error.
  • 21. The method of claim 15, wherein performing the scan comprises performing an error correcting code (ECC) scan.
  • 22. The method of claim 21, wherein the ECC scan is configured to determine a number of corrupted bits read from the corresponding physical location and from the nearby physical locations.
  • 23. The method of claim 15, further comprising updating an exception list for any relocated data sectors.
  • 24. The method of claim 15, wherein the proximity threshold is at least one of sectors and tracks of the media.
  • 25. The method of claim 15, wherein performing the scan comprises scanning across at least one of sectors and tracks surrounding the corresponding physical location until no further media defects are found.
  • 26. The method of claim 15, wherein determining if a media scratch is present comprises finding a media defect on two or more adjacent physical locations on the media.
  • 27. The method of claim 15, further comprising mapping the media scratch across at least one of tracks and sectors of the media.
  • 28. The method of claim 27, further comprising margining data sectors surrounding the mapped media scratch and relocating the margined data sectors to the spare location on the media.
US Referenced Citations (61)
Number Name Date Kind
4939598 Kulakowski et al. Jul 1990 A
5696775 Nemazie et al. Dec 1997 A
5937435 Dobbek et al. Aug 1999 A
5966726 Sokolov Oct 1999 A
6002544 Yatsu Dec 1999 A
6018789 Sokolov et al. Jan 2000 A
6098185 Wilson Aug 2000 A
6101065 Alfred et al. Aug 2000 A
6134214 Takagi et al. Oct 2000 A
6289484 Rothberg et al. Sep 2001 B1
6327106 Rothberg Dec 2001 B1
6408357 Hanmann et al. Jun 2002 B1
6412089 Lenny et al. Jun 2002 B1
6429984 Alex Aug 2002 B1
6442715 Wilson Aug 2002 B1
6532517 Wagner et al. Mar 2003 B1
6535995 Dobbek Mar 2003 B1
6545835 Codilian et al. Apr 2003 B1
6606211 Lim et al. Aug 2003 B1
6611393 Nguyen et al. Aug 2003 B1
6628466 Alex Sep 2003 B2
6650492 Lenny et al. Nov 2003 B2
6654193 Thelin Nov 2003 B1
6687850 Rothberg Feb 2004 B1
6690523 Nguyen et al. Feb 2004 B1
6707635 Codilian et al. Mar 2004 B1
6710953 Vallis et al. Mar 2004 B1
6745283 Dang Jun 2004 B1
6795894 Neufeld et al. Sep 2004 B1
6809893 Uzumaki et al. Oct 2004 B2
6842801 Yamada Jan 2005 B2
6854022 Thelin Feb 2005 B1
6928525 Ebner et al. Aug 2005 B1
6947234 Lamberts et al. Sep 2005 B2
6950967 Brunnett et al. Sep 2005 B1
6973553 Archibald, Jr. et al. Dec 2005 B1
6995933 Codilian et al. Feb 2006 B1
7072129 Cullen et al. Jul 2006 B1
7099993 Keeler Aug 2006 B2
7106547 Hargarten et al. Sep 2006 B1
7143203 Altmejd Nov 2006 B1
7173782 Ikeda et al. Feb 2007 B2
7274639 Codilian et al. Sep 2007 B1
7345837 Schreck et al. Mar 2008 B1
7461202 Forrer, Jr. et al. Dec 2008 B2
7477465 Yu Jan 2009 B2
7562282 Rothberg Jul 2009 B1
7626908 Nakagawa et al. Dec 2009 B2
7817363 O'Brien et al. Oct 2010 B2
7823011 Dholakia et al. Oct 2010 B2
7929234 Boyle et al. Apr 2011 B1
7971093 Goel et al. Jun 2011 B1
8004785 Tsai et al. Aug 2011 B1
20020184580 Archibald et al. Dec 2002 A1
20030031106 Ozaki Feb 2003 A1
20030174549 Yaguchi et al. Sep 2003 A1
20060066971 Alex et al. Mar 2006 A1
20060203661 Chen et al. Sep 2006 A1
20070174682 King Jul 2007 A1
20080082778 Inoue et al. Apr 2008 A1
20080130153 Lee et al. Jun 2008 A1
Non-Patent Literature Citations (3)
Entry
Charles M. Kozierok, (“Logical Block Addressing (LBA)” ), Apr. 17, 2001, pp. 1-2, http://www.pcguide.com/ref/hdd/bios/modesLBA-c.html.
Charles M. Kozierok, (“Seek Time”), Apr. 17, 2001, pp. 1-3, http://www.pcguide.com/ref/hdd/perf/perf/spec/posSeek-c.html.
Walter A. Burkhard et al., Rotational Position Optimization (RPO) Disk Scheduling, First Conference on File and Storage Technologies (Fast '02), Jul. 16, 2001, pp. 1-11.