is this a usable idea? will this work? Or will drivers have to be
written anyhow?
is this a usable idea? will this work? Or will drivers have to be
written anyhow?
> is this a usable idea? will this work? Or will drivers have to be
> written anyhow?
Tape drivers are character devices, because
1. You want writes to go to the tape, in sequential order
2. You need variable block sizes to accomodate what the
tape drive needs physically.
Now, with a character device, you need to transfer data to/from user
space. This may be non-contigous in physical memory, which means
you need either an intermediate buffer (You want to increase kernel
memory enough to accomodate the largest tape block? I've used
100k block sizes before), or for the device driver to support scatter /
gather.
Problem : the current SCSI drivers do not support scatter / gather. This
is being rectified in the rewrite. After the rewrite is done, it should
be possible to write a decent SCSI tape driver.
1. QIC-24 format tapes (qic-02 and qic-36 interface)
I'm looking for any information/drivers for qic-02 controllers and the
qic-24 format tapes. I've been able to get the driver under Linux
(1.2.13) compiled, but without a formated tape to test it, I can't
verify if I got everything working or not.
Problem: I've no dos software to format a DC-600A tape in the drive.
Failing a driver for dos so I format the tapes, I would like the
information on the qic-24 format for the DC-600A tapes so I could
write a format utility for Linux. Any help would be appreciated.
(a linux format utility would be nice also/instead)
3. Wanted: QIC-36 Specs/Drivers for ATI board
6. NCSA httpd/Linux -- does it support child reuse??
9. Wangtek QIC-36 TBU on Linux?
10. Mitac's QIC-36
13. Will a QIC-36 controller work with ftape?