From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 01 Apr 2010 13:42:11 +0000 Subject: Re: System hangs when using USB 3.0 HD with on Ubuntu Message-Id: List-Id: References: <4BB37454.8070808@interlog.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Jonas Schwertfeger Cc: Alan Stern , Douglas Gilbert , David Zeuthen , linux-hotplug@vger.kernel.org, Sarah Sharp , linux-usb@vger.kernel.org, USB Storage List , Matthew Dharm , linux-scsi@vger.kernel.org, Lennart Poettering On Thu, Apr 1, 2010 at 15:32, Jonas Schwertfeger wrote: > On Wed, Mar 31, 2010 at 6:36 PM, Alan Stern wrote: >> On Wed, 31 Mar 2010, Douglas Gilbert wrote: >> >>> > Stock udev comes with ata_id which I think may be invoked for this >>> > device (but I'm not sure). Try moving it out of the way? >> >> Jonas, these sound like good things to try.  Find the ata_id and udisks >> programs on your computer and rename them so they can't be run >> automatically.  Then see if the problem still occurs. > > Renamed both /usr/bin/udisks That's the commandline tool, you need to check for something like: /usr/lib/udisks/udisks-daemon Can you run as root: udevadm test /sys/class/block/sd... and post the output here. So we see what udev would run on bootup. Thanks, Kay