I installed Ubuntu via Windows 7. I allocated only 8 GB space to it, but unfortunately now I want more space without reinstalling or creating another partition. Is there any way to increase the disk space in the Ubuntu? Please help me to figure it out ?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

protected by Community Jun 9 '11 at 9:41

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.