Created
April 28, 2022 23:37
-
-
Save tfmeneses/9a5da7b23a56873cbca5a75c8eb3c4b8 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
df -h | |
umount /dev/mapper/cs_compute2-home | |
lsof /home | |
fuser -mv /home | |
kill 3009 3011 3080 3082 | |
fuser -mv /home | |
cd ~ | |
pwd | |
fuser -mv /home | |
umount /dev/mapper/cs_compute2-home | |
lvremove /dev/cs_compute2/home | |
lvcreate -L +50GB -n home cs_compute2 | |
df -T | |
mkfs.xfs /dev/cs_compute2/home | |
mount /dev/cs_compute2/home | |
lvdisplay | grep "LV Path" | |
lvextend -rl +100%FREE /dev/cs_compute2/root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment