4

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?

ananaso
  • 3,970
  • 4
  • 31
  • 51
sekhar
  • 41
  • @Braiam I don't think OP is asking about a good partitioning scheme, but about how partitioning a hard drive with an OS already installed actually works and is done. – ananaso Oct 09 '13 at 13:44

3 Answers3

1

Try GParted

sudo apt-get install gparted
sudo gparted

it's pretty self-explanatory

fpnick
  • 119
  • 5
0

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.

kelvinelove
  • 1,617
  • 1
  • 16
  • 26
0

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:

Ask Ubuntu: How to resize a ext4 root partition at run time

Nullet
  • 3,014