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.4k 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 @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
                • ObsolesceO
                  Obsolesce
                  last edited by

                  You can do it in Cockpit so easily:

                  /home: shrink it
                  0_1518016571513_05f41212-9b35-435f-bcf5-742dd56b0093-image.png

                  Then add it to your / partition

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

                    @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 do not recall changing this. I would assume that I click custom and then let it create it in the advanced screen.

                    I agree with you and @Tim_G that this seems odd form my normal experiences.

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

                      I cannot unmount /home because it is busy. even after a reboot and not logging in.

                      black3dynamiteB ObsolesceO 2 Replies Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @JaredBusch
                        last edited by

                        @jaredbusch said in Fedora 27 Filesystem root full:

                        I cannot unmount /home because it is busy. even after a reboot and not logging in.

                        You will have to use a live bootable OS to unmount /home.

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

                          @jaredbusch said in Fedora 27 Filesystem root full:

                          I cannot unmount /home because it is busy. even after a reboot and not logging in.

                          Why can't you do it live in Cockpit?

                          I never had to unmount.

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

                            For the record, my laptop is setup this way.
                            0_1518019151829_82ddba92-2e0f-4e9f-906d-907471fbf983-image.png

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

                              @tim_g said in Fedora 27 Filesystem root full:

                              @jaredbusch said in Fedora 27 Filesystem root full:

                              I cannot unmount /home because it is busy. even after a reboot and not logging in.

                              Why can't you do it live in Cockpit?

                              I never had to unmount.

                              0_1518019197827_7c028ec3-0e8b-4703-8f85-ebcc71161e42-image.png

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @JaredBusch
                                last edited by

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

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

                                  What filesystem?

                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @Obsolesce
                                    last edited by

                                    @tim_g said in Fedora 27 Filesystem root full:

                                    What filesystem?

                                    /home

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

                                      @scottalanmiller said in Fedora 27 Filesystem root full:

                                      @tim_g said in Fedora 27 Filesystem root full:

                                      What filesystem?

                                      /home

                                      As in XFS, ext4

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

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

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

                                          @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

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            Try this...

                                            ps aux | grep /home
                                            
                                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post