Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT 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 AT sourceware DOT cygnus DOT com Subject: Re: multi-volume tar archive on floppies X-Priority: 3 (Normal) References: <199904281542 DOT RAA08953 AT grynet DOT passagen DOT 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 AT sourceware DOT cygnus DOT com