The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SCO
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #9 (permalink)  
Old 06-08-2007
jgt jgt is offline
Registered User
  
 

Join Date: Apr 2007
Location: 44.21.48N 80.50.15W
Posts: 455
There should be a /mnt directory that is empty. If not make one.
Then:
#cd /
#mount /dev/stand /mnt
#cd mnt
#restore stand.bak
#cd /
#umount /dev/stand
#mount /dev/root /mnt
#cd mnt
#restore root.bak
#cd /
#umount /dev/root