Hi all.
I'm trying to create another partition so that I can install another linux system on my machine. When I use fdisk to create another logical partition, it seems to create it with the lowest device name possible (/dev/hda7) and then move all the other device names on(/dev/hda11 becomes /dev/hda12 etc). This would not be a problem except that it kills my bootloader. I guess this is because grub looks for its config file on the wrong partition. I've used a live cd to delete the partition that I created, so I'm back to square 1.
Heres how my partitions look:
Code:
/dev/hda1 * 1 2611 20972826 7 HPFS/NTFS
/dev/hda2 2612 14593 96245415 f W95 Ext'd (LBA)
/dev/hda5 2612 5222 20972826 7 HPFS/NTFS
/dev/hda6 5223 7833 20972826 7 HPFS/NTFS
/dev/hda7 13056 14593 12353953+ b W95 FAT32
/dev/hda8 10445 10457 104391 83 Linux
/dev/hda9 10458 10490 265041 82 Linux swap / Solaris
/dev/hda10 7834 8562 5855661 83 Linux
/dev/hda11 8563 10444 15117133+ 83 Linux
A solution to my problem (I think) would be to create a primary partition on /dev/hda3 and then move my boot loader config file to there (and then re-install the bootloader). When I tried this fdisk, reported "No free sectors available", even though there is about 20GB of unpartitioned space.
Does anyone have any suggestions on how I can solve this problem.
Thanks
Avatar33