I'm going to dual boot windows and linux but the CentOS partioner (disk druid I presume) is not allowing me to make a 3rd partition (3: /boot, swap and /) so I possible can't continue on.
this is the structure of my HD:
-/dev/sda
---/dev/sda1.........ntfs
---/dev/sda2.........Extended
------/dev/sda5......ntfs
------/dev/sda6......ntfs
------/dev/sda7......fat32
---/dev/sda3........./boot.......ext3
---/dev/sda4.........SWAP........ext3
---FREE..............Free space.......... 8103
I get the error when creating the / partition from the FREE space:
Quote:
Could not allocate requested partitions: Partitioning failed: Not enough space left to create partition for /.
|
I believe its got to do with the sda numbering since sda5 which is next from sda4 (SWAP) is already taken by one of my NTFS partitions and so the program is not smart enough to give it sda8 instead.
Is there a solution to this? or am I do I have to resort to using LVM?
Thanks in Advance for any inputs.