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