From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 20:35:30 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 3984E37B401 for ; Sun, 30 Mar 2003 20:35:30 -0800 (PST) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD99643F3F for ; Sun, 30 Mar 2003 20:35:28 -0800 (PST) (envelope-from andrew.thomson@itouch.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 18zrC1-000ECP-00 for freebsd-questions@freebsd.org; Mon, 31 Mar 2003 14:46:45 +1000 X-TLS: TLSv1:DES-CBC3-SHA:168 athomson.prv.au.itouchnet.net -> mx1.au.itouchnet.net Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 18zrC1-000ECI-00 for freebsd-questions@freebsd.org; Mon, 31 Mar 2003 14:46:45 +1000 Received: from ajt by athomson.prv.au.itouchnet.net with local (Exim 4.12) id 18zr2i-000Ia7-00 for freebsd-questions@freebsd.org; Mon, 31 Mar 2003 14:37:08 +1000 Date: Mon, 31 Mar 2003 14:37:08 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org Message-ID: <20030331043708.GE69083@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: Andrew Thomson X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 54581-1049086005-86395@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: intel desktop board and floppy drive 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: Mon, 31 Mar 2003 04:35:31 -0000 anyone experience problems mounting floppies using an intel desktop board?? I've been able to replicate the problem under 4.4 and 5.0 mount -t msdos /dev/fd0 /mnt/floppy/ msdosfs: /dev/fd0: Input/output error fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd0: hard error cmd=read fsbn 128 of 128-143 (ST0 44 ST1 4 ST2 0 cyl 3 hd 1 sec 3) fd0: hard error cmd=read fsbn 128 of 128-143 (ST0 44 ST1 4 ST2 0 cyl 3 hd 1 sec 3) ajt.