[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: "Ligard, Vidar" <vligard@xxxxxxxxx>
- Date: Wed Oct 22 09:52:01 2003
- 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"
>
What do you get with
ls -l /
ls -l /home
Is /opt already symlinked??
-Vidar