Solved Ubuntu 18.04 Space Issue
-
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
-
@Curtis ta da!
-
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.
-
@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?
-
@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.
-
@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.