View Single Post
Staro 16.01.2011., 20:08   #1
strgani
Premium
 
strgani's Avatar
 
Datum registracije: Oct 2008
Lokacija: Zagreb-Križevci
Postovi: 572
Particijske tablice i njeni dijelovi

sljedeći tekst našao sam na jednoj web stranici, stavit cu i link, podebljani dio me zanima dal mi moze netko objasnit sta znaci, nisam expert u engleskom pa me taj dio muci, ostatak sam skuzio treba mi za maturalni, hvala

A partition descriptor is a 16-byte structure with the following fields:

0 Boot Indicator
[This byte is used by some boot loaders to indicate which of the primary partitions should be booted.]

1-3 Begin CHS
[Cylinder/Head/Sector address of the partition start. For the format, see below.]

4 Partition Type
[This type generally indicates what operating system or file system can be found on the partition, or what the partition is used for. For a list, see the list of known partition types.] Here we shall always give types in two hexadecimal digits. Types 05, 0F and 85 (hex) indicate an extended partition. [DOS only knows about 05, Windows 95 introduced 0F, Linux introduced 85.]

5-7 End CHS
[Cylinder/Head/Sector address of the partition end.]

8-11 Partition Start
The 4-byte little-endian value of the starting sector number (counting from 0) of the partition.



12-15 Partition Size
The 4-byte little-endian value of the size in sectors of the partition. If this value is zero, the partition descriptor should be ignored [and all other values in the descriptor should be zero as well]; in this case the partition descriptor is called unused.


http://www.win.tue.nl/~aeb/partition..._tables-2.html
strgani je offline   Reply With Quote