Fedora 27 Filesystem root full
-
@scottalanmiller said in Fedora 27 Filesystem root full:
@tim_g said in Fedora 27 Filesystem root full:
What filesystem?
/home
As in XFS, ext4
-
@tim_g said in Fedora 27 Filesystem root full:
@scottalanmiller said in Fedora 27 Filesystem root full:
@tim_g said in Fedora 27 Filesystem root full:
What filesystem?
/home
As in XFS, ext4
Both
/home
and/
are ext4. -
@scottalanmiller said in Fedora 27 Filesystem root full:
@jaredbusch that likely means that you have a shell session that is currently "cd'd" into the /home somewhere and/or some process that is running out of it.
It has to be some process then, because it gives this right after a reboot
-
Try this...
ps aux | grep /home
-
@scottalanmiller said in Fedora 27 Filesystem root full:
ps aux | grep /home
System is not logged in. Doing it from the cockpit terminal resulted in this
-
-
Unount /home
umount /home
-
Shrink the /home filesystem
fsck -f /dev/mapper/fedora-home
resize2fs /dev/mapper/fedora-home 190G
-
Shrink the /home logical volume
lvreduce -L -24G /dev/mapper/fedora-home
-
Resize the /home partition to the size of the LV
resize2fs /dev/mapper/fedora-home
-
Extend the /root logical volume
lvextend -L +24G /dev/mapper/fedora-root
-
Extend the /root filesystem
fsck -f /dev/mapper/fedora-root
resize2fs /dev/mapper/fedora-root
-
Mount /home
mount /home
-
-
damned desktop system has something forcing this...
-
Ah, maybe this?
-
@jaredbusch said in Fedora 27 Filesystem root full:
damned desktop system has something forcing this...
Does the -f switch help?
-
Bingo...
Unmounted that and now it works.
-
-
@jaredbusch said in Fedora 27 Filesystem root full:
damned desktop system has something forcing this...
Oh yeah, if you have a GUI, it uses your /home space.