From owner-freebsd-questions Tue Aug 26 18:55:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA24925 for questions-outgoing; Tue, 26 Aug 1997 18:55:41 -0700 (PDT) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA24913 for ; Tue, 26 Aug 1997 18:55:29 -0700 (PDT) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by w2xo.pgh.pa.us (8.8.5/8.8.4) with SMTP id VAA02800; Tue, 26 Aug 1997 21:55:23 -0400 (EDT) Message-ID: <3403890A.167EB0E7@w2xo.pgh.pa.us> Date: Tue, 26 Aug 1997 21:55:22 -0400 From: Jim Durham Organization: Dis- X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-970618-SNAP i386) MIME-Version: 1.0 To: Yonny Cardenas CC: questions@FreeBSD.ORG Subject: Re: Tar to floppys References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yonny Cardenas wrote: How do I can a tar of file with size 2.3 MB to floppies 1.44Mb in FreeBSD ? > > I'am creating floppies for FreeBSD, with the following secuence of > commands: > > #fdformat -f 1440 fd0.1440 > #disklabel -w -r /dev/rfd0.1440 floppy3 > #newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0.1440 > To write a multi-disk archive on the floppy : tar cvMf /dev/rfd0 file to read back: tar xvMf /dev/rfd0 You will need only the low-level format. Disklabelling or newfs'ing is not required. Jim Durham