Skip to content

Instantly share code, notes, and snippets.

@ravnoor
Created February 23, 2019 17:07
Show Gist options
  • Save ravnoor/a3e9b18eeb9faf65443d703fb445f943 to your computer and use it in GitHub Desktop.
Save ravnoor/a3e9b18eeb9faf65443d703fb445f943 to your computer and use it in GitHub Desktop.
# 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