The UNIX and Linux Forums  

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-25-2004
kayode kayode is offline
Registered User
  
 

Join Date: May 2002
Location: Lagos
Posts: 55
I have been able to install the Tape drive. However, l wish to give the clue to the installation.

1. type modprobe st
2. type cat /proc/scsi/scsi to verify that the tape drive is detected.
3. mt -f /dev/st0 status to check the status of the tape drive

4. vi /etc/rc.local to insert the following lines

5. touch /var/lock/subsys/local
6. modprobe mptscsih
7. modprobe st

you can now take either a level 0 or 9 backup. You can also you the tar command to do you files backup.

Thanks

Kayode