From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 03:16:02 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 8597916A4BF for ; Sat, 30 Aug 2003 03:16:02 -0700 (PDT) Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56ED043FDF for ; Sat, 30 Aug 2003 03:16:01 -0700 (PDT) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd08.aul.t-online.de by mailout02.sul.t-online.com with smtp id 19t2kc-0002Ds-01; Sat, 30 Aug 2003 12:14:34 +0200 Received: from techfak.uni-bielefeld.de (ZGRF5kZawe37wqJgBx7n7JG+vrWE8U+T+61z29ngt8HS7VRzwIxuQm@[217.82.93.197]) by fmrl08.sul.t-online.com with esmtp id 19t2kY-1BcQoS0; Sat, 30 Aug 2003 12:14:30 +0200 Message-ID: <3F507903.1010708@techfak.uni-bielefeld.de> Date: Sat, 30 Aug 2003 12:14:27 +0200 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: Verghese George References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: ZGRF5kZawe37wqJgBx7n7JG+vrWE8U+T+61z29ngt8HS7VRzwIxuQm@t-dialin.net cc: freebsd-questions@freebsd.org Subject: Re: Formatting a floppy 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: Sat, 30 Aug 2003 10:16:02 -0000 Verghese George wrote: > Did anybody find a bug in FreeBSD 5.1 when formatting a floppy? It > always gives an error even when formatting a new floppy, When I used > version 4.8, the formatting works fine with the same machine and > hardware. I also find the number of drives in Free BSD 5.1 much less > than in version 4.8. Many of the device drivers in /dev corresponding to > fd0 are not available. I have decided to go back to version 4.8 > > Any similiar experiences? What kind of filesystem did you try to put on the floppy? The entries in /dev represent the actual situation on the floppy in FreeBSD 5. You see less device nodes in /dev on an empty floppy than on a formatted one. If you write a disklabel to the floppy new entries should appear in /dev. /dev is now a dynamic device filesystem. Hendrik