My computer's root partition is a BTRFS sub-volume inside of a LUKS encrypted partition. Its space is running low. Fortunately the SSD has unallocated space after the LUKS partition.
Steps,
- run parted /dev/nvme0n1
- type resizepart to resize the LUKS partition
- type q to quit
- run cryptsetup resize {name_of_the_dm} -v to grow the LUKS volume.
- run btrfs filesystem resize max /
Credits
- https://blog.tinned-software.net/increase-the-size-of-a-luks-encrypted-partition/
- https://btrfs.readthedocs.io/en/latest/btrfs-filesystem.html
No comments:
Post a Comment