The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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 -->
  #10 (permalink)  
Old 06-08-2007
teamhog's Avatar
teamhog teamhog is offline
Registered User
  
 

Join Date: Jun 2007
Location: Farmington, CT
Posts: 8
Quote:
Originally Posted by jgt
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
I had a "feeling" it was something like that, straight forward and logical.

I just didn't want to "destroy" anything...

Again, thanks for the help...

-

T'Hog