From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 18:05: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 D080337B401 for ; Sun, 27 Apr 2003 18:05:30 -0700 (PDT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24BCB43F75 for ; Sun, 27 Apr 2003 18:05:30 -0700 (PDT) (envelope-from bsdterm@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id E5A5328F229 for ; Mon, 28 Apr 2003 00:58:23 +0000 (UTC) Received: from terminator (12-211-144-2.client.attbi.com [12.211.144.2]) by smtp-1.hotpop.com (Postfix) with ESMTP id 383B11A009A for ; Mon, 28 Apr 2003 00:58:22 +0000 (UTC) From: bsdterm@HotPOP.com To: freebsd-questions@freebsd.org Date: Sun, 27 Apr 2003 19:58:16 -0500 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304271958.16624.bsdterm@HotPOP.com> X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: 5.0-CURRENT: I/O error on mount_msdosfs for floppy disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bsdterm@HotPOP.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 01:05:31 -0000 Is anybody else having trouble mounting FAT-formatted floppy disks (normal, 3.5", 1440KB floppies -- even unused, pre-formatted ones) on 5.0-CURRENT? Here's the output when I try to mount a FAT floppy (which reads/writes fine under Win2k/XP - used as one of several backups for some schoolwork (though I certainly don't trust my work to a single floppy, or a single media type in general)): terminator# mount_msdosfs /dev/fd0 /floppy mount_msdosfs: /dev/fd0: Input/output error terminator# I cvsup'd and rebuilt kernel and world 2 days ago, on April 25, but noticed this problem a couple weeks ago... My kernel config file has "device fdc" in it. I'll take this question to the -current list pending a the response I get here... :) Thanks! -bsdterm