I'm an idiot for not knowing this :-)  But, how do I mount an already
mounted read-only ufs file system as read/write?  Such as when restoring a
kernel from a backup having booted from tru64 install CD.  when you do a #
mount /dev/rz0a /   
you get 
/ - device is busy or /dev/rz0a is mounted read-only
# mount -w -u /dev/rz0a / 
gives same result.
Thanks in advance!
        
Received on Mon Jun 25 2001 - 20:56:01 NZST