Irving Fisher: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Eb.hoop
en>ClueBot NG
m Reverting possible vandalism by 173.160.51.165 to version by Amelapay. False positive? Report it. Thanks, ClueBot NG. (2082791) (Bot)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Logical block addressing (LBA)''' is a common scheme used for specifying the location of blocks of data stored on [[computer storage]] devices, generally [[secondary storage]] systems such as [[hard disk]]s. 


LBA is a particularly simple [[linear addressing]] scheme; blocks are located by an integer index, with the first block being LBA 0, the second LBA 1, and so on.


[[Parallel ATA|IDE]] standard included 22-bit LBA as an option, which was further extended to 28-bit with the release of ATA-1 (1994) and to 48-bit with the release of ATA-6 (2003).  Most hard drives released after 1996 implement logical block addressing.
Roberto is the name Method love to be rang with although it has always been not the name on top of my birth certificate. I am a [http://pinterest.com/search/pins/?q=cashier cashier]. My [http://en.Search.wordpress.com/?q=company company] say it's not good for me but the thing that I love doing is definitely to drive but Seriously been taking on unique things lately. My house is presently in Vermont. I've been working on my website for some enough time now. Check it competeing here: http://prometeu.net<br><br>Feel free to surf to my web site ... [http://prometeu.net hack clash of clans]
 
==Overview==
In logical block addressing, only one number is used to address data, and each linear base address describes a single block.
 
The LBA scheme replaces earlier schemes which exposed the physical details of the storage device to the software of the operating system.  Chief among these was the [[cylinder-head-sector]] (CHS) scheme, where blocks were addressed by means of a [[tuple]] which defined the cylinder, head, and sector at which they appeared on the [[hard disk]]. CHS did not map well to devices other than hard disks (such as tapes and networked storage), and was generally not used for them.  CHS was used in early [[Modified Frequency Modulation|MFM]] and [[Run Length Limited|RLL]] drives, and both it and its successor Extended Cylinder-Head-Sector (ECHS) were used in the first [[Advanced Technology Attachment|ATA]] drives.  However, current disk drives use [[zone bit recording]], where the number of sectors per track depends on the track number. Even though the disk drive will report some CHS values as sectors per track (SPT) and heads per cylinder (HPC), they have little to do with the disk drive's true geometry.
 
LBA was first introduced in [[SCSI]] as an abstraction.  While the drive controller still addresses data blocks by their CHS address, this information is generally not used by the SCSI device driver, the OS, filesystem code, or any applications (such as databases) that access the "raw" disk. System calls requiring block-level I/O pass LBA definitions to the storage device driver; for simple cases (where one volume maps to one physical drive), this LBA is then passed directly to the drive controller.
 
In [[Redundant array of independent disks|RAID]] devices and [[storage area network|SAN]]s and where logical drives ([[Logical Unit Number|LUN]]s) are composed via LUN virtualization and aggregation, LBA addressing of individual disk should be translated by a software layer to provide uniform LBA addressing for the entire storage device.
 
==Enhanced BIOS==
{{see also|INT 13H}}
The earlier IDE standard from Western Digital introduced 22 bit LBA; in 1994, the [[AT Attachment|ATA-1 standard]]  allowed for 28 bit addresses in both LBA and CHS modes. The CHS scheme used 16 bits for cylinder, 4 bits for head and 8 bits for sector, counting sectors from 1 to 255. This means the reported number of heads never exceeds 16 (0–15), the number of sectors can be 255 (1–255; though 63 is often the largest used) and the number of cylinders can be as large as 65,536 (0–65535), limiting disk size to 128 GiB (≈137.4 GB), assuming 512 byte sectors. These values can be accessed by issuing the ATA command "Identify Device" (<code>EC</code>h) to the drive.<ref name="Working Draft of ATA/ATAPI-5">[http://www.t10.org/t13/project/d1321r3-ATA-ATAPI-5.pdf ''Working Draft'' of ATA/ATAPI-5] Sections 6.2.1 and 8.12 of the T13 Technical Committee's, 29 February 2000.</ref>
 
However [[BIOS|IBM BIOS]] implementation defined in the [[INT 13H]] disk access routines used quite a different 24-bit scheme for CHS addressing, with 10 bits for cylinder, 8 bits for head, and 6 bits for sector, or 1024 cylinders, 256 heads, and 63 sectors.<ref>{{cite web|url=http://support.microsoft.com/kb/q224526/en-us |title=KB224526: Windows NT 4.0 supports maximum of 7.8-GB system partition |publisher=Support.microsoft.com |date=2007-02-23 |accessdate=2013-07-30}}</ref> This INT 13H implementation had pre-dated the ATA standard, as it was introduced when the [[IBM PC]] had only [[floppy disk]] storage, and when hard disk drives were introduced on the [[IBM PC/XT]], INT 13H interface could not be practically redesigned  due to [[backward compatibility]] issues. Overlapping ATA CHS mapping with BIOS CHS mapping produced the lowest common denominator of 10:4:6 bits, or 1024 cylinders, 16 heads, and 63 sectors, which gave the practical limit of 1024×16×63 sectors and 528 Mbytes (504&nbsp;[[MiB]]), assuming 512 byte sectors.
 
In order for BIOS to overcome this limit and successfully work with large hard drives, a CHS translation scheme had to be implemented in BIOS disk I/O routines which would convert between 24-bit CHS used by INT 13H and 28-bit CHS numbering used by ATA.  The translation scheme was called '''Large''' or '''Bit Shift Translation'''. This method would remap 16:4:8 bit ATA cylinders and heads to 10:8:6 bit scheme used by INT 13H, generating much more "virtual" drive heads than the physical disk reported. This increased the practical limit to 1024×256×63 sectors, or 8.4 Gbytes (7.8&nbsp;[[Gibibyte|GiB]]).
 
To further overcome this limit, [[INT 13|INT 13H Extensions]] were introduced with '''BIOS Enhanced Disk Drive Services''' specification, which removed practical limits on disk size for operating systems which are aware of this new interface, such as ''DOS 7.0'' component in [[Windows 95]]. This ''Enhanced BIOS'' subsystem supports LBA addressing with '''LBA''' or '''[[#LBA-Assisted translation|LBA-Assist]]''' method, which uses native 28-bit LBA for addressing ATA disks and performs CHS conversion as needed.
 
The '''Normal''' or '''None''' method reverts to the earlier 10:4:6 bit CHS mode which does not support addressing more than 528 Mbytes.
 
Until the release of ATA-2 standard in 1996, there were a handful of large hard drives which did not support LBA addressing, so only Large or Normal methods could be used. However using the Large method also introduced portability problems, as different BIOSes often used different and incompatible translation methods, and hard drives partitioned on a computer with BIOS from a particular vendor often could not be read on a computer with a different make of BIOS. The solution was to use conversion software such as [[Disk Manager|OnTrack Disk Manager]], [[EZ-Drive]], etc., which installed to the disk's [[Master Boot Record|OS loader]] and  replaced INT 13H routines at boot time with custom code. This software could also enable LBA and INT 13H Extensions support for older computers with non LBA-compliant BIOSes.
 
===LBA-Assisted translation===
 
When the BIOS is configured to use a disk in LBA-Assisted translation mode, the BIOS access the hardware using LBA mode, but also presents a translated CHS geometry via the INT 13H interface.  The number of cylinders, heads, and sectors in the translated geometry depends on the total size of the disk, as shown in the following table.<ref>{{cite web|last=Steunebrink|first=Jan|title=The BIOS IDE Harddisk Limitations|url=http://web.inter.nl.net/hcc/J.Steunebrink/bioslim.htm#LBA|accessdate=6 October 2013|archiveurl=http://archive.is/fg442#LBA|archivedate=6 October 2013}}</ref>
 
{| class="wikitable"
|-
! Disk size !! Sectors/track !! Heads !! Cylinders
|-
| 1 &lt; X &le; 504 MiB || 63 || 16 || X/(63*16*512)
|-
| 504 MiB &lt; X &le; 1008 MiB || 63 || 32 || X/(63*32*512)
|-
| 1008 MiB &lt; X &le; 2016 MiB || 63 || 64 || X/(63*64*512)
|-
| 2016 MiB &lt; X &le; 4032 MiB  || 63 || 128 || X/(63*128*512)
|-
| 4032 MiB &lt; X &le; 8032.5 MiB || 63 || 255 || X/(63*255*512)
|}
 
===LBA48===
 
The current 48-bit LBA scheme, introduced in 2003 with ATA-6 standard, allows addressing up to 128 [[Pebibyte|PiB]]. Current PC-Compatible computers support INT 13H Extensions, which use 64-bit structures for LBA addressing and should encompass any future extension of LBA addressing, though modern operating systems implement direct disk access and do not use the [[BIOS]] subsystems, except at [[boot loader|boot load]] time. However, the common [[DOS]] style [[Master boot record]] partition table only supports [[disk partition]]s up to 2 TiB in size. For large partitions this needs to be replaced by another scheme, for instance the [[GUID Partition Table]] which has the same 64-bit limit as the current INT 13H Extensions.
 
==CHS conversion==
{| class="wikitable" style="float:right;"
|+ LBA and CHS equivalence with 16 heads per cylinder
|-
! LBA Value !! CHS ''Tuple''
|-
| style="text-align:right;"| 0 &nbsp;&nbsp;
| style="text-align:center" | 0, 0, 1
|-
| style="text-align:right;"| 1 &nbsp;&nbsp;
| style="text-align:center" | 0, 0, 2
|-
| style="text-align:right;"| 2 &nbsp;&nbsp;
| style="text-align:center" | 0, 0, 3
|-
| style="text-align:right;"| 62 &nbsp;&nbsp;
| style="text-align:center" | 0, 0, 63
|-
| style="text-align:right;"| 945 &nbsp;&nbsp;
| style="text-align:center" | 0, 15, 1
|-
| style="text-align:right;"| 1007 &nbsp;&nbsp;
| style="text-align:center" | 0, 15, 63
|-
| style="text-align:right;"| 1008 &nbsp;&nbsp;
| style="text-align:center" | 1, 0, 1
|-
| style="text-align:right;"| 1070 &nbsp;&nbsp;
| style="text-align:center" | 1, 0, 63
|-
| style="text-align:right;"| 1071 &nbsp;&nbsp;
| style="text-align:center" | 1, 1, 1
|-
| style="text-align:right;"| 1133 &nbsp;&nbsp;
| style="text-align:center" | 1, 1, 63
|-
| style="text-align:right;"| 1134 &nbsp;&nbsp;
| style="text-align:center" | 1, 2, 1
|-
| style="text-align:right;"| 2015 &nbsp;&nbsp;
| style="text-align:center" | 1, 15, 63
|-
| style="text-align:right;"| 2016 &nbsp;&nbsp;
| style="text-align:center" | 2, 0, 1
|-
| style="text-align:right;"| 16,127 &nbsp;&nbsp;
| style="text-align:center" | 15, 15, 63
|-
| style="text-align:right;"| 16,128 &nbsp;&nbsp;
| style="text-align:center" | 16, 0, 1
|-
| style="text-align:right;"| 32,255 &nbsp;&nbsp;
| style="text-align:center" | 31, 15, 63
|-
| style="text-align:right;"| 32,256 &nbsp;&nbsp;
| style="text-align:center" | 32, 0, 1
|-
| style="text-align:right;"| 16,450,559 &nbsp;&nbsp;
| style="text-align:center" | 16319, 15, 63
|-
| style="text-align:right;"| 16,514,063 &nbsp;&nbsp;
| style="text-align:center" | 16382, 15, 63
|}
 
CHS (cylinder/head/sector) tuples can be mapped to LBA address with the following formula:
 
:<math>LBA=((C \times HPC) + H ) \times SPT + S -1 </math>
where,
* C, H and S are the cylinder number, the head number, and the sector number
* LBA is the logical block address
* HPC is the maximum number of heads per cylinder (reported by disk drive, typically 16 for 28-bit LBA)
* SPT is the maximum number of sectors per track (reported by disk drive, typically 63 for 28-bit LBA)
 
LBA addresses can be mapped to CHS tuples with the following formula:
 
:<math>\begin{align}
C &= LBA \div ( SPT \times HPC )\\
H &= ( LBA \div SPT ) \, \bmod \, HPC \\
S &= ( LBA \, \bmod \, SPT ) + 1
\end{align}</math>
 
where
* mod is the [[modulo operation]], i.e. the [[remainder]], and
* <math>\div</math> is [[integer division]], i.e. the [[quotient]] of the division.
 
According to the ATA specifications, "If the content of words (61:60) is greater than or equal to 16,514,064 then the content of word 1 [the number of logical cylinders] shall be equal to 16,383."<ref name="Working Draft of ATA/ATAPI-5"/> Therefore for LBA 16450559, an ATA drive may actually respond with the CHS ''tuple'' (16319, 15, 63), and the number of cylinders in this scheme must be much larger than 1024 allowed by INT 13H.<ref>Though CHS addressing definitely uses the mathematical concept of '''[[tuple]]''', it may also be considered an example of the general scheme called [[mixed radix]] by viewing its cylinders, heads and sectors as having different numerical bases; e.g., cylinders counting from 0 to 1023, heads from 0 to 254 and sectors from 1 to 63.</ref>
 
===OS dependencies===
Operating systems that are sensitive to BIOS-reported drive geometry include  [[Solaris (operating system)|Solaris]], [[DOS]] and Windows NT family, where  [[NTLDR]] ([[Windows NT|NT]], [[Windows 2000|2000]], [[Windows XP|XP]], [[Windows Server 2003|Server 2003]]) or [[Windows Boot Manager|WINLOAD]] ([[Windows Vista|Vista]], [[Windows Server 2008|Server 2008]], [[Windows 7]] and [[Windows Server 2008 R2|Server 2008 R2]])  use [[Master boot record]] which addresses the disk using CHS; [[x86-64]] and [[Itanium]] versions of Windows can partition the drive with [[GUID Partition Table]] which uses LBA addressing.
 
Some operating systems do not require any translation because they do not use geometry reported by BIOS in their [[boot loader]]s. Among these operating systems are [[BSD]], [[Linux]], [[Mac OS X]], [[OS/2]] and [[ReactOS]].
 
==See also==
* [[Cylinder-head-sector]]
* [[Block (data storage)]]
* [[Disk storage]]
* [[Disk formatting]]
* [[Disk partitioning]]
* [[SCSI Read Commands]]
 
==References==
<references/>
 
==External links==
* [http://www.dewassoc.com/kbase/hard_drives/lba.htm LBAs explained]
* [http://www.boot-us.com/gloss11.htm LBA and CHS format, LBA mapping]
*[http://viralpatel.net/taj/tutorial/chs_translation.php CHS to LBA Translation Tutorial]
* [http://homepage2.nifty.com/cars/misc/chs2lba.html CHS/LBA conversion utility]
* [http://support.microsoft.com/kb/q224526/ Microsoft article on 7.8GB limit on NT 4.0]
* [http://www.dewassoc.com/kbase/hard_drives/drive_size_barrier_limitations_2.htm Hard Drive Size Limitations and Barriers]
* [http://books.google.com/books?id=E1p2FDL7P5QC&pg=RA1-PA527&lpg=RA1-PA527&dq=bit+shifting+lba&source=bl&ots=M1poB75_cv&sig=3q6B9DsqOj08xkvE0iE6iiake44&hl=en&ei=HuABS5u6DpPNngefzYwR&sa=X&oi=book_result&ct=result&resnum=10&ved=0CEAQ6AEwCQ#v=onepage&q=bit%20shifting%20lba&f=false Upgrading and Repairing PC's], by Scott Mueller. Pages 524–531.
 
{{DEFAULTSORT:Logical Block Addressing}}
[[Category:Computer storage devices]]
[[Category:SCSI]]
[[Category:AT Attachment]]
[[Category:BIOS]]

Latest revision as of 19:17, 8 January 2015


Roberto is the name Method love to be rang with although it has always been not the name on top of my birth certificate. I am a cashier. My company say it's not good for me but the thing that I love doing is definitely to drive but Seriously been taking on unique things lately. My house is presently in Vermont. I've been working on my website for some enough time now. Check it competeing here: http://prometeu.net

Feel free to surf to my web site ... hack clash of clans