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: cygwin tar to tape?


James Dumser wrote:
> 
> I've been experimenting with tape support under WinNT with your
> "unofficial" cygwin1.dll. I tarred up some files on a Sun Ultra (running
> Solaris), but when I tried to read it under cygwin, I get "permission
> denied." I also tried the other way: create a tape under cygwin and read

You get this `permission denied' when you try to read a tape, that is
written with another blocking factor than the Windows tape driver is set to.
Windows has no automatical recognition for this!!!

You must(!) know the blocking (U*Xes typically uses 5K blocking) and
you have to set it with my `mt' command from ftp site

ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Vinschen_Corinna/B20

to set blocksize to e.g. 5K:

	mt setblk 5120

> it on the Ultra. (I'm using GNU tar on both machines.) When I do this,
> tar (on the Ultra) reports a blocking factor of 1 (even though I
> specified a blocking factor of 100 when wrote the tape), and reading is
> incredibly slow.

The default blocksize under NT is 512 Bytes. It's a `feature' of Windows.
Use my `mt' command from ftp site

ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/porters/Vinschen_Corinna/B20

to set blocksize to e.g. 5K once:

	mt setblk 5120

But be warned! Another `oh so wunderful feature' of Windows is, that
you only may set blocksize, if a tape is in the drive!!!

You may also use my patched `tar' from the same site. This tar sets the
blocksize by itself to a default of 10K unless you use the -b option
to set your own blocksize.

Same convenience with patched `cpio' from the same site, which sets blocksize
to e.g. 5K if you use the -B option.

Another hint:
All this only has an effect, if the tape driver supports setting blocksize!
I know it works for the DDS driver which is part of NT 4.0 distribution.
Older tape drives may use fixed blocksizes.

Regards,
Corinna

-- 
new mail address:
mailto:corinna@vinschen.de

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