So I just finished installing Ubuntu (13.10) alongside Windows 7 (on the same hard drive). However, I ran into a small problem when I was installing that had to do with the partition sizes. I wanted my partitions to look like this:
/dev/sda
/dev/sda1 (Windows Reserved Partition)
/dev/sda2 (Windows Partition C:)
/dev/sda3 (Ubuntu SWAP)
/dev/sda4 (Ubuntu ROOT)
/dev/sda5 (Ubunutu (HOME)
But unfortunately, I was unable to make more than 2 more partitions due to "unusable space" which I figured out was due to not being able to have more than 4 partitions. So now I have:
/dev/sda
/dev/sda1 (Windows Reserved Partition)
/dev/sda2 (Windows Partition C:)
/dev/sda3 (Ubuntu SWAP)
/dev/sda4 (Ubuntu ROOT)
Is there any way to go about fixing this or should I not be worried about this kind of thing? Sorry, I'm pretty new to Linux in general.
EDIT:
After doing sudo parted -i
, this is what I get:
Model: ATA WDC WD5000BPVT-2 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 395GB 395GB primary ntfs
3 395GB 397GB 2000MB primary linux-swap(v1)
4 397GB 500GB 103GB primary ext4