LiveCD (GPLCD) includes text-based partitioners but we're going to stick with the nice big graphics interface.
- Gnome Partition Editor 3.0 splash screen Press “Enter” or wait 20 seconds.
- Extra Boot Options I pressed “Enter” key
- LiveCD Language - US English “Enter” “Enter”
- LiveCD Keymap - qwerty “Enter”
- Display Depth - 24 “Enter”
- LiveCD XRES – 1024X768 “Enter”
partitions, and a text list of the partitions. Once you create a job for GPLCD a new window pops up in the lower part of the screen that lists pending tasks. Here's what the original install looks like – just Ubuntu 6.10, installed automatically to the entire HDD. As simple as it gets.

****ext3 is the file system that the present Linux System follows, its predecessor was ext2. As Windows prefer NTFS, Linux uses ext3. SWAP is the Linux analog of the Windows' Page file. Its file system is also called SWAP. It is best to make a new logical partition of about double the size of available RAM, and ask the Installer or Partitioning utility like Gparted to format it as Linux SWAP. If nothing is mentioned Linux will by default create a separate SWAP space in the Root [mentioned as Primary in this tutorial] Partition. But tis will degrade Linux performance considerably. If you have 2 HDDs, the best option is to make the Root in the Master HDD and the SWAP in the 2nd HDD.****
The simplest thing to do would be just create another ext3 primary partition, but if you do that the extended partition will hold on to its designation as hda2 and your new primary will be hda3. I didn't like that, so I wiped the extended partition out and rebuilt it after making the second primary.
- Right-click on hda1 anywhere on the map.
- Left-click 'Resize'
- Click on the right-hand edge of the partition and drag it to the left (as shown above)
- When the counters are even (or wherever you want them) release the mouse
- Click on 'Resize/Move' click on Apply in the second tool bar
- Apply in the new window
- Close
- Right-click on the Linux swap in map
- Delete
- Apply > Apply > Close
- Now go down to the text list, right-click on hda2
- Delete
- Apply > Apply > Close

We now have the resized primary with 6.10 still intact, and one unallocated section of 56.9 GiB

- Right-click on unallocated section of map
- Click on “New”
- Create as: Primary Partition
- File system: ext3 (take a look at above screen shot)
- Grab right edge of partition and drag it back to make room for swap. I chose 2 GB. What the hey
- Click 'Add' Apply > Apply > Close

- 1. Right-click on unallocated section of map, click “New”
- 2. Create as 'Extended Partition' (see above)
- 3. Add > Apply > Apply > Close

- 4. Now you go down to the text part, and right-click on the “unallocated” line, click “New”
- 5. Filesystem: 'linux-swap'
- 6. Add > Apply > Apply > Close
That wasn't so bad, was it?
You now have two primary ext3 partitions and one swap inside its extended partition. Don't forget, two or more Linux distros can share the one swap partition.
To close out of GPLCD, click the red “Shut Down” button. You get an “Eject and Reboot” window. Click OK. The optical drive tray opens. Take out your GPLCD, click OK, PC reboots.
Note: Once or twice now GPLCD didn't shut down correctly. It ejected the CD, then closed the tray, then it sat there. I waited several minutes, then held down the power button for 5 seconds. Didn't affect the results at all.
One thing I worried about was whether changing the name of the swap partition would bork the
existing Linux install. So after removing GPLCD and rebooting Ubuntu 6.10 I ran sudo fdisk -l. It reported the new extended and swap locations correctly as hda3 and hda5. If I knew how to actually test swap usage I would but I think it's OK.
******GParted is a GUI based third party partition manager but not like Partition Magic; you need to boot with it to use it. Its based on FluxBox Linux flavor. It gives you more consistent results than Partition magic or other commercial partition managers,and it can handle all sorts of file types quite perfectly. Moreover it comes free. This is a gem of Free and Open Source Software Movement. I hope this guide will help more people to use Gplcd as well as other Open Source Softwares.******

