From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 15 07:50:18 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 040A637B401 for ; Tue, 15 Apr 2003 07:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD8A43FA3 for ; Tue, 15 Apr 2003 07:50:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3FEoGUp024029 for ; Tue, 15 Apr 2003 07:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3FEoGJA024028; Tue, 15 Apr 2003 07:50:16 -0700 (PDT) Resent-Date: Tue, 15 Apr 2003 07:50:16 -0700 (PDT) Resent-Message-Id: <200304151450.h3FEoGJA024028@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, evs@esfm.ipn.mx Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51A8637B401 for ; Tue, 15 Apr 2003 07:44:02 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA6E43FDD for ; Tue, 15 Apr 2003 07:43:59 -0700 (PDT) (envelope-from mrspock@Gina.esfm.ipn.mx) Received: from Gina.esfm.ipn.mx (localhost [127.0.0.1]) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6) with ESMTP id h3FEhUpX074291 for ; Tue, 15 Apr 2003 09:43:30 -0500 (CDT) (envelope-from mrspock@Gina.esfm.ipn.mx) Received: (from mrspock@localhost) by Gina.esfm.ipn.mx (8.12.6p2/8.12.6/Submit) id h3FEhTW0074290; Tue, 15 Apr 2003 09:43:29 -0500 (CDT) Message-Id: <200304151443.h3FEhTW0074290@Gina.esfm.ipn.mx> Date: Tue, 15 Apr 2003 09:43:29 -0500 (CDT) From: evs@esfm.ipn.mx To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: i386/50990: Intel deskboards canno handle correctly floppy drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: evs@esfm.ipn.mx List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 14:50:18 -0000 >Number: 50990 >Category: i386 >Synopsis: Intel deskboards canno handle correctly floppy drives >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 07:50:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Eduardo Viruena Silva >Release: FreeBSD 5.0-RELEASE-p7 i386 >Organization: ESFM-IPN >Environment: System: FreeBSD Gina.esfm.ipn.mx 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #3: Sat Mar 29 21:27:31 CST 2003 root@Isabeau.esfm.ipn.mx:/usr/src/sys/i386/compile/eviruena i386 >Description: I have two Intel deskboards: D850GB/Pentium 4 1.7MHz, 512 Mb RAM D815EEA/Pentium III, 900 MHz, 256 Mb RAM and two floppy drives of the same brand and model: SONY MPF920-Z I installed FreeBSD 5.0-RELEASE and updated it to patch 7 in both computers. I do not have access to floppy drives. The problem is not restricted to handle filesystems, [both msdosfs, ufs fail to mount], disc images cannot be written to floppies . I also tried to make a etherboot boot disc. I cannot even make FreeBSD boot floppies. My FreeBSD-5.0 is working perfectly and I could make boot floppies from FreeBSD-4.8 Deskboards/Floppy drives work under FreeBSD 4.8 [I deinstalled FreeBSD-5.0 from one of them, installed FreeBSD 4.8 and the floppy drive worked again] >How-To-Repeat: Install FreeBSD-5.0 on a computer with a Intel deskboard, I do not know if the floppy type is relevant. test a) Take a FreeBSD 5.0-RELEASE CD and mount it in your system: mount -t cd9660 /dev/acd0c /cdrom Insert a new floppy in you floppy drive. Try to write kern.flp image to your floppy: [according to the /floppies/readme.txt file in the FreeBSD 5.0 CD] dd if=/cdrom of=/dev/rfd0 I do not have this device-file. I tried: dd if=/cdrom of=/dev/fd0 test b) Let suppose you have a kern.flp floppy. Try to mount it: mount /dev/fd0 /mnt test c) Try to mount an ms-dos floppy mount -t msdos /dev/fd0 /mnt test d) Install mtools from the ports [/usr/ports/emulators/mtools]. Try to read a ms-dos floppy mdir a: I also run all of these tests on FreeBSD 4.8, they all worked perfectly. >Fix: Unknown. >Release-Note: >Audit-Trail: >Unformatted: