PDA

View Full Version : [ubuntu] Disk space use



schoolpride
July 19th, 2011, 03:28 PM
My ubuntu server is a 1.5T with 448GB available. When I backup my files each night, my files only amount to 397GB. Is there an easy way to see where the extra 600 GB on my server is located?

I think that I might have had a couple of old backups write to the server, but I cannot find them.

Wayne_V
July 19th, 2011, 03:35 PM
# cd /<1.5T mount point>

# du -sk * .* | sort -n

Wim Sturkenboom
July 19th, 2011, 04:47 PM
You might very well have made a backup while the backup device was not mounted.

Unmount any external devices and next run



sudo du -k --max-depth=1 /