Created
May 7, 2020 00:25
-
-
Save rexlManu/0ba69254918e2ac6a3171b84623f9c87 to your computer and use it in GitHub Desktop.
HOW TO RESIZE DISK IF U STUPID AND INSTALL LINUX BY HAND
This file contains 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
HOW TO RESIZE DISK IF U STUPID AND INSTALL LINUX BY HAND | |
- swapoff -a | |
- /etc/fstab > comment the uuid with swap | |
- /etc/initramfs-tools/conf.d/resume > RESUME=none | |
- delete swap partitions with parted | |
- update-initramfs -u -k all | |
- update-grub | |
- resize2fs | |
FINISH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment