Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com Message-ID: <3727433B.6119484E@hem2.passagen.se> Date: Wed, 28 Apr 1999 19:19:55 +0200 From: Anders Norlander X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: Denis Laroche CC: cygwin@sourceware.cygnus.com Subject: Re: multi-volume tar archive on floppies X-Priority: 3 (Normal) References: <199904281542.RAA08953@grynet.passagen.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Denis Laroche wrote: > > Hi all, > > i'm running the latest version of the user tools (B20.1) and trying to > create a multi-volume tar archive on floppies with the following > command: > > bash-2.02$ tar --create --multi-volume --file=//a/tarfile.tar /Program\ > Files/Tcl/lib > You should specify the volume size (tape length) in kilo-bytes: tar --tape-length=1390 --multi-volume -create --file=//a/foo.tar or shorter: tar -L 1390 -Mcf //a/foo.tar 1390 kbytes is the largest size of a file you can fit on a standard FAT formatted HD floppy (although the file will appear to be 1420 kb). Using Corinna's cygwin patches for raw device access you should be able to write directly to the floppy device (I haven't tested this). Regards, Anders -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com