This question already has an answer here:
I installed ubuntu 10.04 using wubi. I now wish to allocate more disk space to my ubuntu install. Is this possible?
|
This question already has an answer here: I installed ubuntu 10.04 using wubi. I now wish to allocate more disk space to my ubuntu install. Is this possible? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
|||||||||
|
|
There are a few options to resize. Source the Wubi Guide. You can resize by making a duplicate, larger The other method is to dynamically resize the Both methods are documented in the Ubuntu community Wiki. It's also possible to create a separate virtual disk for your Resize and Duplicate the First download the script wubi-resize-1.6.tar.gz from https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk to your Downloads directory, right-click and choose "Extract here". The rest of the resize is run from the Terminal. For usage instructions:
To create a new 10GB virtual disk: sudo bash wubi-resize.sh 10
See the Wiki documentation for more information, including how to verify the integrity of the script. Also, note that there's a built-in maximum for the new disk (32GB), but this can be overridden with the In-place resize of the If you don't have enough space to do a full duplicate, you can do an in-place resize instead. For this you have to boot from a live CD/USB as it won't work while running Wubi. Although not required, it's a good idea to backup the Mount the NTFS partition that your root.disk is on (this example assumes it's
Check the size of the root.disk (not required):
Run fsck on the root.disk:
Resize - specify the desired final size (this example resizes to 10 GiB):
Reboot back into Wubi Ubuntu. See https://help.ubuntu.com/community/ResizeWubiDisk for more information. |
||||
|
|