请输入您要查询的百科知识:

 

词条 Advanced Format
释义

  1. History

  2. Overview

  3. Categories

      {{Anchor|512e}}512e    {{Anchor|4Kn}}4K native  

  4. See also

  5. References

  6. External links

{{Infobox
| titlestyle = background:white;
| headerstyle = background:#ff6600;
| datastyle =
| labelstyle =
| imagestyle = text-align:center;
| title = Advanced Format (AF)
| image =
| caption = Advanced Format 512e logo
| header10 = Generation-one standard
| data11 = 4096 (4 KB) bytes per sector
| header20 = Generation-one categories
| label22 = 512 emulation (512e)
| data22 = 4K physical sectors on the drive media with 512 byte logical configuration
| label24 = 4K native (4Kn)
| data24 = 4K physical sectors on the drive media and 4K configuration reported to the host
| label26 = 4K-ready host[1]
| data26 = A host system which works equally well with legacy 512 as well as 512e hard disk drives
| header40 = Year standard completed
| data41 = March 2010
| header50 = Created by
| data51 = IDEMA Long Data Sector Committee, composed of Dell, Fujitsu (now Toshiba Storage Products Company), Hewlett-Packard, Hitachi Global Storage Technologies, IDEMA, LSI Corporation, Maxtor (now Seagate), Microsoft, Phoenix Technologies, Samsung, Seagate Technology, Western Digital
}}

Advanced Format (AF) is any disk sector format used to store data on magnetic disks in hard disk drives (HDDs) that exceeds 512, 520, or 528 bytes per sector,[2] such as the 4096, 4112, 4160, and 4224-byte (4 KB) sectors of an Advanced Format Drive (AFD). Larger sectors enable the integration of stronger error correction algorithms to maintain data integrity at higher storage densities.

Advanced Format is also considered a milestone technology{{by whom|date=February 2019}} in the history of HDD storage, where data has been generally processed in 512-byte segments since at least the introduction of consumer-grade HDDs in the early 1980s, and in similar or smaller chunks in the professional field since the invention of HDDs in 1956.

History

The need for long data sectors was first identified in 1998 when a technical paper issued by the National Storage Industry Consortium (NSIC)[2] called attention to the conflict between continuing increases in areal density and the traditional 512-byte-per-sector format used in hard disk drives.[3] Without revolutionary breakthroughs in magnetic recording system technologies, areal densities, and with them the storage capacities, hard disk drives were projected to stagnate.

The storage industry trade organization, International Disk Drive Equipment and Materials Association (IDEMA), responded by organizing the IDEMA Long Data Sector Committee in 2000, where IDEMA and leading hardware and software suppliers collaborated on the definition and development of standards governing long data sectors, including methods by which compatibility with legacy computing components would be supported.[3] In August 2005, Seagate shipped test drives with 1K physical sectors to industry partners for testing.[4]{{rp|Figure 3}} In 2010, industry standards for the first official generation of long data sectors using a configuration of 4096 bytes per sector, or 4K, were completed. All hard drive manufacturers committed to shipping new hard drive platforms for desktop and notebook products with the Advanced Format sector formatting by January 2011.[4][5]

Advanced Format was coined to cover what was expected to become several generations of long-data-sector technologies, and its logo was created to distinguish long-data-sector–based hard disk drives from those using legacy 512-, 520- or 528-byte sectors.[6]

Overview

Comparison of 512- and 4096-byte sector formats[7]
Description512-byte sector4096-byte sector
Gap, sync, address mark15 bytes
User data 512 bytes 4096 bytes
Error-correcting code 50 bytes 100 bytes
Total 577 bytes 4211 bytes
Efficiency 88.7% 97.3%
512-byte emulated device sector size
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Physical sector 1Physical sector 2

Generation-one Advanced Format, 4K sector technology, uses the storage surface media more efficiently by combining data that would have been stored in eight 512-byte sectors into one single sector that is 4096 bytes (4 KB) in length. Key design elements of the traditional 512-byte sector architecture are maintained, specifically, the identification and synchronization marks at the beginning and the error correction coding (ECC) area at the end of the sector. Between the sector header and ECC areas, eight 512-byte sectors are combined, eliminating the need for redundant header areas between each individual chunk of 512-byte data. The Long Data Sector Committee selected the 4K block length for the first generation AF standard for several reasons, including its correspondence to the paging size used by processors and some operating systems as well as its correlation to the size of standard transactions in relational database systems.[8]

Format efficiency gains resulting from the 4K sector structure range from seven to eleven percent in physical platter space.[9] The 4K format provides enough space to expand the ECC field from 50 to 100 bytes to accommodate new ECC algorithms. The enhanced ECC coverage improves the ability to detect and correct processed data errors beyond the 50-byte defect length associated with the 512-byte sector legacy format.[10] The Advanced Format standard employs the same gap, sync and address mark configuration as the traditional 512-byte sector layout, but combines eight 512-byte sectors into one data field.[11]

Having a huge number of legacy 512-byte-sector–based hard disk drives shipped up to the middle of 2010, many systems, programs and applications accessing the hard disk drive are designed around the 512-byte-per-sector convention. Early engagement with the Long Data Sector Committee provided the opportunity for component and software suppliers to prepare for the transition to Advanced Format.

For example, Windows Vista, Windows 7, Windows Server 2008, and Windows Server 2008 R2 (with certain hotfixes installed) support 512e format drives (but not 4Kn),[12] as do contemporary versions of FreeBSD[13][14][15] and Linux.[16][17] Mac OS X Tiger and onwards can use Advanced Format drives[18] and OS X Mountain Lion 10.8.2 additionally supports encrypting those. Windows 8 and Windows Server 2012 also support 4Kn Advanced Format.[12] Oracle Solaris 10 and 11 support 4Kn and 512e hard disk drives for non-root ZFS file systems, while version 11.1 provides installation and boot support for 512e devices.[19]

Categories

Among the Advanced Format initiatives undertaken by the Long Data Sector Committee, methods to maintain backward compatibility with legacy computing solutions were also addressed. For this purpose, several categories of Advanced Format devices were created.

{{Anchor|512e}}512e

Many host computer hardware and software components assume the hard drive is configured around 512-byte sector boundaries. This includes a broad range of items including chipsets, operating systems, database engines, hard drive partitioning and imaging tools, backup and file system utilities as well as a small fraction of other software applications. In order to maintain compatibility with legacy computing components, many hard disk drive suppliers support Advanced Format technologies on the recording media coupled with 512-byte conversion firmware. Hard drives configured with 4096-byte physical sectors with 512-byte firmware are referred to as Advanced Format 512e, or 512 emulation drives.

The translation of the 4096-byte physical format to a virtual 512-byte increment is transparent to the entity accessing the hard disk drive. Read and write commands are issued to Advanced Format drives in the same format as legacy drives. However, during the read process, the Advanced Format hard drive loads the entire 4096-byte sector containing the requested 512-byte data into memory located on the drive. The emulation firmware extracts and re-formats the specific data into a 512-byte chunk before sending the data to the host. The entire process typically occurs with little or no degradation in performance.

The translation process is more complicated when writing data that is either not a multiple of 4K or not aligned to a 4K boundary. In these instances, the hard drive must read the entire 4096-byte sector containing the targeted data into internal memory, integrate the new data into the previously existing data and then rewrite the entire 4096-byte sector onto the disk media. This operation, known as read-modify-write (RMW), can require additional revolution of the magnetic disks, resulting in a perceptible performance impact to the system user. Performance analysis conducted by IDEMA and the hard drive vendors indicates that approximately five to ten percent of all write operations in a typical business PC user environment may be misaligned and a RMW performance penalty incurred.[20][21]

When using Advanced Format drives with legacy operating systems, it is important to realign the disk drive using software provided by the hard disk manufacturer. Disk realignment is necessary to avoid a performance degrading condition known as cluster straddling where a shifted partition causes filesystem clusters to span partial physical disk sectors. Since cluster-to-sector alignment is determined when creating hard drive partitions, the realignment software is used after partitioning the disk. This can help reduce the number of unaligned writes generated by the computing ecosystem. Further activities to make applications ready for the transition to Advanced Format technologies are being spearheaded by the Long Data Sector Committee and the hard disk drive manufacturers.[22][23]{{Update-inline|date=October 2018}}

{{Anchor|4Kn}}4K native

For hard disk drives working in the 4K native mode, there is no emulation layer in place, and the disk media directly exposes its 4096, 4112, 4160, or 4224-byte physical sector size to the system firmware and operating system. That way, the externally visible logical sectors organization of the 4K native drives is directly mapped to their internal physical sectors organization. Since April 2014, enterprise-class 4K native hard disk drives have been available on the market.[24][25]

Readiness of the support for 4 KB logical sectors within operating systems differs among their types, vendors and versions.[12] For example, Microsoft Windows supports 4K native drives since Windows 8 and Windows Server 2012 (both released in 2012),[26] and Linux supports 4K native drives since the Linux kernel version 2.6.31 and {{Mono|util-linux-ng}} version 2.17 (released in 2009 and 2010, respectively).[27][28]

The color version of the logo indicating a 4K native drive is somewhat different from the 512e logo, featuring four rounded corners, a blue background, and text "4Kn" at the center of the logo.[29]

See also

  • Partition alignment

References

1. ^{{cite web|last=|first=|authorlink=|title=Advanced Format Definitions, Abbreviations, and Conventions|work=|publisher=IDEMA|date=|url=http://www.idema.org/?page_id=2153|doi=|accessdate=March 13, 2012|archive-url=https://web.archive.org/web/20120316161832/http://www.idema.org/?page_id=2153|archive-date=2012-03-16|dead-url=no|df=}}
2. ^{{cite web |url=http://insic.org/ |title=Home- INSIC | Information Storage Industry Consortium |publisher=INSIC |date= |accessdate=2014-03-12 |archive-url=https://web.archive.org/web/20140312224436/http://insic.org/ |archive-date=2014-03-12 |dead-url=no |df= }}
3. ^{{cite web |url = http://www.idema.org/?page_id=2369 |title = The Advent of Advanced Format |accessdate = 2013-11-18 |publisher = IDEMA |archive-url = https://www.webcitation.org/68Ur29VA9?url=http://www.idema.org/?page_id=2369 |archive-date = 2012-06-17 |dead-url = no |df = }}
4. ^{{cite web | url=http://www.seagate.com/as/en/tech-insights/advanced-format-4k-sector-hard-drives-master-ti/ | title=Transition to Advanced Format 4K Sector Hard Drives | publisher=Seagate | accessdate=2014-12-15 | archive-url=https://web.archive.org/web/20141220174659/http://www.seagate.com/as/en/tech-insights/advanced-format-4k-sector-hard-drives-master-ti/ | archive-date=2014-12-20 | dead-url=no | df= }}
5. ^{{cite web |title=Advanced Format – The Migration to 4K Sectors |publisher=Seagate Technology |date= |url=http://www.seagate.com/ww/v/index.jsp?locale=en-US&name=advanced-format-migration-to-4k-tpc&vgnextoid=746f43fce2489210VgnVCM1000001a48090aRCRD |accessdate=June 27, 2011 |archiveurl=https://web.archive.org/web/20110519054645/http://www.seagate.com/ww/v/index.jsp?locale=en-US&name=advanced-format-migration-to-4k-tpc&vgnextoid=746f43fce2489210VgnVCM1000001a48090aRCRD |archivedate=19 May 2011}}
6. ^{{cite web | url = https://oss.oracle.com/~mkp/docs/lpc08-data-integrity.pdf | archiveurl = https://web.archive.org/web/20150109235547/https://oss.oracle.com/~mkp/docs/lpc08-data-integrity.pdf | title = Linux Data Integrity | date = 2008-08-30 | accessdate = 2015-01-23 | archivedate = 2015-01-09 | author = Martin K. Petersen | publisher = Oracle Corporation | format = PDF | page = 7 | quote = Most disk drives use 512-byte sectors. [...] Enterprise drives (Parallel SCSI/SAS/FC) support 520/528 byte 'fat' sectors.}}
7. ^{{cite book |first=Scott |last=Mueller |date=2013 |title=Upgrading and Repairing PCs (21st Edition) |publisher=Que Publishing |pages=472–473 |isbn=0789750007}}
8. ^{{cite web |last=Smith |first=Ryan |authorlink= |title=Western Digital's Advanced Format: The 4K Sector Transition Begins |work= |publisher=AnandTech |date=December 18, 2009 |url=http://www.anandtech.com/show/2888 |doi= |accessdate=March 13, 2012 |archive-url=https://web.archive.org/web/20120312061308/http://www.anandtech.com/show/2888 |archive-date=2012-03-12 |dead-url=no |df= }}
9. ^{{cite web |last=Swinburne |first=Richard |authorlink= |title=The Facts: 4K Advanced Format Hard Disks |work= |website=bit-tech.net |date=April 1, 2010 |url=http://www.bit-tech.net/hardware/storage/2010/04/01/the-facts-4k-advanced-format-hard-disks/1 |doi= |accessdate=March 13, 2012 |archive-url=https://web.archive.org/web/20120306003308/http://www.bit-tech.net/hardware/storage/2010/04/01/the-facts-4k-advanced-format-hard-disks/1 |archive-date=2012-03-06 |dead-url=no |df= }}
10. ^{{cite conference|first=Martin |last=Hassner |authorlink= |author2=Grochowski, Ed |title=4K Byte-Sector HDD-Data Format Standard |booktitle= |pages= |publisher=Windows Hardware Engineering Conference |date=May 31, 2005 |location= |url=http://bigsector.org/_smartsite/modules/local/data_file/show_file.php?cmd=download&data_file_id=1259 |doi= |id= |accessdate=March 13, 2012 |deadurl=yes |archiveurl=https://web.archive.org/web/20120328024030/http://bigsector.org/_smartsite/modules/local/data_file/show_file.php?cmd=download&data_file_id=1259 |archivedate=March 28, 2012 }}
11. ^{{cite web |url = http://www.idema.org/wp-content/uploads/downloads/2011/12/AF-in-Legacy-Infrastructures-SDC2011_IDEMA-AF.pdf |title = Advanced Format in Legacy Infrastructures: More Transparent than Disruptive |format = PDF |year = 2011 |accessdate = 2013-11-05 |author = Curtis E. Stevens |publisher = idema.org |archive-url = https://web.archive.org/web/20131105222506/http://www.idema.org/wp-content/uploads/downloads/2011/12/AF-in-Legacy-Infrastructures-SDC2011_IDEMA-AF.pdf |archive-date = 2013-11-05 |dead-url = no |df = }}
12. ^{{cite web|title=Advanced format (4K) disk compatibility update (Windows)|url=http://msdn.microsoft.com/en-us/library/windows/desktop/hh848035(v=vs.85).aspx|date=November 28, 2012|accessdate=January 3, 2013|archive-url=https://web.archive.org/web/20130111233631/http://msdn.microsoft.com/en-us/library/windows/desktop/hh848035(v=vs.85).aspx|archive-date=2013-01-11|dead-url=no|df=}}
13. ^{{cite web |url=http://ivoras.net/blog/tree/2011-01-01.freebsd-on-4k-sector-drives.html |title=The arrow of time – FreeBSD on 4K sector drives |publisher=Ivoras.net |date= |accessdate=2014-03-12 |archive-url=https://web.archive.org/web/20140316203919/http://ivoras.net/blog/tree/2011-01-01.freebsd-on-4k-sector-drives.html |archive-date=2014-03-16 |dead-url=no |df= }}
14. ^{{cite web |url=http://www.freebsd.org/doc/handbook/bsdinstall-partitioning.html |title=2.7. Allocating Disk Space |publisher=Freebsd.org |date= |accessdate=2014-03-12 |archive-url=https://web.archive.org/web/20140320034259/http://www.freebsd.org/doc/handbook/bsdinstall-partitioning.html |archive-date=2014-03-20 |dead-url=no |df= }}
15. ^{{cite web |url=http://www.wonkity.com/~wblock/docs/html/disksetup.html |title=Disk Setup On FreeBSD |publisher=Wonkity.com |date=2013-06-24 |accessdate=2014-03-12 |archive-url=https://web.archive.org/web/20140712013311/http://www.wonkity.com/~wblock/docs/html/disksetup.html |archive-date=2014-07-12 |dead-url=no |df= }}
16. ^{{cite web |url = https://lwn.net/Articles/377895/ |title = 4K-sector drives and Linux |date = 2010-03-09 |accessdate = 2013-10-04 |author = Jonathan Corbet |publisher = LWN.net |archive-url = https://web.archive.org/web/20131004230421/https://lwn.net/Articles/377895/ |archive-date = 2013-10-04 |dead-url = no |df = }}
17. ^{{cite web |url = http://mkp.net/pubs/storage-topology.pdf |title = Linux Storage Topology and Advanced Features |date = 2009-11-24 |accessdate = 2013-10-04 |author = Martin K. Petersen |publisher = Oracle Corporation |archive-url = https://web.archive.org/web/20131005013021/http://mkp.net/pubs/storage-topology.pdf |archive-date = 2013-10-05 |dead-url = no |df = }}
18. ^{{cite web|title=How to install a WD Advanced Format Drive on a non-Windows Operating System|url=http://wdc.custhelp.com/app/answers/detail/a_id/5655/~/how-to-install-a-wd-advanced-format-drive-on-a-non-windows-operating-system|date=January 19, 2012|accessdate=April 12, 2013|archive-url=https://web.archive.org/web/20140527032214/http://wdc.custhelp.com/app/answers/detail/a_id/5655/~/how-to-install-a-wd-advanced-format-drive-on-a-non-windows-operating-system|archive-date=2014-05-27|dead-url=no|df=}}
19. ^{{cite web |url = http://docs.oracle.com/cd/E26502_01/html/E29006/gdgtz.html#gizbc |title = Oracle Solaris 11.1 Administration: Devices and File Systems |accessdate = 2014-03-06 |publisher = Oracle Corporation |archive-url = https://web.archive.org/web/20140306005628/http://docs.oracle.com/cd/E26502_01/html/E29006/gdgtz.html#gizbc |archive-date = 2014-03-06 |dead-url = no |df = }}
20. ^{{cite web |url = http://storage.toshiba.com/docs/services-support-documents/toshiba_4kwhitepaper.pdf |title = 4K Sector Disk Drives: Transitioning to the Future with Advanced Format Technologies |format = PDF |accessdate = 2013-10-24 |author = Michael E. Fitzpatrick |publisher = Toshiba |archive-url = https://web.archive.org/web/20141006071359/http://storage.toshiba.com/docs/services-support-documents/toshiba_4kwhitepaper.pdf |archive-date = 2014-10-06 |dead-url = no |df =}}
21. ^{{cite web |url = https://lwn.net/Articles/322777/ |title = Linux and 4K disk sectors |date = 2009-03-11 |accessdate = 2013-10-24 |author = Goldwyn Rodrigues |publisher = LWN.net |archive-url = https://web.archive.org/web/20131005191108/http://lwn.net/Articles/322777/ |archive-date = 2013-10-05 |dead-url = no |df =}}
22. ^{{cite web |url=http://www.hitachigst.com/internal-drives/advanced-format-drives |title=Download the Hitachi Align Tool |work=Advanced Format Drives |publisher=Hitachi Global Storage Technologies |year=2010 |accessdate=August 3, 2011 |archiveurl=https://web.archive.org/web/20110623202837/http://www.hitachigst.com/internal-drives/advanced-format-drives |archivedate=2011-06-23 |deadurl=yes |df= }}
23. ^{{cite web |url=http://support.wdc.com/product/download.asp?groupid=805 |title=Advanced Format Software |work=Support |publisher=Western Digital |year=2011 |accessdate=January 6, 2012 |archive-url=https://web.archive.org/web/20111229143736/http://support.wdc.com/product/download.asp?groupid=805 |archive-date=2011-12-29 |dead-url=no |df= }}
24. ^{{cite web |url = http://www.seagate.com/www-content/product-content/enterprise-hdd-fam/enterprise-capacity-3-5-hdd/constellation-es-4/en-us/docs/enterprise-capacity-3-5-hdd-ds1791-4-1404us.pdf#page=2 |title = Enterprise Capacity 3.5 HDD Data Sheet |date = {{date|2014-04-23|mdy}} |accessdate = {{date|2014-08-10|mdy}} |publisher = Seagate Technology |format = PDF |page = 2 |archive-url = https://web.archive.org/web/20140812220618/http://www.seagate.com/www-content/product-content/enterprise-hdd-fam/enterprise-capacity-3-5-hdd/constellation-es-4/en-us/docs/enterprise-capacity-3-5-hdd-ds1791-4-1404us.pdf#page=2 |archive-date = 2014-08-12 |dead-url = no |df = }}
25. ^{{cite web |url = http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-800066.pdf#page=2 |title = WD Re Datacenter Distribution Specification Sheet |date = {{date|2016-01-21|mdy}} |accessdate = {{date|2016-02-14|mdy}} |publisher = Western Digital |format = PDF |page = 2 |archive-url = https://web.archive.org/web/20150906040839/http://www.wdc.com/wdproducts/library/SpecSheet/ENG/2879-800066.pdf#page=2 |archive-date = 2015-09-06 |dead-url = no |df = }}
26. ^{{cite web |url = http://support.microsoft.com/kb/2510009 |title = Microsoft support policy for 4K sector hard drives in Windows |accessdate = {{date|2013-10-24|mdy}} |publisher = Microsoft |archive-url = https://www.webcitation.org/619bQha3e?url=http://support.microsoft.com/kb/2510009 |archive-date = 2011-08-23 |dead-url = no |df = }}
27. ^{{cite web |url = http://kernelnewbies.org/Linux_2_6_31#head-5a6f57dc036c513bd60426fba4c6f5c13eb6cee1 |title = Linux kernel 2.6.31, Section 11. Block |date = {{date|2009-09-09|mdy}} |accessdate = {{date|2015-10-10|mdy}} |website = kernelnewbies.org |archive-url = https://web.archive.org/web/20151105025721/http://kernelnewbies.org/Linux_2_6_31#head-5a6f57dc036c513bd60426fba4c6f5c13eb6cee1 |archive-date = 2015-11-05 |dead-url = no |df = }}
28. ^{{cite web |url = https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17-ReleaseNotes |title = util-linux-ng 2.17 Release Notes |date = {{date|2010-01-08|mdy}} |accessdate = {{date|2015-10-10|mdy}} |website = kernel.org |archive-url = https://web.archive.org/web/20160304113854/https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17-ReleaseNotes |archive-date = 2016-03-04 |dead-url = no |df = }}
29. ^{{cite web|url=http://www.idema.org/?page_id=2900|title=Advanced Format Logo Overview|publisher=IDEMA|accessdate=2014-01-10|archive-url=https://web.archive.org/web/20131019123607/http://www.idema.org/?page_id=2900|archive-date=2013-10-19|dead-url=no|df=}}

External links

  • IDEMA: Advanced Format Technology
  • [https://web.archive.org/web/20120505211428/http://www.tomcoughlin.com/Techpapers/2011_06%20Alignment%20White%20Paper%20%28Coughlin%20Assoc.%29%20final.pdf Coughlin Associates: Aligning with the Future of Storage]
  • Western Digital: Advanced Format Technology White Paper
  • [https://web.archive.org/web/20120316010040/http://www.hitachigst.com/tech/techlib.nsf/techdocs/3D2E8D174ACEA749882577AE006F3F05/$file/AFtechbrief.pdf Hitachi Global Storage Technologies: Advanced Format Technology Brief]
  • The Tech Report: Western Digital brings Advanced Format to Caviar Green
  • Dell: Support: System Image Support for Advanced Format Hard Drives on Dell Business Client Notebooks and Desktops

1 : Hard disk drives

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/21 16:31:18