From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 20:11:28 2005 Return-Path: X-Original-To: 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 BA45416A41F for ; Tue, 8 Nov 2005 20:11:28 +0000 (GMT) (envelope-from jhall@vandaliamo.net) Received: from trueband.net (director.trueband.net [216.163.120.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 1032843D4C for ; Tue, 8 Nov 2005 20:11:25 +0000 (GMT) (envelope-from jhall@vandaliamo.net) Received: (qmail 4553 invoked by uid 1006); 8 Nov 2005 20:11:24 -0000 Received: from jhall@vandaliamo.net by rs0 by uid 1003 with qmail-scanner-1.16 (spamassassin: 2.64. Clear:SA:0(-0.8/100.0):. Processed in 2.995097 secs); 08 Nov 2005 20:11:24 -0000 X-Spam-Status: No, hits=-0.8 required=100.0 X-Spam-Level: Received: from unknown (HELO trueband.net) (10.75.0.7) by -v with SMTP; 8 Nov 2005 20:11:21 -0000 Received: (qmail 8353 invoked from network); 8 Nov 2005 20:11:21 -0000 Received: from unknown (HELO admintool.trueband.net) (127.0.0.1) by -v with SMTP; 8 Nov 2005 20:11:21 -0000 Received: from 199.223.158.225 (SquirrelMail authenticated user jhall@vandaliamo.net) by admintool.trueband.net with HTTP; Tue, 8 Nov 2005 20:11:21 -0000 (GMT) Message-ID: <1204.199.223.158.225.1131480681.squirrel@admintool.trueband.net> In-Reply-To: <54db43990511081132g4f51da70i22f74af268b4594@mail.gmail.com> References: <1758.12.170.206.13.1131435691.squirrel@admintool.trueband.net> <4370A70F.8010305@wmptl.com> <1221.199.223.158.225.1131462830.squirrel@admintool.trueband.net> <54db43990511081132g4f51da70i22f74af268b4594@mail.gmail.com> Date: Tue, 8 Nov 2005 20:11:21 -0000 (GMT) From: jhall@vandaliamo.net To: "Bob Johnson" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: jhall@vandaliamo.net, questions@freebsd.org Subject: Re: USB Hard Drive 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: Tue, 08 Nov 2005 20:11:28 -0000 > On 11/8/05, jhall@vandaliamo.net wrote: >> The actual enclosure is made by Western Digital. >> >> If I run usbdevs I receive the following output. >> >> addr 1: UHCI root hub, Intel >> addr 1: UHCI root hub, Intel >> addr 1: EHCI root hub, Intel >> addr 2: External HDD, Western Digital >> >> I'm guessing the device would be /dev/da0s1. >> > > Most likely. > > The EHCI device claims to be buggy in 5.3 and 5.4. You might try > disabling it to see if the drive is correctly classified when it is > handled by the UHCI device. Actually, I don't even know if those are > the drivers that do the device classification, but in the absence of > that information, it seems worth a try. > > - Bob > Removing the EHCI device does not have any affect. Thanks, Jay