From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 14:10:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C6F516A4CE for ; Tue, 18 Nov 2003 14:10:11 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736E743FBD for ; Tue, 18 Nov 2003 14:10:10 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id hAIM9or05060; Tue, 18 Nov 2003 17:09:51 -0500 (EST) From: Jerry McAllister Message-Id: <200311182209.hAIM9or05060@clunix.cl.msu.edu> To: trodat@ultratrends.com (Technical Director) Date: Tue, 18 Nov 2003 17:09:50 -0500 (EST) In-Reply-To: from "Technical Director" at Nov 18, 2003 02:58:47 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Jerry McAllister cc: freebsd-questions@freebsd.org Subject: Re: floppy disk - device not configured error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:10:11 -0000 > > > On Tue, 18 Nov 2003, Jerry McAllister wrote: > > > Is the floppy formatted? Used fdformat for that or do it > > on a MS machine. > > > > Also, write to /dev/fd0c or /dev/rfd0c. > > > > Here is just what I do and have done many times. > > > > First format two floppies for 1.4 meg using fdformat > > -> 'fdformat -f 1440' is enough. It will prompt for the rest > > then > > -> 'dd if=boot-image of=/dev/rfd0c' for boot floppy > > (change floppy :) > > and > > -> 'dd if=mfs-image of=/dev/rfd0c' for mfs floppy > > Hello, > > Maybe I'm wrong but isin't dd a raw write to the device when used > in this way? Hence a pre-formatting is not required? > > Preformatting may help I'm not to sure, I know that I have never had to do > it for a boot floppy creation. Hmmm. I didn't think so at first, but I had trouble writing to the floppy if I used an unformatted disk. That was way back in v 2.x and 3.x and I started doing it that way and since it worked haven't changed how I do it. ////jerry > > R. >