I have a root partition and a home partition, on a dual boot system (windows)
I currently have 4.9GB available in my Ubuntu Desktop 22.04.2 LTS system after limiting my journal/ folder (Big /var/log/journal? following the information from Robert Pollak) to 200MB and also clearing out my snapd/ folder from unnecessary snaps.
I'm not certain if only having 4.9 GBs left over is what is expected or whether I should try to find what else is taking up space.
If I run:
sudo du -hx --max-depth=1 / 2> /dev/null
I get the following:
173M /boot
16K /lost+found
84K /snap
4.0K /cdrom
4.9G /var
4.0K /mnt
968M /opt
7.4G /usr
1.5M /root
16K /media
236K /tmp
18M /etc
14G /
Any insight would be appreciated. Thank you in advance
/root/
) is not usually allocated its on directory, is usually on KB or at most MB in size, thus exists on the/
file-system. Why did you tag root user? It's disabled by default on a Ubuntu system (both desktop & server as you didn't specify which you're using). – guiverc Feb 20 '23 at 21:59Ah, tagging as Root was, in hindsight, obviously incorrect. I meant to relate it to my root directory. I'll remove the root tag as well.
I am using Ubuntu Desktop and not server. Thank you!
– user3041883 May 03 '23 at 15:33/root
directory don't forget (the latter being a user directory of the root user). 25GB is minimum; I'm one who adds software thus need 32GB+ – guiverc May 03 '23 at 22:30