On 30 Jul 2002, Salvador Diaz wrote:

> i have a Tape Backup Scsi from Archive model Python 04106-XXX Rev 7550
> but i can't mount the device. i can see from genome in /dev/st0 but does
> not appear in fstab file.
> What i have to do for mount the device and anybody knows about any
> software for Gnome that can work for backup, i'm working with Mandrake
> Linux 8.2
>

Unlike a disk drive, you don't "mount" a tape drive.  There is no entry in
the fstab file.  You just use the device, e.g.:

  tar cvf /dev/st0 /home

to back up /home to the first SCSI tape device.

You should be able to use the "mt" commands to find out if your tape
device is really connected.  Try:

  mt status

to query the tape drive.  You should also see something about your tape
device in /proc:

  cat /proc/scsi/scsi

Carl

Carl G. Riches
Software Engineer
Department of Mathematics
Box 354350                      voice:     206-543-5082 or 206-616-3636
University of Washington        fax:       206-543-0397
Seattle, WA  98195-4350         internet:  [EMAIL PROTECTED]



-- 
redhat-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to