From 65f40859000f00ebc4c65d5a2fe46a984de1d473 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 22 Nov 2024 12:31:29 -0700 Subject: [PATCH] Update Workflows/Linux/Expand XFS Filesystem.md --- Workflows/Linux/Expand XFS Filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflows/Linux/Expand XFS Filesystem.md b/Workflows/Linux/Expand XFS Filesystem.md index f25aaa1..45ece73 100644 --- a/Workflows/Linux/Expand XFS Filesystem.md +++ b/Workflows/Linux/Expand XFS Filesystem.md @@ -10,7 +10,7 @@ The purpose of this workflow is to illustrate the process of expanding storage f This part should be fairly straight-forward. Using whatever hypervisor is running the Linux GuestVM, expand the disk space of the disk to the desired size. ## Extend Partition Table -This step goes over how to increase the usable space of the virtual disk within the GuestVM itself after it was expanded. +This step goes over how to increase the usable space of the virtual disk within the GuestVM itself after it was expanded within the hypervisor. !!! warning "Be Careful" When you follow these steps, you will be deleting the existing partition and immediately re-creating it. If you do not use the **EXACT SAME** starting sector for the new partition, you will destroy data. Be sure to read every annotation next to each command to fully understand what you are doing.