I am dual-booting Ubuntu and Win 8.
When I installed Ubuntu, I forgot to format a partition of 90GB.
Now when I tried to create a partition (in gparted), I get this error
It is not possible to create more than 4 primary partitions
If you want more partitions you should first create an extended partition. Such a partition can contain other partitions. Because an extended partition is also a primary partition it might be necessary to remove a primary partition first.
Here's a Screen Shot:
sda1 is that small space that windows loves to create for reasons unclear to me
sda2 and sda4 are windows 8 drives C: and E:
sda3 is my linux drive
the last unallocated 10.2MB? I have no idea where that came from.
But why is Ubuntu counting Window's drives as primary?
But more importantly, how can I get that 90GB back, Win8 Disk Management also gives some error :(
Uwe Plonus's explanation is correct, but gives no solution to your problem. Here's the solution:
This is a limitation of the partition table. The partition table has only enough space to hold the informations of 4 partitions therefore you cannot create more than 4 primary partitions.
To have more than 4 partitions you have to create an extended partition. In this extended partition you can create more partitions as needed and can then create more than 4 partitions.
The primary partitions are named
sda1
,sda2
,sda3
andsda4
in your case. The partitions in the extended partition will then be calledsda5
,sda6
and so on.You can create only 4 primary partitions in a HDD. I think you cannot retrieve the remaining unusable space without formatting any 1 of the partition.
For more see here : http://www.bleepingcomputer.com/tutorials/understanding-hard-disk-partitions/