Hello,
I have a Western Digital 120 GB hard disk which I have put a single parition on using fdisk.
However, when I do a:
I get the following output:
Code:
Disk /dev/hdd: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 63 234436544 117218241 83 Linux
Why doesn't the hard disk start at sector 0 and end at sector 234441648 (or 234441647 if it counts from 0).
What is all the other space being used for?
Is there any way I can view what is in this extra space?
Thanks in advance.
----------------------------------
Supplemental:
My other hard disk in this system (the one with all the boot, root and swap crap on it) reports the same thing:
Code:
Disk /dev/hdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 63 80324 40131 83 Linux
/dev/hdc2 80325 1092419 506047+ 82 Linux swap / Solaris
/dev/hdc3 1092420 234436544 116672062+ 83 Linux
----------------------------------