Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 20 Apr 2001 15:04:44 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Tape support on cygwin
Message-ID: <20010420150444.C15499@cygbert.vinschen.de>
Mail-Followup-To: cygwin@cygwin.com
References: <3AE03028.2534B6EF@fr.airsysatm.thomson-csf.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3AE03028.2534B6EF@fr.airsysatm.thomson-csf.com>; from bruno.delfosse@fr.airsysatm.thomson-csf.com on Fri, Apr 20, 2001 at 02:48:40PM +0200

On Fri, Apr 20, 2001 at 02:48:40PM +0200, Bruno DELFOSSE wrote:
> >On Fri, Apr 20, 2001 at 09:18:52AM +0200, Bruno DELFOSSE wrote:
> >> Hi,
> >>
> >> I installed cygwin 1.1.8-2 on a Win 2000 SP1 OS, and I wanted to use
> my
> >> Archive Python SCSI DAT  tape drive .... but when I tried to mount
> the
> >> device as indicated in the user guide (mount //./tape0 /dev/st0) I
> got
> >> an error as /dev/st0 does not exist (same thing for nst0). Do I have
> to
> >> to something to declare it ? Or did the name change ?

No. Just mount using the -f option:

	mount -s -f -b //./tape0 /dev/st0

Corinna

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

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

