From 0fe2ff2b4555360a79f321884362136d7dc5f3cc Mon Sep 17 00:00:00 2001
From: unman <unman@thirdeyesecurity.org>
Date: Fri, 14 Oct 2016 19:52:38 +0000
Subject: [PATCH] Update resize-disk-image.md

---
 configuration/resize-disk-image.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/configuration/resize-disk-image.md b/configuration/resize-disk-image.md
index 9b7d0443..a49545c0 100644
--- a/configuration/resize-disk-image.md
+++ b/configuration/resize-disk-image.md
@@ -100,7 +100,8 @@ truncate -s 30GB root.img
 ls -lh root.img  (<--verify new size of disk image)
 ~~~
 
-The partition table and file-system must be adjusted after this change:
+The partition table and file-system must be adjusted after this change.
+Use tools appropriate to the OS in your HVM. For example:
 
 #### Windows 7
 
@@ -119,3 +120,8 @@ sysctl kern.geom.debugflags=0x10
 gpart resize -i index ada0
 zpool online -e poolname ada0
 ~~~
+
+#### Linux
+
+You will see that there is unallocated free space at the end of your primary disk.
+You can use standard linux tools like fdisk and mkfs to make this space available.