From owner-freebsd-current@FreeBSD.ORG Mon Nov 3 06:28:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC28516A4CE for ; Mon, 3 Nov 2003 06:28:55 -0800 (PST) Received: from smtp2.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E2143F75 for ; Mon, 3 Nov 2003 06:28:54 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp2.btinet.net with spam-scanned (Exim 4.24) id 1AGfhN-0006hH-Rv for current@freebsd.org; Mon, 03 Nov 2003 08:28:54 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp2.btinet.net with esmtp (Exim 4.24) id 1AGfhJ-0006fN-4U; Mon, 03 Nov 2003 08:28:49 -0600 Message-ID: <3FA665FB.6090304@btinet.net> Date: Mon, 03 Nov 2003 08:28:11 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031020 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp2.btinet.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=10.0 tests=none autolearn=no version=2.60 cc: current@freebsd.org Subject: Re: floppies X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 14:28:55 -0000 No problem with formatting or writing floppies here under heavy system load and even though this message--fdc0: cmd 3 failed at out byte 1 of 3--has been output twice at boot for probably over a year. The floppies I used even came from a dusty pile of old driver disks. :-) Pete... Dag-Erling Smørgrav wrote: > anyone else having trouble with floppies? I tried a bunch of > different disks in two different machines (5.1-CURRENT with brand new > drive, 4.9-PRERELEASE with an older but presumed-good drive) and all I > get are I/O errors; fdformat sometimes works and sometimes doesn't, > and any attempt to actually read or write data fails. > > # uname -a > FreeBSD ada.des.no 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #5: Fri Sep 5 22:56:22 CEST 2003 des@ada.des.no:/usr/src/sys/compile/ada i386 > # fdformat fd0 > Format 1440K floppy `/dev/fd0'? (y/n): y > Processing fdformat: ioctl(FD_FORM): Input/output error > # dd if=/dev/zero of=/dev/fd0c > dd: /dev/fd0c: Input/output error > 1+0 records in > 0+0 records out > 0 bytes transferred in 2.634334 secs (0 bytes/sec) > > and the console shows: > > fd0: recal failed ST0 70 cyl 0 > last message repeated 2 times > fd0: recal failed ST0 78 cyl 0 > fd0c: hard error writing fsbn 0 (No status) > > on -CURRENT: > > # fdformat fd0 > Format 1440K floppy `/dev/fd0'? (y/n): y > Processing VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVEVVVVVV done. > Errors encountered: > Cyl Head Sect Error > 66 1 12 wrong cylinder (format mismatch) > > (although a previous run succeeded) > > I'm having a hard time believing this is a hardware problem, although > there might conceivably be an environmental factor which affects both > systems since they are in the same room. > > DES