* Re: /dev/sch0 interface
@ 2001-05-19 13:18 G.W. Wettstein
0 siblings, 0 replies; 5+ messages in thread
From: G.W. Wettstein @ 2001-05-19 13:18 UTC (permalink / raw)
To: Jeff V. Merkey, linux-kernel
On May 15, 6:35pm, "Jeff V. Merkey" wrote:
} Subject: Re: /dev/sch0 interface
> On Tue, May 15, 2001 at 11:44:23PM +0000, Thorsten Kranzkowski wrote:
> > On Tue, May 15, 2001 at 03:08:01PM -0600, Jeff V. Merkey wrote:
> > > Is anyone actuaslly using the /dev/sch0 interface for SCSI tape changers
> > > in Linux? I noticed that the device definitions are present, but I do not
> > > see any driver shipped in the standard base that actually uses it.
> > http://www.in-berlin.de/User/kraxel/linux.html
> >
> > works very well here (needs a minor #include to compile correctly, though)
> >
> > I actually wonder why this isn't in the mainline kernel.
Just as a point of reference we are using this code to control a
couple of big StorageTek tape libraries (9710 and 9730). It has
worked flawlessly. It also supports reading the VOLID barcodes.
I would second the notion that it should go into the mainline sources
if the author is interested. Very useful utility in big IT shops
doing serious backup.
> > > Thanks
> > >
> > > Jeff
> > Thorsten
> Thanks.
>
> Jeff
Best regards from North Dakota.
}-- End of excerpt from "Jeff V. Merkey"
As always,
Dr. G.W. Wettstein, Ph.D. Enjellic Systems Development, LLC.
4206 N. 19th Ave. Specializing in information infra-structure
Fargo, ND 58102 development.
PH: 701-281-4950 WWW: http://www.enjellic.com
FAX: 701-281-3949 EMAIL: greg@enjellic.com
------------------------------------------------------------------------------
"MS can classify NT however they like. Calling a pig a bird still
doesn't get you flying ham, however."
-- Steven N. Hirsch
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /dev/sch0 interface
2001-05-15 23:44 ` Thorsten Kranzkowski
@ 2001-05-16 0:35 ` Jeff V. Merkey
0 siblings, 0 replies; 5+ messages in thread
From: Jeff V. Merkey @ 2001-05-16 0:35 UTC (permalink / raw)
To: linux-kernel
On Tue, May 15, 2001 at 11:44:23PM +0000, Thorsten Kranzkowski wrote:
> On Tue, May 15, 2001 at 03:08:01PM -0600, Jeff V. Merkey wrote:
> >
> >
> > Is anyone actuaslly using the /dev/sch0 interface for SCSI tape changers
> > in Linux? I noticed that the device definitions are present, but I do not
> > see any driver shipped in the standard base that actually uses it.
>
> http://www.in-berlin.de/User/kraxel/linux.html
>
> works very well here (needs a minor #include to compile correctly, though)
>
> I actually wonder why this isn't in the mainline kernel.
>
> >
> > Thanks
> >
> > Jeff
> >
>
> Thorsten
Thanks.
Jeff
>
> --
> | Thorsten Kranzkowski Internet: dl8bcu@gmx.net |
> | Mobile: ++49 170 1876134 Snail: Niemannsweg 30, 49201 Dissen, Germany |
> | Ampr: dl8bcu@db0lj.#rpl.deu.eu, dl8bcu@marvin.dl8bcu.ampr.org [44.130.8.19] |
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /dev/sch0 interface
2001-05-15 21:08 Jeff V. Merkey
2001-05-15 21:27 ` Matthew Jacob
@ 2001-05-15 23:44 ` Thorsten Kranzkowski
2001-05-16 0:35 ` Jeff V. Merkey
1 sibling, 1 reply; 5+ messages in thread
From: Thorsten Kranzkowski @ 2001-05-15 23:44 UTC (permalink / raw)
To: Jeff V. Merkey; +Cc: linux-kernel
On Tue, May 15, 2001 at 03:08:01PM -0600, Jeff V. Merkey wrote:
>
>
> Is anyone actuaslly using the /dev/sch0 interface for SCSI tape changers
> in Linux? I noticed that the device definitions are present, but I do not
> see any driver shipped in the standard base that actually uses it.
http://www.in-berlin.de/User/kraxel/linux.html
works very well here (needs a minor #include to compile correctly, though)
I actually wonder why this isn't in the mainline kernel.
>
> Thanks
>
> Jeff
>
Thorsten
--
| Thorsten Kranzkowski Internet: dl8bcu@gmx.net |
| Mobile: ++49 170 1876134 Snail: Niemannsweg 30, 49201 Dissen, Germany |
| Ampr: dl8bcu@db0lj.#rpl.deu.eu, dl8bcu@marvin.dl8bcu.ampr.org [44.130.8.19] |
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: /dev/sch0 interface
2001-05-15 21:08 Jeff V. Merkey
@ 2001-05-15 21:27 ` Matthew Jacob
2001-05-15 23:44 ` Thorsten Kranzkowski
1 sibling, 0 replies; 5+ messages in thread
From: Matthew Jacob @ 2001-05-15 21:27 UTC (permalink / raw)
To: Jeff V. Merkey; +Cc: linux-kernel
I think pretty much everyone uses mtx via the sg interface.
^ permalink raw reply [flat|nested] 5+ messages in thread
* /dev/sch0 interface
@ 2001-05-15 21:08 Jeff V. Merkey
2001-05-15 21:27 ` Matthew Jacob
2001-05-15 23:44 ` Thorsten Kranzkowski
0 siblings, 2 replies; 5+ messages in thread
From: Jeff V. Merkey @ 2001-05-15 21:08 UTC (permalink / raw)
To: linux-kernel
Is anyone actuaslly using the /dev/sch0 interface for SCSI tape changers
in Linux? I noticed that the device definitions are present, but I do not
see any driver shipped in the standard base that actually uses it.
Thanks
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-05-19 13:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-19 13:18 /dev/sch0 interface G.W. Wettstein
-- strict thread matches above, loose matches on Subject: below --
2001-05-15 21:08 Jeff V. Merkey
2001-05-15 21:27 ` Matthew Jacob
2001-05-15 23:44 ` Thorsten Kranzkowski
2001-05-16 0:35 ` Jeff V. Merkey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®