From owner-freebsd-questions Wed Nov 12 09:02:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA17919 for questions-outgoing; Wed, 12 Nov 1997 09:02:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from clio.rice.edu (clio.rice.edu [128.42.105.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA17912 for ; Wed, 12 Nov 1997 09:02:14 -0800 (PST) (envelope-from keyser@clio.rice.edu) Received: by clio.rice.edu (AIX 3.2/UCB 5.64/4.03) id AA15757; Wed, 12 Nov 1997 11:03:28 -0600 Date: Wed, 12 Nov 1997 11:03:28 -0600 From: keyser@clio.rice.edu (Kevin Keyser) Message-Id: <9711121703.AA15757@clio.rice.edu> To: doug@bigwheel.net Subject: Re: image file of a floppy Cc: questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have no trouble getting an image file of a floppy using: > > dd if=/dev/fd0 of=./image bs=18k > > I'm perplexed as to why I can't do it the other way around. > That is, why can't I take an image file and put it on a > floppy with: > > dd if=./image of=/dev/fd0 bs=18k > > Attempts to do that yield all sorts of bizaar results up to > and including a panic re-boot. > > Any comments are appreciated. I believe you should be using /dev/rfd0 as the device file name. > ... doug > _____________________________________________________________________ > Doug Jolley mailto://doug@bigwheel.net http://www.bigwheel.net > Don't bogart that file, my friend. Net it over to me. > - --------------------------------------------------------------------- Kevin