↧
Answer by Chaoxiang N for How to expand the root disk partition without LVM
Assuming that md3 and md4 are contiguous on disks (fdisk -l to confirm): backup the 71MB of data in the /home filesystem umount /home and comment the line in /etc/fstab destroy /dev/md4 and comment...
View ArticleHow to expand the root disk partition without LVM
I was wondering how to increase the size of a root partition without LVM. We have a root partition of 21GB in total and another partition with 2TB in total. Ideally, we'd like to keep everything on /...
View Article