Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Marc Schare Subject: Re: cygwin and scsi tape drive. Date: Fri, 28 May 2004 15:57:19 +0000 (UTC) Lines: 50 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.31.185.38 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)) Joshua Daniel Franklin gmail.com> writes: > > Have you read > > ? > > Particularly the part about "Note that you can't use the mount table > to map from fixed device name to your own device name." > > I did read the note, but I don't think I'm trying to do that. Again, here is the result from the mount command: C:\Documents and Settings\Marc>mount C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) \device\tape0 on /dev/st0 type system (binmode) C:\cygwin on / type system (binmode) \\.\tape0 on /dev/st1 type system (binmode) \.tape0 on /dev/tape type system (binmode) c: on /cygdrive/c type user (binmode,noumount) d: on /cygdrive/d type user (binmode,noumount) Which clearly states that \device\tape0 is mounted on /dev/st0, which tells me I should be able to use /dev/st0, but when I try, I get this: C:\Documents and Settings\Marc>mt -f /dev/st0 status mt: /dev/st0: No such file or directory For grins, I also tried this: C:\Documents and Settings\Marc>mt -f \device\tape0 status mt: \device\tape0: No such file or directory Without success. The ls command can find the drive: C:\Documents and Settings\Marc>ls -l /dev/st0 crw-rw-rw- 1 Marc None 9, 0 May 28 11:57 /dev/st0 So.. what am I doing wrong? Thanks! Marc Schare -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/