The command sits as /bin/mt
If this command dosen't exist, then install it - load the mandrake cd - find
the rpm and install it.
I don't believe that you can mount a tape device - because it is a streaming
device
At the base level, you can read and write to it using dd
eg: dd if=/etc/inittab of=/dev/st0
This will do a raw dump of the file
tar is a better backup tool
eg: tar tvf /dev/st0 /etc/*
will tar the /etc directory into a 'tarball' and dump it on the tape
hth
mike
----- Original Message -----
From: "Ybnorml" <[EMAIL PROTECTED]>
To: "Expert" <[EMAIL PROTECTED]>
Sent: Friday, February 16, 2001 3:36 AM
Subject: [expert] SCSI TBU
> Thanks for the replies and advice, guys. I'm just not able to get
anywhere.
> I don't appear to have a "mt" command installed. This is the server side
of
> LM7.2. I did the dmesg command and was able to see the Python drive
showing
> up in there. Assuming it's st0, how would I be able to mount and read it?
> I tried the mount command too and that was a waste of time.
> Any help is definitely appreciated.
>
> -Greg-
>