diff --git a/pages/ExpandLinuxDisk.md b/pages/ExpandLinuxDisk.md index 096e8cf..f06337d 100644 --- a/pages/ExpandLinuxDisk.md +++ b/pages/ExpandLinuxDisk.md @@ -94,7 +94,7 @@ You should now be able to start the VM gnt-instance reboot rpki.dfw.rg.net ``` -and find that it has been resized. It may take a while to restart. I suspect drbd, but really have no idea. +and find that it has been resized. It may take a while to restart. Likely this is trying to find the old swap partition by the UUID in `/etc/fstab`. You will need to fix the sawp partition in `/etc/fstab` ``` @@ -102,7 +102,7 @@ sudo blkid ``` to get it and edit `/etc/fstab` -On older gparteds, once it has booted, you will need tossh in as root and +On older gparteds, once it has booted, you will need to ssh in as root and ``` resize2fs @@ -110,4 +110,4 @@ resize2fs --- -2021.04.22 \ No newline at end of file +2022.01.29 \ No newline at end of file