Need to create tar archives in Windows and extract in UNIX

Corinna Vinschen vinschen@redhat.com
Tue Oct 31 11:34:00 GMT 2000


Mike Steinlen wrote:
> 
> What software do I need to be able to exchange files between Windows NT 4
> and Unix using "tar" and floppy disks?  Can Unix mountable floppies be
> accessed by Cygwin?

Either by using DOS formatted floppies which are readable by most
UNIX derivates or by using the floppy as a raw device:

	mount -f -b //./A: /dev/fd0
	tar xvf /dev/fd0

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@redhat.com

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



More information about the Cygwin mailing list