I looked at other threads on this and they suggested some useful stop-gap things to free up space in the file [uninstalling programs i wasn't using or almost never used, making my root bigger.]
Why does the folder keep filling up (even though I'm not installing anything) and is there a way to stop it? It never happened before even when i'd had the same Ubuntu install for years, and this is new
Here's a screenshot of the message I'm getting in case I haven't explained it right:
user@computername:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 785M 1.9M 783M 1% /run
/dev/sda5 14G 13G 804M 94% /
tmpfs 3.9G 185M 3.7G 5% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/loop0 3.8M 3.8M 0 100% /snap/gnome-system-monitor/81
/dev/loop1 3.8M 3.8M 0 100% /snap/gnome-system-monitor/77
/dev/loop3 2.3M 2.3M 0 100% /snap/gnome-calculator/260
/dev/loop2 54M 54M 0 100% /snap/core18/941
/dev/loop4 90M 90M 0 100% /snap/core/6818
/dev/loop5 144M 144M 0 100% /snap/gnome-3-28-1804/23
/dev/loop6 1.0M 1.0M 0 100% /snap/gnome-logs/61
/dev/loop10 4.2M 4.2M 0 100% /snap/gnome-calculator/352
/dev/loop7 35M 35M 0 100% /snap/gtk-common-themes/818
/dev/loop8 219M 219M 0 100% /snap/gimp/130
/dev/loop9 196M 196M 0 100% /snap/vlc/555
/dev/loop11 15M 15M 0 100% /snap/gnome-logs/45
/dev/loop12 15M 15M 0 100% /snap/gnome-characters/254
/dev/loop14 152M 152M 0 100% /snap/gnome-3-28-1804/40
/dev/loop15 141M 141M 0 100% /snap/gnome-3-26-1604/82
/dev/loop13 35M 35M 0 100% /snap/gtk-common-themes/1122
/dev/loop17 4.2M 4.2M 0 100% /snap/gnome-calculator/406
/dev/loop16 141M 141M 0 100% /snap/gnome-3-26-1604/74
/dev/loop18 203M 203M 0 100% /snap/vlc/770
/dev/loop19 92M 92M 0 100% /snap/core/6531
/dev/loop20 1.0M 1.0M 0 100% /snap/gnome-logs/57
/dev/loop21 518M 518M 0 100% /snap/libreoffice/115
/dev/loop22 3.8M 3.8M 0 100% /snap/gnome-system-monitor/70
/dev/loop23 219M 219M 0 100% /snap/gimp/165
/dev/loop24 161M 161M 0 100% /snap/midori/451
/dev/loop25 484M 484M 0 100% /snap/libreoffice/106
/dev/loop26 90M 90M 0 100% /snap/core/6673
/dev/loop27 141M 141M 0 100% /snap/gnome-3-26-1604/78
/dev/loop28 54M 54M 0 100% /snap/core18/731
/dev/loop29 15M 15M 0 100% /snap/gnome-characters/206
/dev/loop31 203M 203M 0 100% /snap/vlc/768
/dev/loop30 54M 54M 0 100% /snap/core18/782
/dev/loop32 36M 36M 0 100% /snap/gtk-common-themes/1198
/dev/loop33 15M 15M 0 100% /snap/gnome-characters/258
/dev/loop34 523M 523M 0 100% /snap/libreoffice/112
/dev/sda6 101G 75G 22G 78% /home
tmpfs 785M 48K 784M 1% /run/user/1000
Thanks
du
(disk usage) to explore where the disk space is being used? If you have some program/job monitor something & write log files when a specific condition occurs and it's not a common event (hence lots of reporting where it used to be minimal). Do youapt autoremove
orapt autoclean
often? What size is it? (smaller than the 25gb recommended? which I find small, but I know others think is large - ie. your use dictates if it's small/plenty..) – guiverc May 12 '19 at 11:47/var
isn't a separate filesystem) it's a result of logs run wild: see for example Very large log files, what should I do? – steeldriver May 12 '19 at 11:58