From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 14:41:21 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 7AC2737B404 for ; Sun, 13 Apr 2003 14:41:21 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id A83C643F93 for ; Sun, 13 Apr 2003 14:41:20 -0700 (PDT) (envelope-from mrspock@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 h3DLf1pX049851 for ; Sun, 13 Apr 2003 16:41:01 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3DLf1FU049848 for ; Sun, 13 Apr 2003 16:41:01 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Sun, 13 Apr 2003 16:41:01 -0500 (CDT) From: Eduardo Viruena Silva To: freebsd-questions@freebsd.org Message-ID: <20030413162750.M49767@Gina.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problems with msdos floppies in 5.0 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: Sun, 13 Apr 2003 21:41:21 -0000 Hello FreeBSD gurus! I'm running FreeBSD 5.0-RELEASE p7. I cannot mount msdos diskettes, I tried: mount -t msdos /dev/fd0 /mnt I get: # mount -t msdos /dev/fd0 /mnt msdosfs: /dev/fd0: Input/output error # I thought my diskette was damaged, or my drive broken, or my cable... I checked everything. I even bought a new floppy drive. Nothing. Now, with another computer, a very old one, I made a MS-DOS boot disk, I used it to boot the computer where the problem is happening and I could read and write files to my diskettes. I also tried mtools, and they didn't work either. # mdir plain_io: Input/output error init A: could not read boot sector Cannot initialize 'A:' # Any suggestions? Thanks in advance.