[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
- Subject: RE: [cobalt-users] getting low on memory message each morning at 4:00am
- From: wcstaff <wcstaff@xxxxxxxxxxxx>
- Date: Wed Oct 22 08:27:01 2003
- Organization: webcoast
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> > How can I increase the root storage or is 85% full normal?
>
> To move stuff off / , do this (as root)
> mv /opt /home; ln -s /home/opt /opt
>
> This will move your /opt folder (which usally contains quite
> a bit of stuff) into the /home directory (which has plenty of
> space). The second command makes a symbolic link from /opt
> --> /home/opt
> Of course you can do this with other directories as well, but
> I generally stay away from messing with /boot /etc /bin and /sbin.
> Vidar
Thanks, I tried it and get the following:
" `/opt' and `/home/opt' are the same file"