From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 19:10:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5DF1D16A423 for ; Mon, 13 Mar 2006 19:10:33 +0000 (UTC) (envelope-from ruzzi@compedgeracing.com) Received: from mail.compedgeracing.com (dsl-katy-207-70-139-52.consolidated.net [207.70.139.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6F6443D72 for ; Mon, 13 Mar 2006 19:10:30 +0000 (GMT) (envelope-from ruzzi@compedgeracing.com) Received: from www.compedgeracing.com (localhost [127.0.0.1]) by mail.compedgeracing.com (Postfix) with ESMTP id 1A2545C32 for ; Mon, 13 Mar 2006 13:11:07 -0600 (CST) Received: from 63.97.49.74 (SquirrelMail authenticated user ruzzi) by www.compedgeracing.com with HTTP; Mon, 13 Mar 2006 13:11:07 -0600 (CST) Message-ID: <2881.63.97.49.74.1142277067.squirrel@www.compedgeracing.com> Date: Mon, 13 Mar 2006 13:11:07 -0600 (CST) From: "Robert Uzzi" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.6-rc1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: USB and FLoppy problems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Mar 2006 19:10:33 -0000 Is it just me experiencing problems lately with USB and mount_msdosfs ? When I mount my USB drives, which are fat32, I experience bus stalls and hangs of various types in the usb output. Sometimes complete system freezes. It does not matter if it is the built in usb 1 controller or an add in usb 2 controller. In addition just last night I tried to mount a floppy on /dev/fd0 to run a mysql dump script I keep there and mount_msdosfs errored, I'm starting to wonder if the two problems are related. The error when mounting the floppy is new but the usb problems crept in while I was at 5.4 before a source upgrade to 6.0. Prior to that usb worked fine. Mounting the floppy worked fine until a few days ago, right now I'm at 6.0-RELEASE-p5 and trying to figure out where the problem lies.