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

    Solved Ubuntu 18.04 Space Issue

    IT Discussion
    6
    46
    2.0k
    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.
    • C
      Curtis
      last edited by

      Ahhhhhhhhhh, thats better 🙂

      Filesystem                         Size  Used Avail Use% Mounted on
      udev                               1.9G     0  1.9G   0% /dev
      tmpfs                              395M  1.1M  394M   1% /run
      /dev/mapper/ubuntu--vg-ubuntu--lv   98G  3.9G   90G   5% /
      tmpfs                              2.0G     0  2.0G   0% /dev/shm
      tmpfs                              5.0M     0  5.0M   0% /run/lock
      tmpfs                              2.0G     0  2.0G   0% /sys/fs/cgroup
      /dev/loop2                         152M  152M     0 100% /snap/wekan/518
      /dev/loop3                         152M  152M     0 100% /snap/wekan/523
      /dev/loop5                          87M   87M     0 100% /snap/core/4917
      /dev/loop1                          90M   90M     0 100% /snap/core/6673
      /dev/loop0                         152M  152M     0 100% /snap/wekan/517
      /dev/loop4                          90M   90M     0 100% /snap/core/6818
      /dev/sda2                          976M  155M  755M  18% /boot
      tmpfs                              395M     0  395M   0% /run/user/1000
      
      scottalanmillerS 1 Reply Last reply Reply Quote 2
      • scottalanmillerS
        scottalanmiller @Curtis
        last edited by

        @Curtis ta da!

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

          So what you have is a file system (EXT4) inside of a volume on top of a partition, on top of the physical device. The issue was that the volume was the wrong size, so the filesystem was using all available space "to it", which was 4GB. The partition had a 4GB volume inside of the 100GB partition. So we had to expand that, then expand the FS to fill the new space.

          C 1 Reply Last reply Reply Quote 1
          • C
            Curtis @scottalanmiller
            last edited by Curtis

            @scottalanmiller said in Ubuntu 18.04 Space Issue:

            So what you have is a file system (EXT4) inside of a volume on top of a partition, on top of the physical device. The issue was that the volume was the wrong size, so the filesystem was using all available space "to it", which was 4GB. The partition had a 4GB volume inside of the 100GB partition. So we had to expand that, then expand the FS to fill the new space.

            That's pretty confusing. I'll have to read up on it more. Anyone have some recommended readings that might help me wrap my head around this?

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

              @Curtis said in Ubuntu 18.04 Space Issue:

              @scottalanmiller said in Ubuntu 18.04 Space Issue:

              So what you have is a file system (EXT4) inside of a volume on top of a partition, on top of the physical device. The issue was that the volume was the wrong size, so the filesystem was using all available space "to it", which was 4GB. The partition had a 4GB volume inside of the 100GB partition. So we had to expand that, then expand the FS to fill the new space.

              That's pretty confusing. I'll have to read up on it more. Anyone have some recommended readings that might help me wrap my head around this?

              Not really. It is a simple logical design. Pretty much all systems work this way.

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

                @Curtis said in Ubuntu 18.04 Space Issue:

                Anyone have some recommended readings that might help me wrap my head around this?

                https://mangolassi.it/topic/7825/sam-learning-linux-system-administration/

                Down at storage and filesystems.

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