public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* raw tape device support???
@ 2001-05-03 15:17 Mark Hounschell
  2001-05-03 19:55 ` Kai Makisara
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Hounschell @ 2001-05-03 15:17 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org; +Cc: markh

 Sorry if this isn't the correct place for this question. Is there or
will there
ever be raw tape device access. I'm trying to port an app from Dec unix
and at
least there the app requires /dev/rmt** (raw device). I've read in the
archives
about how to bind a block device to a raw device using the raw command
but the
tape dev (/dev/st*) is a char device and the command doesn't work on
char devices.
So I'm trying to figure out to get the same effect as /dev/rmt* does on
the dec
box in a linux environment. 
 I'm not a member of this list (sorry) so if anyone can respond to this
please
cc to it markh@compro.net.

Thank you very much in advance

Mark Hounschell
markh@compro.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: raw tape device support???
  2001-05-03 15:17 raw tape device support??? Mark Hounschell
@ 2001-05-03 19:55 ` Kai Makisara
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Makisara @ 2001-05-03 19:55 UTC (permalink / raw)
  To: Mark Hounschell; +Cc: linux-kernel@vger.kernel.org

On Thu, 3 May 2001, Mark Hounschell wrote:

>  Sorry if this isn't the correct place for this question. Is there or
> will there
> ever be raw tape device access. I'm trying to port an app from Dec unix
> and at
> least there the app requires /dev/rmt** (raw device). I've read in the
> archives
> about how to bind a block device to a raw device using the raw command
> but the
> tape dev (/dev/st*) is a char device and the command doesn't work on
> char devices.
> So I'm trying to figure out to get the same effect as /dev/rmt* does on
> the dec
> box in a linux environment.

You can just use the device /dev/st* (or /dev/nst*). They are raw
(character) devices. If your app needs to find the devices with names
/dev/rmt*, you can make new device nodes or use links.

	Kai



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-03 19:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-03 15:17 raw tape device support??? Mark Hounschell
2001-05-03 19:55 ` Kai Makisara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox