My /dev/sda6
says I only have 4.7G available but still use%
is 99? It does not make sense.
Can someone help me with this?
waybackdrm@dolansroadbike:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.8G 0 3.8G 0% /dev
tmpfs 784M 2.5M 781M 1% /run
/dev/sda6 260G 242G 4.7G 99% /
I try the following:
sudo apt-get autoremove
sudo apt-get clean
doesn't seem to do anything?
Any feedback? also let me know if I need more screenshots?
/root
is a different directory to the root / directory./root
is the home directory of the root user (which is disabled by default in Ubuntu) so when you mention the root ('/') directory ensure you separate the two with at least a space (better if more than that too) – guiverc Feb 21 '21 at 04:14