Linux – Turning unallocated space into an NTFS partition

gpartedlinuxpartitioningUbuntuwindows 7

I want to dual boot Ubuntu and Windows 7. Here's my GParted configuration:

enter image description here

I want to set all the unallocated space to use the NTFS system so I can store my media files.

dev/sda1 is MBR
dev/sda2 is primary partition for win7 application and installaion
dev/sda3 is primary partition for ubuntu11 application and installation
dev/sda4 is logical partition for /home and swap in ubuntu.

In GParted, I can't make a new partition. I got an error that said I can't have four primary partitions.

How can I do this? Or is there a problem with partitioning the disk like that?

Best Answer

Extend /dev/sda4 to the end of the disk. You can only have up to 4 'primary partitions' on this disk. Once you expand it, you can create an NTFS partition (a Logical partition) at the end inside of /dev/sda4

Related Question