Computer is slowing down
Colin Law
clanlaw at gmail.com
Sat Dec 7 21:50:59 UTC 2013
On 7 December 2013 21:06, John R. Sowden <jsowden at americansentry.net> wrote:
>...
> Filesystem Size Used Avail Use% Mounted on
> /dev/sda7 20G 17G 2.0G 90% /
To find where the space is being used, open a terminal and run
cd /
sudo du -k * | sort -nr | cut -f2 | xargs -d '\n' du -sh | more
It will take a few minutes to scan the disk.
Alternatively you can get a prettier display by installing ncdu then
sudo ncdu -x /
Colin
More information about the ubuntu-users
mailing list