Skip to content

Commit

Permalink
Update increasing-storage-capacity.md (#53045)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsohi authored Nov 9, 2024
1 parent 6dc18ce commit e6f7a38
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ Root storage refers to the total size of your instance's root disk. The availabl
ghe-upgrade PACKAGE-NAME.pkg -s -t /dev/xvdg1
```

1. Run the command on the secondary partition of the newly added disk:

```shell
sudo mkfs.ext4 -L fallback /dev/xvdg2
```

1. Shut down the appliance:

```shell
Expand Down

0 comments on commit e6f7a38

Please sign in to comment.