Created
February 23, 2019 17:07
-
-
Save ravnoor/a3e9b18eeb9faf65443d703fb445f943 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://myfabrix.com/community/tech-notes/photonos-expanding-disk-partition/ | |
echo 1 > /sys/class/block/sda/device/rescan | |
tdnf install parted | |
parted /dev/sda | |
resizepart 2 100% | |
quit | |
resize2fs /dev/sda2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment