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

RE: [cobalt-users] getting low on memory message each morning at 4:00am



 
> > So it looks like opt is already moved or at least copied?
> > .
> Your /opt directory is already moved over to /home
> You need to find something else to move over.
> If you do
> du -h -s /*
> 	-or-
> du -h -s /usr/*
> You will find how much space each directory is using.
> Find something you want to move.
> For example /usr/src on mine is 86Mbytes
> 
> So I would (as root)
> mkdir /home/usr
> mv /usr/src /home/usr; ln -s /home/usr/src /usr/src
> 
> Then do
> ls -l /usr
> And make sure /usr/src point to --> /home/usr/src
> 
> HTH,
> Vidar
> 


When I did  du -h -s /* I get the following:
4.0M    /bin
2.3M    /boot
84k     /dev
7.6M    /etc
2.0k    /gmon.out

When I did du -h -s /usr/* I get the following:
9.8M    /usr/X11R6
2.0k    /usr/adm
9.6M    /usr/admserv
61M     /usr/bin
98k     /usr/cgi-bin
44k     /usr/cgiwrap
309k    /usr/cmu
404k    /usr/dict
63M     /usr/doc
1.0k    /usr/etc
781k    /usr/games
2.0k    /usr/httpd
11M     /usr/i386-glibc20-linux
5.4M    /usr/i486-linux-libc5
11M     /usr/include
5.8M    /usr/info
30M     /usr/jre1.2
1.2M    /usr/knox
217M    /usr/lib
714k    /usr/libexec
32M     /usr/local
13M     /usr/man
0       /usr/openv
3.0k    /usr/sausalito
30M     /usr/sbin
61M     /usr/share
6.0k    /usr/src
0       /usr/tmp

Now I'm confused, lol

Thanks for the help
Tom