[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



> > > 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