public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can I read a dd created tape?
@ 1999-03-24  4:49 Bajusz, Richard G.
  1999-03-25  7:42 ` Corinna Vinschen
  1999-03-31 19:45 ` Bajusz, Richard G.
  0 siblings, 2 replies; 4+ messages in thread
From: Bajusz, Richard G. @ 1999-03-24  4:49 UTC (permalink / raw)
  To: cygwin

All,

I've got a series of tapes created on a Sun with the dd command that I have
to read on an
NT workstation.  The current solution is to boot into Linux, read the tape
to a FAT partition, and reboot into NT to process the data.  There must be a
better way!
Is there a version of dd (or something similar) for NT? 

thanks,
Rich Bajusz
pt@osg.saic.com

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can I read a dd created tape?
  1999-03-24  4:49 Can I read a dd created tape? Bajusz, Richard G.
@ 1999-03-25  7:42 ` Corinna Vinschen
  1999-03-31 19:45   ` Corinna Vinschen
  1999-03-31 19:45 ` Bajusz, Richard G.
  1 sibling, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 1999-03-25  7:42 UTC (permalink / raw)
  To: Bajusz, Richard G.; +Cc: cygwin

Bajusz, Richard G. wrote:
> I've got a series of tapes created on a Sun with the dd command that I have
> to read on an
> NT workstation.  The current solution is to boot into Linux, read the tape
> to a FAT partition, and reboot into NT to process the data.  There must be a
> better way!
> Is there a version of dd (or something similar) for NT?

Try using the  patched version of b20.1, supporting raw access to partitions,
hard drives and tapes on

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

named
        cv_cygwin1.dll.README
        cv_cygwin1.dll.tar.gz

I have noticed an error in it, yesterday, which prevent usage of raw devices
as stdin, but usage as parameter as in

	dd if=/dev/st0 ...

is possible. The error will be corrected in one of the next winsup-snapshots.

Note, that the blocking factor is a _very_ important setting, because windows
sets default blocking of 512 bytes on raw devices. If your SUN writes with 5120
bytes blocking, you'll have to set the correct blocking factor, too, if your
tape drive has variable blocking factors. Try usage of the following commands
from the forementioned web page:

mt:	mt-1.8.README
	mt-1.8.tar.gz	(very useful! Setting of blocking factor as with linux mt)

cpio:	cpio-2.4.2.README
	cpio-2.4.2.tar.gz

tar:	tar-1.12.tape_cygwin1.README
	tar-1.12.tape_cygwin1.tar.gz

The dd from cygwin package is ok.

Hope, this helps,
Corinna



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Can I read a dd created tape?
  1999-03-25  7:42 ` Corinna Vinschen
@ 1999-03-31 19:45   ` Corinna Vinschen
  0 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 1999-03-31 19:45 UTC (permalink / raw)
  To: Bajusz, Richard G.; +Cc: cygwin

Bajusz, Richard G. wrote:
> I've got a series of tapes created on a Sun with the dd command that I have
> to read on an
> NT workstation.  The current solution is to boot into Linux, read the tape
> to a FAT partition, and reboot into NT to process the data.  There must be a
> better way!
> Is there a version of dd (or something similar) for NT?

Try using the  patched version of b20.1, supporting raw access to partitions,
hard drives and tapes on

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

named
        cv_cygwin1.dll.README
        cv_cygwin1.dll.tar.gz

I have noticed an error in it, yesterday, which prevent usage of raw devices
as stdin, but usage as parameter as in

	dd if=/dev/st0 ...

is possible. The error will be corrected in one of the next winsup-snapshots.

Note, that the blocking factor is a _very_ important setting, because windows
sets default blocking of 512 bytes on raw devices. If your SUN writes with 5120
bytes blocking, you'll have to set the correct blocking factor, too, if your
tape drive has variable blocking factors. Try usage of the following commands
from the forementioned web page:

mt:	mt-1.8.README
	mt-1.8.tar.gz	(very useful! Setting of blocking factor as with linux mt)

cpio:	cpio-2.4.2.README
	cpio-2.4.2.tar.gz

tar:	tar-1.12.tape_cygwin1.README
	tar-1.12.tape_cygwin1.tar.gz

The dd from cygwin package is ok.

Hope, this helps,
Corinna



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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Can I read a dd created tape?
  1999-03-24  4:49 Can I read a dd created tape? Bajusz, Richard G.
  1999-03-25  7:42 ` Corinna Vinschen
@ 1999-03-31 19:45 ` Bajusz, Richard G.
  1 sibling, 0 replies; 4+ messages in thread
From: Bajusz, Richard G. @ 1999-03-31 19:45 UTC (permalink / raw)
  To: cygwin

All,

I've got a series of tapes created on a Sun with the dd command that I have
to read on an
NT workstation.  The current solution is to boot into Linux, read the tape
to a FAT partition, and reboot into NT to process the data.  There must be a
better way!
Is there a version of dd (or something similar) for NT? 

thanks,
Rich Bajusz
pt@osg.saic.com

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-03-31 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-24  4:49 Can I read a dd created tape? Bajusz, Richard G.
1999-03-25  7:42 ` Corinna Vinschen
1999-03-31 19:45   ` Corinna Vinschen
1999-03-31 19:45 ` Bajusz, Richard G.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).