Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Grow the partition at the /data mountpoint, which we now know from the df -h commands above is /dev/sdb1:

Code Block
# note there is a space between '/dev/sdb' and '1':
sudo growpart /dev/sdb 1

CHANGED: partition=1 start=2048 old: size=83884032 end=83886080 new: size=251656159 end=251658207

...