Data storage device aligning partition to boundary of sector when partition offset correlates with offset of write commands

Information

  • Patent Grant
  • 8996839
  • Patent Number
    8,996,839
  • Date Filed
    Monday, January 23, 2012
    12 years ago
  • Date Issued
    Tuesday, March 31, 2015
    9 years ago
Abstract
A data storage device is disclosed comprising a non-volatile memory comprising a plurality of sectors. A partition map is evaluated that identifies a partition accessed through a plurality of logical block addresses (LBAs), where each LBA maps to a fraction of a sector. A partition offset is determined for the partition relative to a boundary of one of the sectors. N write commands are received each having a write offset relative to a corresponding sector. When the write offset for X of the N write commands matches the partition offset, at least part of the partition is moved to align at least part of the partition to a boundary of one of the sectors.
Description
BACKGROUND


FIG. 1A shows a data storage device 2 (e.g., a disk drive or a solid state drive) comprising control circuitry 4 and a non-volatile memory 6, such as a disk or a flash memory. The non-volatile memory 6 comprises a plurality of memory segments referred to as sectors. To facilitate defect mapping, the sectors are accessed indirectly through logical block addresses (LBAs). In this manner, if a sector degrades, the system/user data can be relocated to a spare sector and the corresponding LBA(s) remapped to the spare sector.


The LBAs of a data storage device may be divided into a number of partitions, wherein each partition stores a file system (e.g., a n-bit FAT file system, or a NT File System) identifying system files and user files. A partition may be bootable meaning that it stores a bootable operating system (OS) such as Windows OS or Mac OS. When a computer system is initially powered on, a master boot record (MBR) is read from the data storage device (typically stored in the first logical data sector). The MBR identifies a partition table that stores a partition map for each partition of the data storage device as illustrated in FIG. 1B. The partition table typically includes up to four primary partition maps identifying up to four primary partitions, wherein a primary partition may be further subdivided into extended partitions as illustrated in FIG. 1C. Each partition map (primary and extended) identifies a starting LBA and ending LBA of the corresponding partition, a file system type field, and a flag indicating whether the partition is bootable as shown in FIG. 1D. When the computer system finds a bootable partition, it uses the file system type field to access the partition's file system in order to read and execute the OS files from the partition (i.e., boot the computer system).





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A shows a prior art data storage device comprising control circuitry and a non-volatile memory comprising a plurality of partitions.



FIG. 1B shows a prior art partition table comprising a number of partition maps.



FIG. 1C shows a prior art partition subdivided into a number of extended partitions.



FIG. 1D shows a prior art partition map identifying a starting LBA and ending LBA for the partition, a file system type field, and a flag indicating whether the partition is bootable.



FIG. 2A shows a data storage device comprising a non-volatile memory and control circuitry according to an embodiment of the present invention.



FIG. 2B shows a flow diagram according to an embodiment of the present invention wherein at least part of a partition is aligned with a sector boundary when a write offset matches a partition offset a predetermined number of times over N write commands.



FIGS. 3A and 3B illustrate an embodiment of the present invention wherein at least part of a partition is aligned by shifting a starting LBA of the partition.



FIGS. 4A and 4B illustrate an embodiment of the present invention wherein at least part of a partition is aligned by remapping at least one LBA from a first sector to a second sector.



FIG. 5 is a flow diagram according to an embodiment of the present invention wherein when the partition map is modified, the procedure for detecting a misaligned partition is reset.



FIG. 6 illustrates an embodiment of the present invention wherein the data storage device comprises a disk drive.



FIG. 7 illustrates an embodiment of the present invention wherein the data storage device comprises a solid state drive.





DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION


FIG. 2A shows a data storage device 8 according to an embodiment of the present invention comprising a non-volatile memory 10 comprising a plurality of sectors. The data storage device 8 further comprises control circuitry 12 operable to execute the flow diagram of FIG. 2B, wherein a partition map is evaluated (step 14) that identifies a partition accessed through a plurality of logical block addresses (LBAs), where each LBA maps to a fraction of a sector. A partition offset is determined for the partition relative to a boundary of one of the sectors (step 16). N write commands are received (step 20) each having a write offset relative to a corresponding sector. When the write offset for X of the N write commands matches the partition offset (step 30), at least part of the partition is moved to align at least part of the partition to a boundary of one of the sectors (step 32).


In the embodiment of FIG. 2B, an X counter and a Y counter are initialized to zero (step 18). Each time a write command is received from a host (step 20), the Y counter is incremented (step 22), and each time the write offset of the write command matches the partition offset of the partition (step 24), the X counter is incremented (step 26). After executing N write commands (Y=N at step 28), the X counter is evaluated, wherein if X/N is greater than a threshold (step 30), at least part of the partition is moved to align at least part of the partition to a boundary of one of the sectors (step 32). In the embodiment of FIG. 2B, if X/N is not greater than the threshold (step 30), then the flow diagram is repeated after resetting the X and Y counters (step 18).


In the embodiments of the present invention, when the LBAs of a write command do not align with the boundaries of the sectors in the non-volatile memory 10, the control circuitry 12 will read the fractional sector, modify the data using the new write data, and then write the modified data back to the sector. This is illustrated in FIG. 3A which shows a number of LBAs each mapped to a sector through a physical block address (PBA). In the example of FIG. 3A, each sector of the non-volatile memory stores four host blocks (HBs) such that there are four LBAs mapped to each PBA of a sector. However, any suitable fractional relationship may be employed between the number of LBAs mapped to a PBA of a sector, such as mapping eight LBAs to a PBA of a sector. If the host issues a write command starting at LBA 6 and having a length of eight LBAs, the control circuitry 12 will read PBA1, modify the HBs corresponding to LBAs 6 and 7, and rewrite the modified data to PBA1. A similar read-modify-write is required for the last sector of the write command. In this example, the write offset for the write command is two, meaning that the beginning of the write command is offset two LBAs from the beginning of the first sector. In the example of FIG. 3A, four LBAs map into a PBA, and therefore the write offset may be one of zero, one, two and three. In the embodiment where eight LBAs map into a PBA, the write offset may be one of zero, one, two, three, four, five, six and seven.


In the example of FIG. 3A, a partition is defined having a starting LBA of two and a corresponding partition offset of two meaning that the beginning of the partition is offset two LBAs from the beginning of the first sector of the partition. Since the partition offset is two LBAs, an assumption could be made that shifting the partition by two LBAs in order to align the partition with the boundary of a sector will reduce the number of read-modify-write operations and therefore improve performance. However, this assumption could be incorrect leading to even worse performance if the write offsets of the actual write commands do not match the partition offset. Accordingly in the embodiments of the present invention, the write offset of the write commands are evaluated over time to verify that the write offsets for a predetermined number of write commands actually match the partition offset before aligning at least part of the partition to a sector boundary. In the example of FIG. 3A, the write offset for N write commands are evaluated, and at least part of the partition is aligned with a sector (shifted by two host blocks) when the write offset for X of the N write commands matches the partition offset (i.e., when the write offset equals two for X of the N write commands).


Any suitable technique may be employed to move at least part of a partition to align at least part of the partition to a sector boundary. In an embodiment illustrated in FIG. 3B, moving at least part of the partition comprises shifting a starting LBA of the partition. In the example of FIG. 3B, the starting LBA of the partition is changed from LBA two to LBA four so that the beginning of the partition aligns with PBA1. In this embodiment, the partition map (e.g., stored in the MBR) is also modified to reflect the change to the staring LBA of the partition, and in one embodiment, the length of the partition may be modified. For example, if the partitions are defined using consecutive LBAs, the length of a partition may be reduced (e.g., by two LBAs in the example of FIG. 3B) to account for the shift in the starting LBA of the partition. Although the example of FIG. 3B shows the starting LBA of the partition shifting right by two LBAs, in another embodiment the starting LBA may be shifted left by the partition offset (and the length of the preceding partition reduced).



FIGS. 4A and 4B illustrate an alternative embodiment for moving at least part of a partition in order to align at least part of the partition to a sector boundary. In this embodiment, the control circuitry 12 reserves at least one pad sector at the end of each partition (e.g., PBA25 in FIG. 4A). The mapping of LBAs to PBAs is shifted by the partition offset so that the starting LBA of the partition (LBA two in FIG. 4A) aligns with the sector boundary as shown in FIG. 4B. The last two LBAs of the partition (98 and 99) are mapped to the first two host blocks of the pad sector at the end of the partition. In this embodiment, it is not necessary to modify the partition map (e.g., stored in the MBR) since the starting LBA (and length) of the partition remain the same. In another embodiment, the control circuitry 12 may reserve a pad sector at the beginning of each partition so that the LBA to PBA mapping may be shifted left by the partition offset.


In the embodiment of FIGS. 3A and 3B and in the embodiment of FIGS. 4A and 4B, the host blocks of previously written sectors are moved so that the mapping of LBA to HB remains intact. To avoid corrupting the host data while shifting the HBs, in one embodiment the control circuitry 12 may unmount the partition so that the host does not attempt to access the partition during the shifting procedure. Other embodiments may allow the host to access the partition during the shifting operation while taking other precautions, such as making a copy of HBs that are being shifted. In one embodiment, the beginning of a partition may store critical data, such as operating system data and file system data that if corrupted may render the data storage device inoperable. In this embodiment, the control circuitry 12 may shift a part of the partition that extends past a certain number of LBAs from the beginning of the partition. That is, the control circuitry 12 may choose not to shift the beginning of a partition to avoid the possibility of corrupting critical data during the shift operation.



FIG. 5 is a flow diagram according to an embodiment of the present invention which expands on the flow diagram of FIG. 2B. In this embodiment, a host may modify the partition map(s) of the data storage device (e.g., by writing to the MBR). Accordingly, the control circuitry 12 monitors the partition map(s) and when the partition map(s) is modified, the flow diagram of FIG. 5 is restarted by initializing the X and Y counters to zero at step 18. The control circuitry 12 may detect that a partition map is modified (step 34) during the process of evaluating the N write commands prior to shifting the partition. Alternatively, the control circuitry 12 may detect that a partition map is modified (step 36) after the partition has already been shifted (or while shifting the partition at step 32). In either case, the control circuitry 12 resets the X and Y counters so that the procedure of correlating the write offsets with the partition offset is restarted.


In the embodiments of the present invention, the control circuitry 12 may evaluate the partition map at step 14 of FIG. 2B using any suitable technique. In one embodiment, the control circuitry 12 may read a MBR from the non-volatile memory which is typically stored in the first sector (sector zero), where the MBR comprises a partition table that includes one or more partition maps. In another embodiment, the control circuitry 12 may receive a partition map from a host as part of a configuration command. For example, a host may send a command to configure the data storage device with desired partition map(s) using a suitable configuration command, or the host may notify the data storage device of the partition map configuration to enable the control circuitry to perform the internal partition alignment procedure described above. In yet another embodiment, the control circuitry 12 may monitor an access pattern of the non-volatile memory by the host in order to infer the content of the partition map(s), including the partition offset(s). In the flow diagram of FIG. 5, the control circuitry 12 may detect that a partition map has been modified by detecting a write to the MBR (a write to sector zero), or receiving a configuration or notification command from the host, or by detecting a change in the access pattern to the non-volatile memory, or using any other suitable technique.


The flow diagrams disclosed herein may be carried out by a microprocessor executing code segments of a program stored on a computer readable medium. Any suitable computer readable storage medium capable of storing code segments may be employed, such as the data storage device being aligned, or a separate data storage device, such as a disk drive, or a flash memory, or a CD.


The embodiments of the present invention may be used to align a partition of any suitable data storage device. FIG. 6 shows a data storage device in the form of a disk drive comprising a head 38 actuated over a disk 40 having a plurality of tracks 42. The disk drive further comprises control circuitry 44 for receiving access commands from a host (write/read commands) and for generating a control signal applied to a voice coil motor (VCM) to rotate an actuator arm about a pivot in order to position the head 38 radially over the disk 40 to access a target track. Each track is divided into a number of sectors, wherein each sector is capable of storing multiple host blocks.



FIG. 7 shows a data storage device in the form of a solid state drive comprising a plurality of non-volatile semiconductor memories 46A, 46B, etc., such as flash memories, and control circuitry 48 for accessing the non-volatile semiconductor memories. In one embodiment, a sector of the solid state drive corresponds to a page of memory in a memory array, wherein each page stores a plurality of host blocks. A hybrid data storage device may also be employed comprising components of a disk drive shown in FIG. 6 combined with the non-volatile semiconductor memories shown in FIG. 7.

Claims
  • 1. A method of aligning a partition of a data storage device to a boundary of a sector, the data storage device comprising a non-volatile memory comprising a plurality of sectors, the method comprising: (a) evaluating a partition map that identifies a partition accessed through a plurality of logical block addresses (LBAs), and each LBA maps to a fraction of a sector;(b) determining a partition offset for the partition relative to a boundary of one of the sectors;(c) receiving N write commands each having a write offset relative to a corresponding sector; and(d) when the write offset for X of the N write commands matches the partition offset, moving at least part of the partition to align at least part of the partition to a boundary of one of the sectors, wherein X and N are positive integers.
  • 2. The method as recited in claim 1, wherein moving at least part of the partition comprises shifting at least one LBA of the partition.
  • 3. The method as recited in claim 2, wherein moving at least part of the partition comprises shifting a starting LBA of the partition.
  • 4. The method as recited in claim 1, wherein moving at least part of the partition comprises remapping at least one LBA from a first sector to a second sector.
  • 5. The method as recited in claim 1, further comprising repeating steps (a) through (d) when the partition map is modified.
  • 6. The method as recited in claim 1, wherein each LBA maps to one-fourth of a sector such that the partition offset may be one of zero, one, two and three.
  • 7. The method as recited in claim 1, wherein each LBA maps to one-eighth of a sector such that the partition offset may be one of zero, one, two, three, four, five, six, and seven.
  • 8. The method as recited in claim 1, further comprising reading the partition map from the non-volatile memory.
  • 9. The method as recited in claim 1, further comprising receiving the partition map from a host.
  • 10. The method as recited in claim 1, further comprising inferring the partition map based on an access pattern of the non-volatile memory.
  • 11. A data storage device comprising: a non-volatile memory comprising a plurality of sectors; andcontrol circuitry operable to aligning a partition of a data storage device to a boundary of a sector by:(a) evaluating a partition map that identifies a partition accessed through a plurality of logical block addresses (LBAs), and each LBA maps to a fraction of a sector;(b) determining a partition offset for the partition relative to a boundary of one of the sectors;(c) receiving N write commands each having a write offset relative to a corresponding sector; and(d) when the write offset for X of the N write commands matches the partition offset, moving at least part of the partition to align at least part of the partition to a boundary of one of the sectors, wherein X and N are positive integers.
  • 12. The data storage device as recited in claim 11, wherein moving at least part of the partition comprises shifting at least one LBA of the partition.
  • 13. The data storage device as recited in claim 12, wherein moving at least part of the partition comprises shifting a starting LBA of the partition.
  • 14. The data storage device as recited in claim 11, wherein moving at least part of the partition comprises remapping at least one LBA from a first sector to a second sector.
  • 15. The data storage device as recited in claim 11, wherein the control circuitry is further operable to repeat steps (a) through (d) when the partition map is modified.
  • 16. The data storage device as recited in claim 11, wherein each LBA maps to one-fourth of a sector such that the partition offset may be one of zero, one, two and three.
  • 17. The data storage device as recited in claim 11, wherein each LBA maps to one-eighth of a sector such that the partition offset may be one of zero, one, two, three, four, five, six, and seven.
  • 18. The data storage device as recited in claim 11, wherein the control circuitry is further operable to read the partition map from the non-volatile memory.
  • 19. The data storage device as recited in claim 11, wherein the control circuitry is further operable to receive the partition map from a host.
  • 20. The data storage device as recited in claim 11, wherein the control circuitry is further operable to infer the partition map based on an access pattern of the non-volatile memory.
US Referenced Citations (500)
Number Name Date Kind
5325526 Cameron et al. Jun 1994 A
5613066 Matsushima et al. Mar 1997 A
5675769 Ruff et al. Oct 1997 A
5813025 Murphy et al. Sep 1998 A
5822142 Hicken Oct 1998 A
6018789 Sokolov et al. Jan 2000 A
6035351 Billings et al. Mar 2000 A
6065095 Sokolov et al. May 2000 A
6078452 Kittilson et al. Jun 2000 A
6081447 Lofgren et al. Jun 2000 A
6092149 Hicken et al. Jul 2000 A
6092150 Sokolov et al. Jul 2000 A
6092231 Sze Jul 2000 A
6094707 Sokolov et al. Jul 2000 A
6105104 Guttmann et al. Aug 2000 A
6111717 Cloke et al. Aug 2000 A
6112277 Bui et al. Aug 2000 A
6125435 Estakhri et al. Sep 2000 A
6145052 Howe et al. Nov 2000 A
6175686 Noda Jan 2001 B1
6175893 D'Souza et al. Jan 2001 B1
6178056 Cloke et al. Jan 2001 B1
6178487 Ruff et al. Jan 2001 B1
6185666 Murray et al. Feb 2001 B1
6191712 Still Feb 2001 B1
6191909 Cloke et al. Feb 2001 B1
6195218 Guttmann et al. Feb 2001 B1
6205494 Williams Mar 2001 B1
6208477 Cloke et al. Mar 2001 B1
6223303 Billings et al. Apr 2001 B1
6230233 Lofgren et al. May 2001 B1
6246346 Cloke et al. Jun 2001 B1
6249393 Billings et al. Jun 2001 B1
6256695 Williams Jul 2001 B1
6262857 Hull et al. Jul 2001 B1
6263459 Schibilla Jul 2001 B1
6272694 Weaver et al. Aug 2001 B1
6278568 Cloke et al. Aug 2001 B1
6279089 Schibilla et al. Aug 2001 B1
6289484 Rothberg et al. Sep 2001 B1
6292912 Cloke et al. Sep 2001 B1
6310740 Dunbar et al. Oct 2001 B1
6317850 Rothberg Nov 2001 B1
6324604 Don et al. Nov 2001 B1
6327106 Rothberg Dec 2001 B1
6337778 Gagne Jan 2002 B1
6369969 Christiansen et al. Apr 2002 B1
6384999 Schibilla May 2002 B1
6385711 Colligan May 2002 B1
6388833 Golowka et al. May 2002 B1
6405342 Lee Jun 2002 B1
6408357 Hanmann et al. Jun 2002 B1
6408406 Parris Jun 2002 B1
6411452 Cloke Jun 2002 B1
6411458 Billings et al. Jun 2002 B1
6412083 Rothberg et al. Jun 2002 B1
6415349 Hull et al. Jul 2002 B1
6425128 Krapf et al. Jul 2002 B1
6441981 Cloke et al. Aug 2002 B1
6442328 Elliott et al. Aug 2002 B1
6445524 Nazarian et al. Sep 2002 B1
6449767 Krapf et al. Sep 2002 B1
6453115 Boyle Sep 2002 B1
6453383 Stoddard et al. Sep 2002 B1
6470420 Hospodor Oct 2002 B1
6480020 Jung et al. Nov 2002 B1
6480349 Kim et al. Nov 2002 B1
6480932 Vallis et al. Nov 2002 B1
6483986 Krapf Nov 2002 B1
6487032 Cloke et al. Nov 2002 B1
6490635 Holmes Dec 2002 B1
6493173 Kim et al. Dec 2002 B1
6499083 Hamlin Dec 2002 B1
6519104 Cloke et al. Feb 2003 B1
6525892 Dunbar et al. Feb 2003 B1
6532517 Wagner et al. Mar 2003 B1
6545830 Briggs et al. Apr 2003 B1
6546489 Frank, Jr. et al. Apr 2003 B1
6550021 Dalphy et al. Apr 2003 B1
6552880 Dunbar et al. Apr 2003 B1
6553457 Wilkins et al. Apr 2003 B1
6578106 Price Jun 2003 B1
6580573 Hull et al. Jun 2003 B1
6594183 Lofgren et al. Jul 2003 B1
6600620 Krounbi et al. Jul 2003 B1
6601137 Castro et al. Jul 2003 B1
6603622 Christiansen et al. Aug 2003 B1
6603625 Hospodor et al. Aug 2003 B1
6604220 Lee Aug 2003 B1
6606682 Dang et al. Aug 2003 B1
6606714 Thelin Aug 2003 B1
6606717 Yu et al. Aug 2003 B1
6611393 Nguyen et al. Aug 2003 B1
6615312 Hamlin et al. Sep 2003 B1
6639748 Christiansen et al. Oct 2003 B1
6647481 Luu et al. Nov 2003 B1
6654193 Thelin Nov 2003 B1
6657810 Kupferman Dec 2003 B1
6661591 Rothberg Dec 2003 B1
6665772 Hamlin Dec 2003 B1
6687073 Kupferman Feb 2004 B1
6687078 Kim Feb 2004 B1
6687850 Rothberg Feb 2004 B1
6690523 Nguyen et al. Feb 2004 B1
6690882 Hanmann et al. Feb 2004 B1
6691198 Hamlin Feb 2004 B1
6691213 Luu et al. Feb 2004 B1
6691255 Rothberg et al. Feb 2004 B1
6693760 Krounbi et al. Feb 2004 B1
6694477 Lee Feb 2004 B1
6697914 Hospodor et al. Feb 2004 B1
6704153 Rothberg et al. Mar 2004 B1
6708251 Boyle et al. Mar 2004 B1
6710951 Cloke Mar 2004 B1
6711628 Thelin Mar 2004 B1
6711635 Wang Mar 2004 B1
6711660 Milne et al. Mar 2004 B1
6715044 Lofgren et al. Mar 2004 B2
RE38502 Yonemitsu Apr 2004 E
6724982 Hamlin Apr 2004 B1
6725329 Ng et al. Apr 2004 B1
6735650 Rothberg May 2004 B1
6735693 Hamlin May 2004 B1
6744772 Eneboe et al. Jun 2004 B1
6745283 Dang Jun 2004 B1
6751402 Elliott et al. Jun 2004 B1
6751686 Takasugi et al. Jun 2004 B2
6757481 Nazarian et al. Jun 2004 B1
6772281 Hamlin Aug 2004 B2
6781826 Goldstone et al. Aug 2004 B1
6782449 Codilian et al. Aug 2004 B1
6791779 Singh et al. Sep 2004 B1
6792486 Hanan et al. Sep 2004 B1
6799274 Hamlin Sep 2004 B1
6811427 Garrett et al. Nov 2004 B2
6826003 Subrahmanyam Nov 2004 B1
6826614 Hanmann et al. Nov 2004 B1
6832041 Boyle Dec 2004 B1
6832929 Garrett et al. Dec 2004 B2
6845405 Thelin Jan 2005 B1
6845427 Atai-Azimi Jan 2005 B1
6850443 Lofgren et al. Feb 2005 B2
6851055 Boyle et al. Feb 2005 B1
6851063 Boyle et al. Feb 2005 B1
6853731 Boyle et al. Feb 2005 B1
6854022 Thelin Feb 2005 B1
6862660 Wilkins et al. Mar 2005 B1
6880043 Castro et al. Apr 2005 B1
6882486 Kupferman Apr 2005 B1
6884085 Goldstone Apr 2005 B1
6888831 Hospodor et al. May 2005 B1
6892217 Hanmann et al. May 2005 B1
6892249 Codilian et al. May 2005 B1
6892313 Codilian et al. May 2005 B1
6895455 Rothberg May 2005 B1
6895500 Rothberg May 2005 B1
6898730 Hanan May 2005 B1
6910099 Wang et al. Jun 2005 B1
6928470 Hamlin Aug 2005 B1
6931439 Hanmann et al. Aug 2005 B1
6934104 Kupferman Aug 2005 B1
6934713 Schwartz et al. Aug 2005 B2
6940873 Boyle et al. Sep 2005 B2
6943978 Lee Sep 2005 B1
6948165 Luu et al. Sep 2005 B1
6950267 Liu et al. Sep 2005 B1
6954733 Ellis et al. Oct 2005 B1
6961814 Thelin et al. Nov 2005 B1
6965489 Lee et al. Nov 2005 B1
6965563 Hospodor et al. Nov 2005 B1
6965966 Rothberg et al. Nov 2005 B1
6967799 Lee Nov 2005 B1
6968422 Codilian et al. Nov 2005 B1
6968450 Rothberg et al. Nov 2005 B1
6973495 Milne et al. Dec 2005 B1
6973570 Hamlin Dec 2005 B1
6976190 Goldstone Dec 2005 B1
6983316 Milne et al. Jan 2006 B1
6986007 Procyk et al. Jan 2006 B1
6986154 Price et al. Jan 2006 B1
6988178 Shirai et al. Jan 2006 B1
6995933 Codilian et al. Feb 2006 B1
6996501 Rothberg Feb 2006 B1
6996669 Dang et al. Feb 2006 B1
7002926 Eneboe et al. Feb 2006 B1
7003674 Hamlin Feb 2006 B1
7006316 Sargenti, Jr. et al. Feb 2006 B1
7009820 Hogg Mar 2006 B1
7023639 Kupferman Apr 2006 B1
7024491 Hanmann et al. Apr 2006 B1
7024549 Luu et al. Apr 2006 B1
7024614 Thelin et al. Apr 2006 B1
7027716 Boyle et al. Apr 2006 B1
7028174 Atai-Azimi et al. Apr 2006 B1
7031902 Catiller Apr 2006 B1
7046465 Kupferman May 2006 B1
7046488 Hogg May 2006 B1
7050252 Vallis May 2006 B1
7054937 Milne et al. May 2006 B1
7055000 Severtson May 2006 B1
7055167 Masters May 2006 B1
7057836 Kupferman Jun 2006 B1
7062398 Rothberg Jun 2006 B1
7075746 Kupferman Jul 2006 B1
7076603 Chheda Jul 2006 B1
7076604 Thelin Jul 2006 B1
7082494 Thelin et al. Jul 2006 B1
7088538 Codilian et al. Aug 2006 B1
7088545 Singh et al. Aug 2006 B1
7092186 Hogg Aug 2006 B1
7095577 Codilian et al. Aug 2006 B1
7099095 Subrahmanyam et al. Aug 2006 B1
7099993 Keeler Aug 2006 B2
7106537 Bennett Sep 2006 B1
7106947 Boyle et al. Sep 2006 B2
7110202 Vasquez Sep 2006 B1
7111116 Boyle et al. Sep 2006 B1
7114029 Thelin Sep 2006 B1
7120737 Thelin Oct 2006 B1
7120806 Codilian et al. Oct 2006 B1
7126776 Warren, Jr. et al. Oct 2006 B1
7129763 Bennett et al. Oct 2006 B1
7133600 Boyle Nov 2006 B1
7136244 Rothberg Nov 2006 B1
7146094 Boyle Dec 2006 B1
7149046 Coker et al. Dec 2006 B1
7150036 Milne et al. Dec 2006 B1
7155616 Hamlin Dec 2006 B1
7171108 Masters et al. Jan 2007 B1
7171110 Wilshire Jan 2007 B1
7194576 Boyle Mar 2007 B1
7200698 Rothberg Apr 2007 B1
7205805 Bennett Apr 2007 B1
7206497 Boyle et al. Apr 2007 B1
7215496 Kupferman et al. May 2007 B1
7215771 Hamlin May 2007 B1
7237054 Cain et al. Jun 2007 B1
7240161 Boyle Jul 2007 B1
7249365 Price et al. Jul 2007 B1
7263709 Krapf Aug 2007 B1
7274639 Codilian et al. Sep 2007 B1
7274659 Hospodor Sep 2007 B2
7275116 Hanmann et al. Sep 2007 B1
7280302 Masiewicz Oct 2007 B1
7292774 Masters et al. Nov 2007 B1
7292775 Boyle et al. Nov 2007 B1
7296284 Price et al. Nov 2007 B1
7302501 Cain et al. Nov 2007 B1
7302579 Cain et al. Nov 2007 B1
7318088 Mann Jan 2008 B1
7319806 Willner et al. Jan 2008 B1
7325244 Boyle et al. Jan 2008 B2
7330117 Ferguson et al. Feb 2008 B2
7330323 Singh et al. Feb 2008 B1
7330417 Billau et al. Feb 2008 B2
7346790 Klein Mar 2008 B1
7366641 Masiewicz et al. Apr 2008 B1
7369340 Dang et al. May 2008 B1
7369343 Yeo et al. May 2008 B1
7372650 Kupferman May 2008 B1
7380147 Sun May 2008 B1
7392340 Dang et al. Jun 2008 B1
7395404 Gorobets et al. Jul 2008 B2
7404013 Masiewicz Jul 2008 B1
7406545 Rothberg et al. Jul 2008 B1
7415571 Hanan Aug 2008 B1
7436610 Thelin Oct 2008 B1
7437502 Coker Oct 2008 B1
7440214 Ell et al. Oct 2008 B1
7451344 Rothberg Nov 2008 B1
7461202 Forrer, Jr. et al. Dec 2008 B2
7471483 Ferris et al. Dec 2008 B1
7471486 Coker et al. Dec 2008 B1
7486060 Bennett Feb 2009 B1
7496493 Stevens Feb 2009 B1
7518819 Yu et al. Apr 2009 B1
7526184 Parkinen et al. Apr 2009 B1
7539924 Vasquez et al. May 2009 B1
7543117 Hanan Jun 2009 B1
7551383 Kupferman Jun 2009 B1
7562282 Rothberg Jul 2009 B1
7574558 Morley et al. Aug 2009 B2
7577973 Kapner, III et al. Aug 2009 B1
7596797 Kapner, III et al. Sep 2009 B1
7599139 Bombet et al. Oct 2009 B1
7619841 Kupferman Nov 2009 B1
7647544 Masiewicz Jan 2010 B1
7649704 Bombet et al. Jan 2010 B1
7653927 Kapner, III et al. Jan 2010 B1
7656603 Xing Feb 2010 B1
7656763 Jin et al. Feb 2010 B1
7657149 Boyle Feb 2010 B2
7672072 Boyle et al. Mar 2010 B1
7673075 Masiewicz Mar 2010 B1
7688540 Mei et al. Mar 2010 B1
7724461 McFadyen et al. May 2010 B1
7725584 Hanmann et al. May 2010 B1
7730295 Lee Jun 2010 B1
7760458 Trinh Jul 2010 B1
7768776 Szeremeta et al. Aug 2010 B1
7804657 Hogg et al. Sep 2010 B1
7813954 Price et al. Oct 2010 B1
7827320 Stevens Nov 2010 B1
7839588 Dang et al. Nov 2010 B1
7843660 Yeo Nov 2010 B1
7852596 Boyle et al. Dec 2010 B2
7859782 Lee Dec 2010 B1
7872822 Rothberg Jan 2011 B1
7898756 Wang Mar 2011 B1
7898762 Guo et al. Mar 2011 B1
7900037 Fallone et al. Mar 2011 B1
7907364 Boyle et al. Mar 2011 B2
7929234 Boyle et al. Apr 2011 B1
7933087 Tsai et al. Apr 2011 B1
7933090 Jung et al. Apr 2011 B1
7934030 Sargenti, Jr. et al. Apr 2011 B1
7940491 Szeremeta et al. May 2011 B2
7944639 Wang May 2011 B1
7945727 Rothberg et al. May 2011 B2
7949564 Hughes et al. May 2011 B1
7974029 Tsai et al. Jul 2011 B2
7974039 Xu et al. Jul 2011 B1
7982993 Tsai et al. Jul 2011 B1
7984200 Bombet et al. Jul 2011 B1
7990648 Wang Aug 2011 B1
7992179 Kapner, III et al. Aug 2011 B1
8004785 Tsai et al. Aug 2011 B1
8006027 Stevens et al. Aug 2011 B1
8014094 Jin Sep 2011 B1
8014977 Masiewicz et al. Sep 2011 B1
8019914 Vasquez et al. Sep 2011 B1
8040625 Boyle et al. Oct 2011 B1
8046533 Kompella et al. Oct 2011 B2
8051044 Dyatlov et al. Nov 2011 B1
8055842 Iyer Nov 2011 B1
8078943 Lee Dec 2011 B1
8079045 Krapf et al. Dec 2011 B2
8082433 Fallone et al. Dec 2011 B1
8085487 Jung et al. Dec 2011 B1
8089719 Dakroub Jan 2012 B1
8090902 Bennett et al. Jan 2012 B1
8090906 Blaha et al. Jan 2012 B1
8091112 Elliott et al. Jan 2012 B1
8094396 Zhang et al. Jan 2012 B1
8094401 Peng et al. Jan 2012 B1
8116020 Lee Feb 2012 B1
8116025 Chan et al. Feb 2012 B1
8134793 Vasquez et al. Mar 2012 B1
8134798 Thelin et al. Mar 2012 B1
8139301 Li et al. Mar 2012 B1
8139310 Hogg Mar 2012 B1
8144419 Liu Mar 2012 B1
8145452 Masiewicz et al. Mar 2012 B1
8149528 Suratman et al. Apr 2012 B1
8154812 Boyle et al. Apr 2012 B1
8159768 Miyamura Apr 2012 B1
8161328 Wilshire Apr 2012 B1
8164849 Szeremeta et al. Apr 2012 B1
8174780 Tsai et al. May 2012 B1
8190575 Ong et al. May 2012 B1
8194338 Zhang Jun 2012 B1
8194340 Boyle et al. Jun 2012 B1
8194341 Boyle Jun 2012 B1
8201066 Wang Jun 2012 B1
8271692 Dinh et al. Sep 2012 B1
8279550 Hogg Oct 2012 B1
8281218 Ybarra et al. Oct 2012 B1
8285923 Stevens Oct 2012 B2
8285965 Karr et al. Oct 2012 B2
8289656 Huber Oct 2012 B1
8305705 Roohr Nov 2012 B1
8307156 Codilian et al. Nov 2012 B1
8310775 Boguslawski et al. Nov 2012 B1
8315006 Chahwan et al. Nov 2012 B1
8316263 Gough et al. Nov 2012 B1
8320067 Tsai et al. Nov 2012 B1
8324974 Bennett Dec 2012 B1
8332695 Dalphy et al. Dec 2012 B2
8341337 Ong et al. Dec 2012 B1
8350628 Bennett Jan 2013 B1
8356184 Meyer et al. Jan 2013 B1
8370683 Ryan et al. Feb 2013 B1
8375225 Ybarra Feb 2013 B1
8375274 Bonke Feb 2013 B1
8380922 DeForest et al. Feb 2013 B1
8390948 Hogg Mar 2013 B2
8390952 Szeremeta Mar 2013 B1
8392689 Lott Mar 2013 B1
8407393 Yolar et al. Mar 2013 B1
8413010 Vasquez et al. Apr 2013 B1
8417566 Price et al. Apr 2013 B2
8421663 Bennett Apr 2013 B1
8422172 Dakroub et al. Apr 2013 B1
8427771 Tsai Apr 2013 B1
8429343 Tsai Apr 2013 B1
8433937 Wheelock et al. Apr 2013 B1
8433977 Vasquez et al. Apr 2013 B1
8458526 Dalphy et al. Jun 2013 B2
8462466 Huber Jun 2013 B2
8467151 Huber Jun 2013 B1
8489841 Strecke et al. Jul 2013 B1
8493679 Boguslawski et al. Jul 2013 B1
8495289 Moyer Jul 2013 B2
8498074 Mobley et al. Jul 2013 B1
8499198 Messenger et al. Jul 2013 B1
8512049 Huber et al. Aug 2013 B1
8514506 Li et al. Aug 2013 B1
8531791 Reid et al. Sep 2013 B1
8554741 Malina Oct 2013 B1
8560759 Boyle et al. Oct 2013 B1
8565053 Chung Oct 2013 B1
8576511 Coker et al. Nov 2013 B1
8578100 Huynh et al. Nov 2013 B1
8578126 Gaonkar et al. Nov 2013 B1
8578242 Burton et al. Nov 2013 B1
8589773 Wang et al. Nov 2013 B1
8593753 Anderson Nov 2013 B1
8595432 Vinson et al. Nov 2013 B1
8599510 Fallone Dec 2013 B1
8601248 Thorsted Dec 2013 B2
8611032 Champion et al. Dec 2013 B2
8612650 Carrie et al. Dec 2013 B1
8612706 Madril et al. Dec 2013 B1
8612798 Tsai Dec 2013 B1
8619383 Jung et al. Dec 2013 B1
8621115 Bombet et al. Dec 2013 B1
8621133 Boyle Dec 2013 B1
8626463 Stevens et al. Jan 2014 B2
8630052 Jung et al. Jan 2014 B1
8630056 Ong Jan 2014 B1
8631188 Heath et al. Jan 2014 B1
8634158 Chahwan et al. Jan 2014 B1
8635412 Wilshire Jan 2014 B1
8640007 Schulze Jan 2014 B1
8654619 Cheng Feb 2014 B1
8661193 Cobos et al. Feb 2014 B1
8667248 Neppalli Mar 2014 B1
8670205 Malina et al. Mar 2014 B1
8683295 Syu et al. Mar 2014 B1
8683457 Hughes et al. Mar 2014 B1
8687306 Coker et al. Apr 2014 B1
8693133 Lee et al. Apr 2014 B1
8694841 Chung et al. Apr 2014 B1
8699159 Malina Apr 2014 B1
8699171 Boyle Apr 2014 B1
8699172 Gunderson et al. Apr 2014 B1
8699175 Olds et al. Apr 2014 B1
8699185 Teh et al. Apr 2014 B1
8700850 Lalouette Apr 2014 B1
8743502 Bonke et al. Jun 2014 B1
8749910 Dang et al. Jun 2014 B1
8751699 Tsai et al. Jun 2014 B1
8755141 Dang Jun 2014 B1
8755143 Wilson et al. Jun 2014 B2
8756361 Pruett et al. Jun 2014 B1
8756382 Carlson et al. Jun 2014 B1
8769593 Elliott et al. Jul 2014 B1
8773802 Anderson et al. Jul 2014 B1
8780478 Huynh et al. Jul 2014 B1
8782334 Boyle et al. Jul 2014 B1
8793532 Tsai et al. Jul 2014 B1
8797669 Burton et al. Aug 2014 B1
8799977 Kapner, III et al. Aug 2014 B1
8819375 Pruett et al. Aug 2014 B1
8825976 Jones Sep 2014 B1
8825977 Syu et al. Sep 2014 B1
20040019718 Schauer et al. Jan 2004 A1
20040255093 Forrer, Jr. et al. Dec 2004 A1
20050036381 Hassner et al. Feb 2005 A1
20050071583 Shepherd Mar 2005 A1
20050125614 Royer, Jr. Jun 2005 A1
20050210214 Takase et al. Sep 2005 A1
20060136655 Gorobets et al. Jun 2006 A1
20070076936 Li et al. Apr 2007 A1
20070079305 Duerinckx Apr 2007 A1
20070143561 Gorobets Jun 2007 A1
20070192533 Kim et al. Aug 2007 A1
20080016275 Sebastian et al. Jan 2008 A1
20080028162 Thompson Jan 2008 A1
20080162811 Steinmetz et al. Jul 2008 A1
20090031089 Tuominen Jan 2009 A1
20090070518 Traister et al. Mar 2009 A1
20090113702 Hogg May 2009 A1
20090228744 Deenadhayalan et al. Sep 2009 A1
20090271562 Sinclair Oct 2009 A1
20090276662 Shen et al. Nov 2009 A1
20090313426 See et al. Dec 2009 A1
20100232049 Kompella et al. Sep 2010 A1
20100306551 Meyer et al. Dec 2010 A1
20110047347 Li et al. Feb 2011 A1
20110125977 Karr et al. May 2011 A1
20110226729 Hogg Sep 2011 A1
20120159042 Lott et al. Jun 2012 A1
20120272038 Wei et al. Oct 2012 A1
20120275050 Wilson et al. Nov 2012 A1
20120281963 Krapf et al. Nov 2012 A1
20120324980 Nguyen et al. Dec 2012 A1
20130326170 Kilari et al. Dec 2013 A1
20140068152 Sinclair Mar 2014 A1
20140201424 Chen et al. Jul 2014 A1
Foreign Referenced Citations (2)
Number Date Country
1258913 Jul 2000 CN
2011062861 May 2011 WO
Non-Patent Literature Citations (23)
Entry
Office Action dated Sep. 5, 2013 from U.S. Appl. No. 13/356,542, 32 pages.
Di Marco, Alessandro, “Exploiting Commodity Hard-Disk Geometry to Efficiently Preserve Data Consistency”, Formal Methods and Stochastic Models for Performance Evaluation, Springer Berlin Heidelberg, 2007, pp. 260-274.
INCITS, “SCSI Block Commands—3 (SBC-3)”, Revision 16, Aug. 25, 2008, American National Standards Institute, New York, New York, United States.
INCITS, “AT Attachment with Packet Interface—7 vol. 1—Register Delivered Command Set, Logical Register Set (ATA/ATAPI-7 V1)”, Revision 4b, Apr. 21, 2004, American National Standards Institute, New York, New York, United States.
INCITS, “AT Attachment 8—ATA/ATAPI Command Set (ATA8-ACS)”, Revision 4a, May 21, 2007, American National Standards Institute, New York, New York, United States.
Seagate Technology Paper, “SmartAlign Technology for Advanced Format Hard Drives”, downloaded on Jul. 20, 2011 from www.seagate.com/docs/pdf/whitepaper/tp615—smartalign—for—af—4k.pdf.
Scott Errington, “OS and Application Considerations for Hard Disc Drives With Long Physical Sector Sizes”, http://bigsector.net/user—img/Long—Physical—Sector—Sizes—PDF—version—02.pdf.
“Seagate, ““Advanced Format 4K Sector Transition””, May 2010,http://www.seagate.com/docs/pdf/whitepaper/mb604—4k—transition—faq.pdf”.
William B. Boyle et al., U.S. Appl. No. 13/356,542, filed Jan. 23, 2012, 21 pages.
Carl E. Bonke, et al., U.S. Appl. No. 13/174,004, filed Jun. 30, 2011, 18 pages.
William B. Boyle et al., Office Action dated Jan. 31, 2014 from U.S. Appl. No. 13/356,542, 29 pages.
William B. Boyle et al., Interview Summary dated Mar. 11, 2014 from U.S. Appl. No. 13/356,542, 3 pages.
William B. Boyle et al., Advisory Action dated Apr. 15, 2014 from U.S. Appl. No. 13/356,542, 3 pages.
William B. Boyle et al., Office Action dated Jun. 11, 2014 from U.S. Appl. No. 13/356,542, 19 pages.
Paragon Software Group, “Partition Alignment Dramatically Increases System Performance”, Jul. 5, 2010, http://dl.paragon-software.com/free/Paragon%20Aiignment%20Tooi%20-%20White%20Paper.pdf.
IDEMA, “Advanced Format Downloads”, Apr. 24, 2012, www.idema.org.
Seagate, “Tech Insight Transition to Advanced Format 4K Sector Hard Drives”, Apr. 28, 2012, http://www.seagate.com/tech-insights/advanced-format-4k-sector-hard-drives-master-ti/.
Wikipedia, “Advanced Format”, Sep. 25, 2010, en.wikipedia.org/wiki/Advanced—Format.
Coughlin, T., “Aligning with the Future of Storage”, Jun. 2011, Coughlin Associates, Inc., www.tomcoughlin.com.
Heo, T., “ATA 4 KiB sector issues”, Mar. 13, 2010, ata.wiki.kernel.org/index.php/ATA—4—KiB-sector—issues.
Dernoncourt, D., “Dealing with WD Advanced Format hard drives on Linux, Windows and Mac OS”, Aug. 6, 2010, PCR's notepad.
Smith, R., “Linux on 4KB-sector disks: Practical advice”, Apr. 27, 2010, IBM.
VMware, “Recommendations for Aligning VMFS Partitions”, Feb. 4, 2009, VMware.