October 22, 2009 by Ivan
Create, Resize and Delete Partition Easily With GParted
Ads by Google
Gparted is a GNOME partition editor for creating, reorganizing and deleting disk partitions. GParted is free and open source software under GNU General Public license. GParted also release a livecd, so you can boot it from media like CD or USB, and you can manage partition which have another operating system on it such as windows. GParted is easy to use and it is safe even for beginner like me, i didn’t have hard time when first using it.
Here is the GParted feature:
1. Create a partition table on a disk device
2. Enable and disable partition flags such as boot and hidden
3. Perform actions with partition: create, delete, resize, move, check and label.
How to install it on Ubuntu? Follow this steps:
1. Open your terminal
2. Type this command:
sudo apt-get install gparted
3. To run it type this command:
sudo gpartedAnd here are some screenshots:



As we know, resize partition can not be supported by earlier built-in disk partition management in Windows XP, 2000, 2003. Luckily, Partition Assistant has the functions which the Windows “Disk Manager” doesn't have. http://www.extend-partition.com/help/how-to-res...
Hello
Shouldn't the command to launch gparted be gksu gparted instead of sudo gparted?