1829636 Members
1600 Online
109992 Solutions
New Discussion

/usr not OK

 
SOLVED
Go to solution
Pete Devlin
Valued Contributor

/usr not OK

Started restore from tape but it blew out as /usr was not mounted! I've removed the core file from / but cannot mount anything using
/sbin/mount. Anyone got any idea ? I can see the disks & thier extents!
4 REPLIES 4
John Carr_2
Honored Contributor

Re: /usr not OK

Hi Pete

try this

cd /
umount -a
fsck -y
mount -a

John.
harry d brown jr
Honored Contributor
Solution

Re: /usr not OK

Pete,

You probably have /usr now under / (root) instead of a MOUNTED FILESYSTEM /usr, inwhich you have a FULL root filesystem.

If this is the case, then "rm -rf /usr", then MOUNT /usr filesystem, and redo your TAR restore.

live free or die
harry
Live Free or Die
Pete Devlin
Valued Contributor

Re: /usr not OK

Guys thanks for your help.

What I did in the end

was :- ran the /sbin/fsck command
then I ran /sbin/fs/vxfs/mount -F vxfs -o delaylog,rw, /dev/vg00/lvol7 /usr

then to check it was mounted ran it again (no bdf in sbin) & kicked off my restore which currently is going OK.

Thanks alot
Pete Devlin
Valued Contributor

Re: /usr not OK

P.S
& Yes Harry the /usr restore originally went to /.