I am a beginner in Linux. I created a Hard-Disk size 1GB through VM and am using CentOS 6.4 I scanned and discovered it using echo command.
When I do fdisk -l /dev/sdi
, I get the following output
Disk /dev/sdi: 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: 0x00000000
The first line is size that I understand, but can anyone please explain the calculation here regarding the heads, sectors, cylinders, etc. and the remaining other lines.