1

Possible Duplicate:
How do I resize my current ubuntu partition?
Making A Partition with Gparted - Unmount?

This is a screenshot of my partitions. I want to extend the /dev/sda5 partition to all unallocated space (27.03 GB).

image

I tried unmount the ext4 partition to increase it but i got this error message.

The partition could not be unmounted from the following mount points:

/

Most likely other partitions are also mounted on these mount points. You are advised to unmount them manually.

Lahniep
  • 111
  • 1
  • 3
  • Are you trying to increse the size of the drive Ubuntu is installd on and where is the screenshot ? – Mark Kirby Jan 10 '13 at 19:10
  • Sorry the system refuses to upload my screenshot as I am new on askubuntu ... I want to increase the size of ubuntu (ext4) partition, but cannot unmount it to resize. – Lahniep Jan 10 '13 at 19:11
  • 1
    Are you trying to increse the size of the drive Ubuntu is installd on ? – Mark Kirby Jan 10 '13 at 19:12
  • You cannot unmount the partition you have booted Ubuntu from. boot from a Live CD/DVD/USB and choose Try Ubuntu. Then use GParted. – user68186 Jan 10 '13 at 19:29
  • Image Sorted :-) - the link was at the bottom of the question. – Wilf Feb 04 '14 at 17:50

1 Answers1

3

You can't resize the partition Ubuntu is currently running from.

You need to boot the install media, LiveCD or USB drive, choose the option Try Ubuntu without installing. Then when it loads the desktop, you can run GParted and resize the partition as you want.

ThiagoPonte
  • 1,916