Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| lwc:misc [2023/08/10 13:45] – John Harrison | lwc:misc [2026/02/27 19:03] (current) – John Harrison | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| </ | </ | ||
| // from https:// | // from https:// | ||
| + | |||
| + | ===== resize the filesystem after growing the volume ===== | ||
| + | //example// | ||
| + | < | ||
| + | lsblk | ||
| + | df -h | ||
| + | sudo resize2fs /dev/sda # assuming ext4 | ||
| + | </ | ||