[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4: Out of space on /
- Subject: Re: [cobalt-users] RaQ4: Out of space on /
- From: Goetz Lohmann <goetz.lohmann@xxxxxx>
- Date: Wed May 21 20:27:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
<snip>
>>My root partition on my RaQ4 is down to about 50 MB of space and the
>>RaQ sends me mail each day now, telling me that I'm dangerously low
>>on space. I'd previously shunted my /var/tmp and httpd logs onto
>>home, as is /tmp. Now I've shunted all of my /var/log onto home, but
>>that doesn't really free up much space. Most of the space is taken
>>up by /usr/ which has 632 MB of stuff in it, including CMU, Zend,
>>TrafStatLight, fcheck, chkrootkit, several versions of OpenSSL, PHP,
>>and mrtg.
>>
>>
>
>You should be able to move some of your subdirectories under /usr/
>To /home/ and make symbolic links to wherever you move it.
>Use
>cd /usr
>mv /usr/ssl1 /home/
>ln -s /home/ssl1 ssl1
>
>
>
>>Any ideas on what else I can safely move?
>>
the man pages and docs, everything which is not used by the default
running system
like include files or source trees. So lets say
cd /usr
mv /usr/man /home/usr/man ; ln -s /home/usr/man man
mv /usr/doc /home/usr/doc ; ln -s /home/usr/doc doc
mv /usr/info /home/usr/info ; ln -s /home/usr/info info
mv /usr/include /home/usr/include ; ln -s /home/usr/include include
mv /usr/jre1.2 /home/usr/jre1.2 ; ln -s /home/usr/jre1.2 jre1.2
mv /usr/src /home/usr/src ; ln -s /home/usr/src src
maybe also X11R6 ? cause I don't think you have an X server running on a
RaQ4, so this
should be relativly save to move too
mv /usr/X11R6 /home/usr/X11R6 ; ln -s /home/usr/X11R6 X11R6
regards
>>
>>Thanks!
>>
>>Michelle
>>
>>
>>_____________________________________
>>cobalt-users mailing list
>>cobalt-users@xxxxxxxxxxxxxxx
>>To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>>http://list.cobalt.com/mailman/listinfo/cobalt> -users
>>
>>
>>
>
>_____________________________________
>cobalt-users mailing list
>cobalt-users@xxxxxxxxxxxxxxx
>To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
>http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>
>