[mythtvnz] Problem with full disk

Jason Haar jhaar-ourshack-com at whanau.org
Mon Mar 23 04:40:46 GMT 2009


Hadley Rich wrote:

> In this case it's quite likely mysql binlogs or something, but you can only 
> find out by looking.
> 

To find the largest files on a partition, I stick to

du -x /partition > /tmp/du.log
sort -n /tmp/du.log |tail -20

That will show you the 20 largest files. I like doing it as a two-stage
process as quite often you want to look at other bits...

Jason



More information about the mythtvnz mailing list