From e4ad2ed1f6e7882ed934cb185e9db15d8ce4f962 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 20 Nov 2015 16:54:16 +0100 Subject: [PATCH] resize2fs not required for qvm-grow-private --- configuration/resize-disk-image.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configuration/resize-disk-image.md b/configuration/resize-disk-image.md index 67bb19f7..48fcf425 100644 --- a/configuration/resize-disk-image.md +++ b/configuration/resize-disk-image.md @@ -26,12 +26,6 @@ qvm-grow-private 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: - -~~~ -sudo resize2fs /dev/xvdb -~~~ - ### Shrinking private disk image (Linux VM) **This operation is dangerous and this is why it isn't available in standard Qubes tools. If you have enough disk space, it is safer to create new VM with smaller disk and move the data.**