Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39B52400.A0F9277A@cygnus.com> Date: Tue, 05 Sep 2000 18:49:04 +0200 From: Corinna Vinschen Reply-To: cygwin X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16 i686) X-Accept-Language: de, en MIME-Version: 1.0 To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: tape drive on nt References: <01C0172A DOT 88D83570 DOT briankperkins AT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com