Created
October 26, 2024 15:16
-
-
Save criztovyl/ef3095e9e3e23e7dfda545255ee234bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parted /dev/sda | |
--> resizepart | |
cryptsetup resize /dev/mapper/*_crypt | |
pvresize /dev/mapper/*_crypt | |
lvresize /dev/$HOSTNAME-vg/root -l +100%FREE -r |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment