Knight319,
Sorry, I didn't make that very clear. You want to move the sda3 fat32 partition back to the point it is up against the sda2 ntfs partition. That puts your liberated space, ie. new partitions, at the end of the partition table.
All the new partitions you will make will be extended logical partitions. You can have only 4 partitions on a disk. You can have 4 primary partitions, which can not be subdivided. You can only have one extended partition on a disk. This partition can be subdivided into logical partitions, but they must be contiguous . The whole group of extended logical partitions counts as one of the 4 allowed partitions.
You would make a extended logical partition of 2 Gig. and format it as swap.
You would make another extended logical partition of 8 Gig. formated ext3 used as / (root).
You would make another extended logical partition of whatever is left, (about 4 Gig.). It will be formatted as ext3 and used as /home.
Does that help?
Fred





