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

    Fedora 27 Filesystem root full

    IT Discussion
    fedora fedora 27 desktop cinnamon
    6
    43
    5.1k
    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 @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
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by JaredBusch

          @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

          0_1518020042019_b41142c8-4e37-4152-aa6c-c37c68bee696-image.png

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

            1. Unount /home
              umount /home

            2. Shrink the /home filesystem
              fsck -f /dev/mapper/fedora-home
              resize2fs /dev/mapper/fedora-home 190G

            3. Shrink the /home logical volume
              lvreduce -L -24G /dev/mapper/fedora-home

            4. Resize the /home partition to the size of the LV
              resize2fs /dev/mapper/fedora-home

            5. Extend the /root logical volume
              lvextend -L +24G /dev/mapper/fedora-root

            6. Extend the /root filesystem
              fsck -f /dev/mapper/fedora-root
              resize2fs /dev/mapper/fedora-root

            7. Mount /home
              mount /home

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

              damned desktop system has something forcing this...
              0_1518020396504_462cbbad-fb25-40e7-bd9d-96ecb407c51b-image.png

              ObsolesceO scottalanmillerS 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch
                last edited by

                Ah, maybe this?
                0_1518020485226_cc18d771-bbcf-4f9b-adea-7afea4380012-image.png

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

                  @jaredbusch said in Fedora 27 Filesystem root full:

                  damned desktop system has something forcing this...
                  0_1518020396504_462cbbad-fb25-40e7-bd9d-96ecb407c51b-image.png

                  Does the -f switch help?

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

                    Bingo...

                    Unmounted that and now it works.

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

                      0_1518020640726_59748a25-4422-471d-a9fc-4172993043ce-image.png

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

                        @jaredbusch said in Fedora 27 Filesystem root full:

                        damned desktop system has something forcing this...
                        0_1518020396504_462cbbad-fb25-40e7-bd9d-96ecb407c51b-image.png

                        Oh yeah, if you have a GUI, it uses your /home space.

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