[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] I need Help Please



> Hello to all,,
> It appears something log has decided to eat my /home directory on my
> RAQ4
> Filesystem           1k-blocks      Used Available Use% Mounted on
> /dev/md1                743371    660102     83269  89% /
> /dev/md3                198275    116699     81576  59% /var
> /dev/md4              18107071  18107002        69 100% /home
> What in the world could it be? And how do I fix it?
> Thank You,
> Matt

I would suggest the following:
$ cd /home
$ du -h --max-depth=1

Find out which dir is taking up all the space cd into it and repeat also use ls
-alhr --sort=size in the dir to see what files are the biggest. 

Jeff-