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.


Corinna Vinschen wrote:
> [...]
> Anyway, as you already tried, you'll have to mount the tape:
> 
>         mount -s -f -b //./tape0 /dev/st0

Sorry, the -s and -f flags are not useful in b20.1

BTW: When you use _any_ command with tape io you have to use
the mount point instead of the native path:

    mt -f /dev/st0 rewoffl
    dd if=/dev/st0 of=/dev/null

or sth. else.

tar and mt from ftp.franken.de are using /dev/st0 by default.

Regards,
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]