From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: Todd Stallings , cygwin@sourceware.cygnus.com Subject: Re: permission denied with 8mm tape drive Date: Thu, 11 Mar 1999 01:20:00 -0000 Message-id: <36E7877E.3F2A1483@cityweb.de> References: <01be69a4$78852fa0$011488cf@todd.cmpu.net> X-SW-Source: 1999-03/msg00341.html > Todd Stallings wrote: > > Corinna, > I installed cygwin (user.exe) this morning on NT 4.0 SP 4. I then installed your latest patch cv_cygwin1.dll.tar.gz. I'm now able to communicate with my tape drive (Exabyte 8700LT; 8mm); however I get the following error message: > > bash-2.02$ tar -tvf /dev/st0 > tar: Read error on /dev/st0: Permission denied > tar: At beginning of tape, quitting now > tar: Error is not recoverable: exiting now > [...] Hi Todd, first of all, please don't send html mail, but plain text mail. Not everyone has a mail reader, which is able to read html mails. Moreover, it's superfluous for transmitting information. I have thought about your problem and, sorry for this naive question, but did you insert a tape in the drive, when you got this message??? Typically, you'll get this message only in this case! If I'm not right and it seems to be another problem, it would be fine, if you will do the following in bash: bash$ STRACE='0x50:0,xxx' tar -tvf /dev/st0 You'll get a file, named xxx (possibly big!). Gzip it and send it to me, then I'm able, to take a closer look into the problem. Best regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corinna Vinschen To: Todd Stallings , cygwin@sourceware.cygnus.com Subject: Re: permission denied with 8mm tape drive Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <36E7877E.3F2A1483@cityweb.de> References: <01be69a4$78852fa0$011488cf@todd.cmpu.net> X-SW-Source: 1999-03n/msg00341.html Message-ID: <19990331194500.TitivsMQaMEgLtrQ04hbDaechJVSym9_21tbM8-40S4@z> > Todd Stallings wrote: > > Corinna, > I installed cygwin (user.exe) this morning on NT 4.0 SP 4. I then installed your latest patch cv_cygwin1.dll.tar.gz. I'm now able to communicate with my tape drive (Exabyte 8700LT; 8mm); however I get the following error message: > > bash-2.02$ tar -tvf /dev/st0 > tar: Read error on /dev/st0: Permission denied > tar: At beginning of tape, quitting now > tar: Error is not recoverable: exiting now > [...] Hi Todd, first of all, please don't send html mail, but plain text mail. Not everyone has a mail reader, which is able to read html mails. Moreover, it's superfluous for transmitting information. I have thought about your problem and, sorry for this naive question, but did you insert a tape in the drive, when you got this message??? Typically, you'll get this message only in this case! If I'm not right and it seems to be another problem, it would be fine, if you will do the following in bash: bash$ STRACE='0x50:0,xxx' tar -tvf /dev/st0 You'll get a file, named xxx (possibly big!). Gzip it and send it to me, then I'm able, to take a closer look into the problem. Best regards, Corinna -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com