lwc:misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lwc:misc [2023/08/10 13:45] John Harrisonlwc:misc [2026/02/27 19:03] (current) John Harrison
Line 11: Line 11:
 </code> </code>
 // from https://superuser.com/questions/297299/resize-a-partition-image-with-gparted // // from https://superuser.com/questions/297299/resize-a-partition-image-with-gparted //
 +
 +===== resize the filesystem after growing the volume =====
 +//example//
 +<code>
 +lsblk
 +df -h
 +sudo resize2fs /dev/sda # assuming ext4
 +</code>