Hi,
I have a 200GB SATA harddrive, and the following is my partition table, from fdisk:
Code:
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2432 19535008+ 83 Linux
/dev/sda2 14591 14894 2441880 5 Extended
/dev/sda3 2433 14590 97659135 83 Linux
/dev/sda4 14895 17444 20482875 83 Linux
/dev/sda5 14591 14772 1461883+ 82 Linux swap / Solaris
/dev/sda6 14773 14894 979933+ 83 Linux
Partition table entries are not in disk order
sda1 is a 20GB partition for Kubuntu, sda4 is a 20GB partition for Fedora and sda3 is a data partition, all in ext3.
My intention when I installed these was to leave some free space on the disk, so that I can try out different distros from time to time without overwriting previously installed ones. In theory, this should work (and it did when I installed Fedora after installing Kubuntu - I simply partitioned some of the 80GB of free space for Fedora's /)
I want to create a 20GB partition for Slackware 10.2, however it says there is no free space. This is odd, because my calculatons based on the above are that I have about 60GB of free space. Why am I unable to allocate this free space?
Thanks in advance
--Ian