From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUlkj-0004zW-64 for garchives@archives.gentoo.org; Sun, 27 Nov 2011 20:55:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0698C21C13E; Sun, 27 Nov 2011 20:54:50 +0000 (UTC) Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com [74.125.82.41]) by pigeon.gentoo.org (Postfix) with ESMTP id 68E8E21C0C3 for ; Sun, 27 Nov 2011 20:52:49 +0000 (UTC) Received: by wwf22 with SMTP id 22so6023349wwf.4 for ; Sun, 27 Nov 2011 12:52:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:organization :x-mailer:mime-version:content-type:content-transfer-encoding; bh=M//vrS9/LiPVgdMU6nND1Ocfa16fluR7s5dszSA07Rc=; b=h9em9FzzqxoKajdsMIpBB0ALX7uJ/ihZv7kRpj+ogD3CzxI4wdt9hZp31Cswa9PjRb aFdVqtWumlffsjsUsUVEbDUPeuhq4zBhHBDbhb1zb6SgAryvX47Jeebd3XjHbZ1cKIKS Hl9bhCbd8jK3Wg6bEr8COAi+NOYeKDOIE+Mjw= Received: by 10.181.13.140 with SMTP id ey12mr26283148wid.7.1322427168668; Sun, 27 Nov 2011 12:52:48 -0800 (PST) Received: from rohan.example.com ([196.215.144.97]) by mx.google.com with ESMTPS id ej7sm8207124wib.0.2011.11.27.12.52.46 (version=SSLv3 cipher=OTHER); Sun, 27 Nov 2011 12:52:47 -0800 (PST) Date: Sun, 27 Nov 2011 22:52:34 +0200 From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] USB Drive Mount Message-ID: <20111127225234.755b4597@rohan.example.com> In-Reply-To: <4ED298AA.2000600@myfairpoint.net> References: <4ED298AA.2000600@myfairpoint.net> Organization: Internet Solutions X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 59314892-afeb-4b58-8d67-68a6f8345991 X-Archives-Hash: 012304ad43636d12651a22ac0f1a5b3b On Sun, 27 Nov 2011 15:08:10 -0500 sean wrote: > I have two 500GB USB drives that my Gentoo system here will not read. > Both these drives are fat formatted. > > The tail of DMESG, the entries actually go on for a long long time, > has the following report for either of those two drives, > [ 6027.085508] ehci_hcd 0000:01:0a.2: detected XactErr len 0/8 retry > 29 [ 6027.085636] ehci_hcd 0000:01:0a.2: detected XactErr len 0/8 > retry 30 [ 6027.085760] ehci_hcd 0000:01:0a.2: detected XactErr len > 0/8 retry 31 [ 6027.085885] ehci_hcd 0000:01:0a.2: devpath 3 ep0in > 3strikes [ 6027.136031] ehci_hcd 0000:01:0a.2: GetStatus port:3 > status 001002 0 ACK POWER sig=se0 CSC > [ 6027.136052] hub 1-0:1.0: unable to enumerate USB device on port 3 > [ 6027.136062] hub 1-0:1.0: state 7 ports 5 chg 0000 evt 0008 > > Both these fat formatted drives are easily read on several other > systems running Windows or MAC OS X. > > The Gentoo system will read small usb memory sticks up to 16 GB fat > formatted. > The Gentoo system will also read a 750 GB NTFS drive without problems. > > Is anyone able to point me in the direction to figure out why the fat > usb drives will not be read by the Gentoo system? This post http://permalink.gmane.org/gmane.linux.usb.general/48758 implies possible hardware errors (you seem to have protocol errors on the USB bus). Before proceeding further, I'd try a few more tests to narrow down the circumstances that produce the errors. What results do you get if you plug the drives into different USB controllers/ports on the gentoo system? Can you test if they work with a different kernel version (higher and lower than the current one in use)? What kind of drives are these? Are you plugging USB3 drives into USB2 ports for example? If you are really lucky you might have free space on a drive you can run mkfs.vfat on and see if that works. The results of these simple tests stand a good chance of pointing us in the right direction for the next step. -- Alan McKinnnon alan.mckinnon@gmail.com