Created
April 24, 2022 19:42
-
-
Save matti/4eee83594d49862dd7d9995678b3f4c7 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
lvremove /dev/pve/data -y | |
lvcreate -L 32G -n data pve -T | |
lvresize -l +100%FREE /dev/pve/root | |
resize2fs /dev/mapper/pve-root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment