ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Fedora 27 Filesystem root full

    Scheduled Pinned Locked Moved IT Discussion
    fedorafedora 27desktopcinnamon
    43 Posts 6 Posters 5.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by

      /nvme0 is a m.2 SSD
      /sda is a 4TB SATA
      /sdb is a USB drive
      /sdc is a USB drive

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by

        [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
        
        1 Reply Last reply Reply Quote 0
        • stacksofplatesS
          stacksofplates
          last edited by

          Do a

          du -sxh * 
          

          From your root directory.

          JaredBuschJ 1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @stacksofplates
            last edited by

            @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
            
            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch
              last edited by JaredBusch

              so /usr and /home?

              stacksofplatesS 1 Reply Last reply Reply Quote 0
              • stacksofplatesS
                stacksofplates @JaredBusch
                last edited by

                @jaredbusch said in Fedora 27 Filesystem root full:

                so /usr and /home?

                Ya. Is there another user on your machine?

                stacksofplatesS JaredBuschJ 2 Replies Last reply Reply Quote 1
                • stacksofplatesS
                  stacksofplates @stacksofplates
                  last edited by

                  @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.

                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch @stacksofplates
                    last edited by

                    @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?

                    1 Reply Last reply Reply Quote 2
                    • JaredBuschJ
                      JaredBusch @stacksofplates
                      last edited by

                      @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
                      
                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by

                        i can resize things. this was just the default scheme from installing Fedora

                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates @JaredBusch
                          last edited by

                          @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.

                          JaredBuschJ 2 Replies Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @stacksofplates
                            last edited by

                            @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/
                            
                            stacksofplatesS 1 Reply Last reply Reply Quote 1
                            • JaredBuschJ
                              JaredBusch @stacksofplates
                              last edited by

                              @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.

                              1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates @JaredBusch
                                last edited by

                                @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.

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @stacksofplates
                                  last edited by

                                  @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.
                                  0_1517979286229_9d11b3f2-fde9-4cd1-b163-63e75ef6571a-image.png

                                  While root is just an ext4 partition.
                                  0_1517979419682_37ba1b6b-f96b-44bd-87b0-f964eff1635f-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • momurdaM
                                    momurda
                                    last edited by

                                    I thought anything under /dev/mapper/ is using LVM?

                                    stacksofplatesS 1 Reply Last reply Reply Quote 0
                                    • stacksofplatesS
                                      stacksofplates @momurda
                                      last edited by

                                      @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.

                                      1 Reply Last reply Reply Quote 0
                                      • stacksofplatesS
                                        stacksofplates
                                        last edited by

                                        How did you install this? Every time I’ve installed it / gets 50GB and /home takes the rest.

                                        ObsolesceO JaredBuschJ 2 Replies Last reply Reply Quote 2
                                        • ObsolesceO
                                          Obsolesce
                                          last edited by Obsolesce

                                          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:

                                          0_1518016400183_8ab5e173-a5db-45e4-8027-809649227bef-image.png

                                          According to above, had mine only been 10G i'd be out of room too.

                                          1 Reply Last reply Reply Quote 0
                                          • ObsolesceO
                                            Obsolesce @stacksofplates
                                            last edited by Obsolesce

                                            @stacksofplates said in Fedora 27 Filesystem root full:

                                            How did you install this? Every time I’ve installed it / gets 50GB and /home takes the rest.

                                            I could have sworn it's 15 GiB by default on Fedora Workstation... which is still too low on a desktop.

                                            1 Reply Last reply Reply Quote 2
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post