I'm looking for a meaning of the output of the fdisk command on centos , because it is a little different from other system , because other systems uses sectors ,but here the size can be determined by the cylinders !
so i wanted to create a new partition on a second SCSI HDD , here is the petition table for that disk:
Disk /dev/sdb: 1073 MB, 1073741824 bytes
255 heads, 63 sectors/track, 130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe372eab9
Device Boot Start End Blocks Id System
/dev/sdb1 1 14 111430+ 83 Linux
/dev/sdb2 14 15 8032+ 83 Linux
so my question are as follows : 1 - it shows that the head number is 255 , is this fake number since I'm using Vmware?
2- the number "16065 " is the number of blocks ,bytes or sectors ?
3- is the block size in my case is 512 or 1024 ?
4- what does the values in the blocks , id and system mean ?
5- why there is a "+" in the values of the blocks column ?
I know there is a lot of questions ,but please provide me with as much of info as you can.
Note: I know all about the physical formatting of the hard disk : sectors ,tracks ,clusters and cylinders , but the output got me confused .
thanks in advanced