Skip to content

Commit 2f46546

Browse files
Merge pull request #228554 from AjayBathini-MSFT/patch-43
(AzureCXP) fixes MicrosoftDocs/azure-docs#105661
2 parents 9a15b0f + 3dc558b commit 2f46546

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/virtual-machines/linux/expand-disks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Filesystem Type Size Used Avail Use% Mounted on
3333
<truncated>
3434
/dev/sdd1 ext4 32G 30G 727M 98% /opt/db/data
3535
/dev/sde1 ext4 32G 49M 30G 1% /opt/db/log
36+
37+
> [!NOTE]
38+
> If you are using an ext3 file system, you can use the resize2fs command instead`.
3639
```
3740

3841
Here we can see, for example, the `/opt/db/data` filesystem is nearly full, and is located on the `/dev/sdd1` partition. The output of `df` will show the device path regardless of whether the disk is mounted by device path or the (preferred) UUID in the fstab. Also take note of the Type column, indicating the format of the filesystem. This will be important later.

0 commit comments

Comments
 (0)