The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SCO
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-09-2008
fabtagon fabtagon is offline
Registered User
 

Join Date: Apr 2008
Location: European Union/Germany
Posts: 183
I've never used SCO. Systematic way goes as follows:

What gives the shell command "mount"? That will be some lines with (mountpoint, hardware, options) tupels to you. Have a look at the hardware part. In some way the SCSI ID will be part of device file. Alter that file to match the old drive. Mount it with "mount /dev/olddevice /mnt/dir_for_old_drive" (create dir before, act as root).
Reply With Quote