I installed Ubuntu on my laptop, and now I want to partition my hard drive, but I'm not sure how to partition after Ubuntu is already installed.
How can I partition my hard drive?
I installed Ubuntu on my laptop, and now I want to partition my hard drive, but I'm not sure how to partition after Ubuntu is already installed.
How can I partition my hard drive?
Go to ubuntu software center and install an app called Gparted...or hit ctrl+alt+T and type sudo apt-get install gparted
...which is an app that partitions hard disks.
How did you install your Ubuntu system?
If you installed with root and home partition, you will have to unmount the home partition and shrink it. Then format the new free space, or install something onto it.
If you installed with only root partition, you can shrink it at run time using fdisk, but that is a complicated task. I would recommend creating a bootable USB or Live DVD, boot into the USB/DVD and resize the installed partition from the "out side".
The third answer here shows how to do the complicated way, at run time: