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 09:37:23 +0200
From: Corinna Vinschen <cygwin@cygwin.com>
To: cyg ML <cygwin@cygwin.com>
Subject: Re: Tape support on cygwin
Message-ID: <20010420093723.W12557@cygbert.vinschen.de>
Mail-Followup-To: cyg ML <cygwin@cygwin.com>
References: <3ADFE2DC.8BE4E92F@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: <3ADFE2DC.8BE4E92F@fr.airsysatm.thomson-csf.com>; from bruno.delfosse@fr.airsysatm.thomson-csf.com on Fri, Apr 20, 2001 at 09:18:52AM +0200

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 ?

_When_ do you get that message? When trying to read? It's a NT
problem. The default block size is set to 512 bytes by the OS
which is not the typical blocksize of other OSes. set the
blocksize to the known value of your tapes (mt setblk 5120 or
whatever) or set it to variable blocksize (mt selblk 0).
Then try again.

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

