public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <vinschen@cygnus.com>
To: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: Re: tape drive on nt
Date: Tue, 05 Sep 2000 09:49:00 -0000	[thread overview]
Message-ID: <39B52400.A0F9277A@cygnus.com> (raw)
In-Reply-To: <01C0172A.88D83570.briankperkins@yahoo.com>

Brian Perkins wrote:
> 
> Hello all,
> 
> I once used the MKS utilities to access my Exabyte 8505XL (but, the demo period expired ;)
> 
> So, has anyone got any of the CygWin magnetic tape utilities to work on NT?
> I get these same results from a cmd or bash shell...
> 
> $ mt -V
> mt V1.9.1, Corinna Vinschen, Jul 23 2000
> 
> $ mt offline
> mt: '(null)' is no tape device.
> [...]
> 
> (Btw, tar and dd do not work either!)

No, of course not.

You'll have to mount the tape. One mount point for the rewind
device and (if you need that) one for the norewind device. The
convention is that the mount point has to begin with "/dev"
and the norewind device has to begin with "n". For example:

	mount -f -b //./tape0 /dev/garfield
	mount -f -b //./tape0 /dev/ngarfield

or, if you prefer more serious names:

	mount -f -b //./tape0 /dev/rmt0
	mount -f -b //./tape0 /dev/nrmt0

Then you _must_ use the /dev/whatever in all tape related Cygwin
commands. Otherwise Cygwin doesn't know how to handle the devices.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

  parent reply	other threads:[~2000-09-05  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-05  9:16 Brian Perkins
2000-09-05  9:38 ` Jason Tishler
2000-09-05  9:49 ` Corinna Vinschen [this message]
2000-09-05 10:18 Brian Perkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=39B52400.A0F9277A@cygnus.com \
    --to=vinschen@cygnus.com \
    --cc=cygwin@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).