Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed Ubuntu 10.10 inside windows from Ubuntu CD with 12 GB space. How could I increase the disk space to 20 GB with out reinstalling Ubuntu ?

share|improve this question
2  
This looks like a duplicate of this: superuser.com/questions/125990/… – fossfreedom Apr 18 '11 at 19:45
possible duplicate of How do I resize my current ubuntu partition? – Lekensteyn Apr 18 '11 at 20:12
Dupe of @fossfreedom's one. @Lekensteyn, that one refers to a standalone install. – Rory Alsop Apr 18 '11 at 22:08

1 Answer

(answer taken from SuperUser)

According to this guide, you can use LVPM

As an alternative, you can use the following script to move /home to a dedicated virtual disk.

Download wubi-add-virtual-disk, open a terminal and run:

sudo sh wubi-add-virtual-disk /home 15000

Where the first argument is the directory to move to a new dedicated disk, and the second argument is the size in MB.

You should now reboot. If you are happy with the result, you can now remove /home.backup. To undo the changes remove /home, copy rename /home.backup to /home and remove the /home line in /etc/fstab.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.