Increase disk size
1. Resize partition schema
p - print
d - to delete partition (don't worry, you're just deleting the table, not data)
2 - or partition number you want to delete (that's why you used pint)
n - to create new partition
p - to make said partition primary
p - to review layout
w - to write changes made
2. Reboot
3. Grow the filesystem so it shows up
4. Bash script:
Last updated