This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: b20.2 Problem accessing scsi tape drive on WIndows NT SP5.


Paul Stearns wrote:
> Whomever:
> 
> I have installed full.exe. The files in the bin directory are data\ed
> 12/01/98. I have been unable to access an Archive Python 2550-XXX 4mm
> DAT drive.
> [...]

This isn't able with b20.1

You will have to
- take my special version of b20.1:
   
ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Vinschen_Corinna/B20
  files:
    cv_cygwin1.dll.README
    cv_cygwin1.dll.tar.gz

- buy the CD release V1.0 of cygwin or

- use one of the developer snapshots since February 1999.

Anyway, as you already tried, you'll have to mount the tape:

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

If you wants to use the tape as norewind device you have to do an
additional mount:

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

In my directory on ftp.franken.de you will find also special versions
of gnu-tar and gnu-cpio which set the block size of the tape via ioctl
call to the blocksize used by the tool itself. Moreover you will find
a self written mt(1) command which is really useful when using tapes.

Hope, this helps,
Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]