ResizeDiskImage changed

This commit is contained in:
Alex Dubois 2013-12-21 12:55:18 +00:00
parent d36be5e915
commit 86d7fcf6dd

View File

@ -20,6 +20,14 @@ To grow the private disk image of a AppVM beyond this limit [qubes-grow-private]
qvm-grow-private <vm-name> <size> qvm-grow-private <vm-name> <size>
``` ```
Note: Size is the target size (i.e. 4096MB or 16GB, ...), not the size to add to the existing disk.
Note2: If once the VM is started, the disk is has not been increased, you can issue in the VM's terminal:
``` {.wiki}
sudo resize2fs /dev/xvdb
```
### HVM disk image ### HVM disk image
In this example we will grow the disk image of an HVM to 30GB. In this example we will grow the disk image of an HVM to 30GB.