From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 06:41:57 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 4DE2637B401 for ; Mon, 14 Apr 2003 06:41:57 -0700 (PDT) Received: from Gina.esfm.ipn.mx (esfm.ipn.mx [148.204.102.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA1343FAF for ; Mon, 14 Apr 2003 06:41:56 -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 h3EDfYpX058534 for ; Mon, 14 Apr 2003 08:41:34 -0500 (CDT) (envelope-from mrspock@esfm.ipn.mx) Received: from localhost (mrspock@localhost)h3EDfXPT058531 for ; Mon, 14 Apr 2003 08:41:34 -0500 (CDT) X-Authentication-Warning: Gina.esfm.ipn.mx: mrspock owned process doing -bs Date: Mon, 14 Apr 2003 08:41:33 -0500 (CDT) From: Eduardo Viruena Silva To: freebsd-questions@freebsd.org Message-ID: <20030414083917.O58506@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: Mon, 14 Apr 2003 13:41:57 -0000 Hello pals! 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.