Fedora 27 Filesystem root full
-
Okay, WTF is this...
-
/nvme0 is a m.2 SSD
/sda is a 4TB SATA
/sdb is a USB drive
/sdc is a USB drive -
[jbusch@dt-jared /]$ cat /etc/fstab # # /etc/fstab # Created by anaconda on Fri Dec 15 19:19:38 2017 # # Accessible filesystems, by reference, are maintained under '/dev/disk' # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info # /dev/mapper/fedora-root / ext4 defaults 1 1 UUID=9350f6fb-33a8-4842-b3d3-25b89f7e4917 /boot ext4 defaults 1 2 UUID=692F-1922 /boot/efi vfat umask=0077,shortname=winnt 0 2 /dev/mapper/fedora-home /home ext4 defaults 1 2 /dev/mapper/fedora-swap swap swap defaults 0 0 # Mount 4TB SATA drive to /home/jbusch/hdd UUID=453cd91e-7181-40fe-9afb-4d6cc20ad4d9 /home/jbusch/hdd ext4 defaults 1 2
-
Do a
du -sxh *
From your root directory.
-
@stacksofplates said in Fedora 27 Filesystem root full:
du -sxh *
[jbusch@dt-jared /]$ sudo du -sxh * [sudo] password for jbusch: 0 bin 180M boot 0 dev 32M etc 2.1G home 0 lib 0 lib64 16K lost+found 4.0K media 4.0K mnt 423M opt du: cannot access 'proc/11891/task/11891/fd/3': No such file or directory du: cannot access 'proc/11891/task/11891/fdinfo/3': No such file or directory du: cannot access 'proc/11891/fd/3': No such file or directory du: cannot access 'proc/11891/fdinfo/3': No such file or directory 0 proc 180K root 1.7M run 0 sbin 4.0K srv 0 sys 140K tmp 5.4G usr 922M var
-
so
/usr
and/home
? -
@jaredbusch said in Fedora 27 Filesystem root full:
so
/usr
and/home
?Ya. Is there another user on your machine?
-
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
so
/usr
and/home
?Ya. Is there another user on your machine?
Stupid question, nm. Do the same under /usr.
-
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
so
/usr
and/home
?Ya. Is there another user on your machine?
just root.
/home
is a big partition though.So it must be the
/usr
? -
@stacksofplates said in Fedora 27 Filesystem root full:
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
so
/usr
and/home
?Ya. Is there another user on your machine?
Stupid question, nm. Do the same under /usr.
[jbusch@dt-jared usr]$ sudo du -sxh * 212M bin 4.0K games 22M include 699M lib 1.9G lib64 92M libexec 136K local 69M sbin 2.4G share 12K src 0 tmp
-
i can resize things. this was just the default scheme from installing Fedora
-
@jaredbusch said in Fedora 27 Filesystem root full:
i can resize things. this was just the default scheme from installing Fedora
I usually give / like 50GB for a workstation install. If I can’t, I create a few separate volumes like /var/log and /var. That way if one fills up it won’t affect everything else.
I don’t think you’re going to be able to take much out of /usr.
-
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
i can resize things. this was just the default scheme from installing Fedora
I usually give / like 50GB for a workstation install. If I can’t, I create a few separate volumes like /var/log and /var. That way if one fills up it won’t affect everything else.
I don’t think you’re going to be able to take much out of /usr.
but I can reduce
/home
easily. nothing much is really there as I changed my user folders to links to my nextcloud folder that resides on the 4TB SATA drive.[jbusch@dt-jared ~]$ ls -l total 16 drwxrwxr-x. 4 jbusch jbusch 4096 Jan 21 11:33 ConnectWiseControl lrwxrwxrwx. 1 root root 42 Dec 18 20:18 Desktop -> /home/jbusch/hdd/Nextcloud/Daerma/Desktop/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:15 Documents -> /home/jbusch/hdd/Nextcloud/Daerma/Documents/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:14 Downloads -> /home/jbusch/hdd/Nextcloud/Daerma/Downloads/ drwxr-xr-x. 9 jbusch jbusch 4096 Dec 18 20:05 hdd lrwxrwxrwx. 1 jbusch jbusch 40 Dec 18 20:16 Music -> /home/jbusch/hdd/Nextcloud/Daerma/Music/ lrwxrwxrwx. 1 jbusch jbusch 43 Dec 18 20:16 Pictures -> /home/jbusch/hdd/Nextcloud/Daerma/Pictures/ drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Public drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Templates lrwxrwxrwx. 1 jbusch jbusch 41 Dec 18 20:16 Videos -> /home/jbusch/hdd/Nextcloud/Daerma/Videos/
-
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
i can resize things. this was just the default scheme from installing Fedora
I usually give / like 50GB for a workstation install. If I can’t, I create a few separate volumes like /var/log and /var. That way if one fills up it won’t affect everything else.
I did not intentionally make this a small partition that I recall.
-
@jaredbusch said in Fedora 27 Filesystem root full:
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
i can resize things. this was just the default scheme from installing Fedora
I usually give / like 50GB for a workstation install. If I can’t, I create a few separate volumes like /var/log and /var. That way if one fills up it won’t affect everything else.
I don’t think you’re going to be able to take much out of /usr.
but I can reduce
/home
easily. nothing much is really there as I changed my user folders to links to my nextcloud folder that resides on the 4TB SATA drive.[jbusch@dt-jared ~]$ ls -l total 16 drwxrwxr-x. 4 jbusch jbusch 4096 Jan 21 11:33 ConnectWiseControl lrwxrwxrwx. 1 root root 42 Dec 18 20:18 Desktop -> /home/jbusch/hdd/Nextcloud/Daerma/Desktop/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:15 Documents -> /home/jbusch/hdd/Nextcloud/Daerma/Documents/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:14 Downloads -> /home/jbusch/hdd/Nextcloud/Daerma/Downloads/ drwxr-xr-x. 9 jbusch jbusch 4096 Dec 18 20:05 hdd lrwxrwxrwx. 1 jbusch jbusch 40 Dec 18 20:16 Music -> /home/jbusch/hdd/Nextcloud/Daerma/Music/ lrwxrwxrwx. 1 jbusch jbusch 43 Dec 18 20:16 Pictures -> /home/jbusch/hdd/Nextcloud/Daerma/Pictures/ drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Public drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Templates lrwxrwxrwx. 1 jbusch jbusch 41 Dec 18 20:16 Videos -> /home/jbusch/hdd/Nextcloud/Daerma/Videos/
Ah ok ya that would work.
-
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
@stacksofplates said in Fedora 27 Filesystem root full:
@jaredbusch said in Fedora 27 Filesystem root full:
i can resize things. this was just the default scheme from installing Fedora
I usually give / like 50GB for a workstation install. If I can’t, I create a few separate volumes like /var/log and /var. That way if one fills up it won’t affect everything else.
I don’t think you’re going to be able to take much out of /usr.
but I can reduce
/home
easily. nothing much is really there as I changed my user folders to links to my nextcloud folder that resides on the 4TB SATA drive.[jbusch@dt-jared ~]$ ls -l total 16 drwxrwxr-x. 4 jbusch jbusch 4096 Jan 21 11:33 ConnectWiseControl lrwxrwxrwx. 1 root root 42 Dec 18 20:18 Desktop -> /home/jbusch/hdd/Nextcloud/Daerma/Desktop/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:15 Documents -> /home/jbusch/hdd/Nextcloud/Daerma/Documents/ lrwxrwxrwx. 1 jbusch jbusch 44 Dec 18 20:14 Downloads -> /home/jbusch/hdd/Nextcloud/Daerma/Downloads/ drwxr-xr-x. 9 jbusch jbusch 4096 Dec 18 20:05 hdd lrwxrwxrwx. 1 jbusch jbusch 40 Dec 18 20:16 Music -> /home/jbusch/hdd/Nextcloud/Daerma/Music/ lrwxrwxrwx. 1 jbusch jbusch 43 Dec 18 20:16 Pictures -> /home/jbusch/hdd/Nextcloud/Daerma/Pictures/ drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Public drwxr-xr-x. 2 jbusch jbusch 4096 Dec 15 19:20 Templates lrwxrwxrwx. 1 jbusch jbusch 41 Dec 18 20:16 Videos -> /home/jbusch/hdd/Nextcloud/Daerma/Videos/
Ah ok ya that would work.
Not sure how to resolve it though.
/home
is part of a LVM volume.
While root is just an ext4 partition.
-
I thought anything under
/dev/mapper/
is using LVM? -
@momurda said in Fedora 27 Filesystem root full:
I thought anything under
/dev/mapper/
is using LVM?Ya looks like / is using LVM. You would have to shrink your /home a bit and then grow your / volume.
-
How did you install this? Every time I’ve installed it / gets 50GB and /home takes the rest.
-
Oh this is a desktop. If this was a server I'd ask what it's doing and check for lots of or large log files.
It's probably full of just regular software packages.
Shrink /home by 50G and give it to root. On a workstation it doesn't make sense to give root 10G. I don't know why tha'ts default. I thought the default was 15 GiB? But still, it's a workstation, installing software will go to root and fill that shit up fast.
It's LVM right? If so it's easy to fix.
Here's mine:
According to above, had mine only been 10G i'd be out of room too.