[rescue] solaris missing /usr question

Larry Snyder larrys at lexis-nexis.com
Sat Mar 22 19:16:13 CST 2003


"Joshua D. Boyd" <jdboyd at celestrion.net> wrote:
> 
> oldusr is mounted.  It is part of the / disk.
> 
> I try the mv in /oldusr/sbin/static, and see what happens:
> # /oldusr/sbin/static/mv /oldusr /usr
> mv: /oldusr is a directory

Hmmm...
How about:
cd /
rmdir /usr
/oldusr/sbin/static/ln -s /oldusr /usr

A symlink will work long enough to fix the problem.  Then you need to
blow it away.....
-ls-


More information about the rescue mailing list