From owner-freebsd-questions@FreeBSD.ORG Tue Nov 18 14:02:34 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 B273D16A4CE for ; Tue, 18 Nov 2003 14:02:34 -0800 (PST) Received: from server1.ultratrends.com (server1.ultratrends.com [205.206.59.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id B182C43FBF for ; Tue, 18 Nov 2003 14:02:33 -0800 (PST) (envelope-from trodat@ultratrends.com) Received: from server1.ultratrends.com (localhost [127.0.0.1]) hAILwvKD078715; Tue, 18 Nov 2003 14:58:57 -0700 (MST) Received: from localhost (trodat@localhost)hAILwlC0078712; Tue, 18 Nov 2003 14:58:57 -0700 (MST) X-Authentication-Warning: server1.ultratrends.com: trodat owned process doing -bs Date: Tue, 18 Nov 2003 14:58:47 -0700 (MST) From: Technical Director To: Jerry McAllister In-Reply-To: <200311182136.hAILaGs04901@clunix.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:02:34 -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. R.