From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A444E1381F3 for ; Thu, 30 May 2013 15:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B7FDE0A9D; Thu, 30 May 2013 15:15:19 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A721E0966 for ; Thu, 30 May 2013 15:15:17 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id c10so351732wiw.3 for ; Thu, 30 May 2013 08:15:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=G9vynUR2T3kGaCgcy9MbZRiYkUOI2KUqzGJSyPK7kJ0=; b=ShG2xrUxnDpPuQxJab+4oupB6vZe7GkBvXhu4XF6rK5NCNuL4FiPW97hUkSSl5swYt TkB7e/Xq3CdETEWnSGI/khRmnLsLIYovBs9JyVQ+nl1GkrOx/A/GhpWAqXaOr3xZOLCf V5DSwhu9CvFTy8kfpqPX5D8gCyVwDC4aTiepgox6LDbG3gHbi51plexa+y0fdMHsnafT zXQo9m3uoR82AI8maXxBRVuLgFajPfSq00NfyaDElfKZqntWL4jbdABRLhvwADeR9rWQ vfai0SVm6XALFPWtFWvtQXvyXr8vw+pj7nPE6mljv/6FOqLcWp4dKUaOXpKE5SZkNaYM 0y3A== 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 X-Received: by 10.180.80.101 with SMTP id q5mr19285519wix.57.1369926916743; Thu, 30 May 2013 08:15:16 -0700 (PDT) Received: by 10.194.9.198 with HTTP; Thu, 30 May 2013 08:15:16 -0700 (PDT) In-Reply-To: <20130530124005.GS3387@server> References: <20130530124005.GS3387@server> Date: Thu, 30 May 2013 08:15:16 -0700 Message-ID: Subject: Re: [gentoo-user] external SSD problem From: Grant To: Gentoo mailing list Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 8651d03b-b0b2-435e-b507-b5ab57adb19e X-Archives-Hash: d256256280556f18f5df9355f9be0ba7 >> I just got one of these: >> >> http://www.newegg.com/Product/Product.aspx?Item=N82E16820208913 >> >> It seems to work fine except that once I eject it in Thunar, I get >> this in dmesg: >> >> sd 8:0:0:0: [sdb] Synchronizing SCSI cache >> sd 8:0:0:0: Device offlined - not ready after error recovery >> >> The only way to get the /dev/sdb device back is to 'modprobe -r >> xhci_hcd && modprobe xhci_hcd'. I've tried two different USB3 cables. >> I have an external USB3 hard drive that works fine but /dev/sdb >> doesn't appear after ejecting the SSD unless I modprobe xhci_hcd. >> Should I file a kernel bug? > > What happens if you issue "umount /mountpoint" from a vt, rather than clicking > "eject" in Thunar? That does work fine as does right-click + Unmount from within Thunar. Ejecting from within Thunar seems to be the troublesome one. - Grant