Tux

...making Linux just a little more fun!

Linux driver for kingston data silo ds100-S1mm

[agarwal_naveen at ongc.co.in]


Thu, 6 Dec 2007 02:49:34 -0800

Sir

I am looking for linux driver to install kingston data silo ds100-S1mm tape drive. Can you pl. help me

Naveen


Top    Back


Karl-Heinz Herrmann [kh1 at khherrmann.de]


Thu, 6 Dec 2007 19:08:43 +0100

On Thu, 6 Dec 2007 02:49:34 -0800 agarwal_naveen@ongc.co.in wrote:

> I am looking for linux driver to install  kingston data silo
> ds100-S1mm tape drive. Can you pl. help me 

I do not know that kind of tape drive. I was using exabytes SCSI tapes myself and they can easily be used by "mt". for storing data I was using tar and might nowadays use afio because of its file-by-file compression which makes recovery in the case of read errors much easier.

The scsi tape device would be /dev/st0 or something similar.

I just found some basic usage on: http://nic.phys.ethz.ch/readme/80

If your drive is not actually a SCSI drive it might still be mapped to a scsi drive (and an /dev/stX device). Check your /var/log/dmesg if the drive is recognised and which device it gets assigned.

K.-H.


Top    Back