External USB 2.0 hard drive reconnects on its own after power-down

I have an external USB 2.0 hard drive which I'm trying to power off (after unmounting all partitions, of course) using:
$ udisksctl power-off --block-device /dev/sdb
When I do this, the drive spins back up after a few seconds. Only when I issue the same command again does the drive stay powered off.
I'm running:
linux 3.13.7-1
udisks2 2.1.3-1
This is what I see in the journal log when I:
- Plug in the drive's USB cable
- Issue the power-off command
- After the drive spins up again, issue the command again
Mar 29 19:51:01 miki-desktop kernel: usb 1-5: new high-speed USB device number 10 using ehci-pci
Mar 29 19:51:01 miki-desktop kernel: usb-storage 1-5:1.0: USB Mass Storage device detected
Mar 29 19:51:01 miki-desktop kernel: usb-storage 1-5:1.0: Quirks match for vid 1058 pid 0704: 8000
Mar 29 19:51:01 miki-desktop kernel: scsi12 : usb-storage 1-5:1.0
Mar 29 19:51:01 miki-desktop mtp-probe[21301]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:04.1/usb1/1-5"
Mar 29 19:51:01 miki-desktop mtp-probe[21301]: bus: 1, device: 10 was not an MTP device
Mar 29 19:51:02 miki-desktop kernel: scsi 12:0:0:0: Direct-Access WD 5000BMV External 1.75 PQ: 0 ANSI: 4
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Write Protect is off
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Mode Sense: 23 00 00 00
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:02 miki-desktop kernel: sdb: sdb1 sdb2
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:02 miki-desktop kernel: sd 12:0:0:0: [sdb] Attached SCSI disk
Mar 29 19:51:47 miki-desktop udisksd[21107]: Powering off /dev/sdb - successfully sent SCSI command START STOP UNIT
Mar 29 19:51:47 miki-desktop udisksd[21107]: Powered off /dev/sdb - successfully wrote to sysfs path /sys/devices/pci0000:00/0000:00:04.1/usb1/1-5/remove
Mar 29 19:51:47 miki-desktop kernel: usb 1-5: USB disconnect, device number 10
Mar 29 19:51:47 miki-desktop kernel: usb 2-5: new full-speed USB device number 9 using ohci-pci
Mar 29 19:51:48 miki-desktop kernel: usb 2-5: not running at top speed; connect to a high speed hub
Mar 29 19:51:48 miki-desktop kernel: usb-storage 2-5:1.0: USB Mass Storage device detected
Mar 29 19:51:48 miki-desktop kernel: usb-storage 2-5:1.0: Quirks match for vid 1058 pid 0704: 8000
Mar 29 19:51:48 miki-desktop kernel: scsi13 : usb-storage 2-5:1.0
Mar 29 19:51:48 miki-desktop mtp-probe[21555]: checking bus 2, device 9: "/sys/devices/pci0000:00/0000:00:04.0/usb2/2-5"
Mar 29 19:51:48 miki-desktop mtp-probe[21555]: bus: 2, device: 9 was not an MTP device
Mar 29 19:51:49 miki-desktop kernel: scsi 13:0:0:0: Direct-Access WD 5000BMV External 1.75 PQ: 0 ANSI: 4
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] Write Protect is off
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] Mode Sense: 23 00 00 00
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:49 miki-desktop kernel: sd 13:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:52 miki-desktop kernel: sdb: sdb1 sdb2
Mar 29 19:51:52 miki-desktop kernel: sd 13:0:0:0: [sdb] No Caching mode page found
Mar 29 19:51:52 miki-desktop kernel: sd 13:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:51:52 miki-desktop kernel: sd 13:0:0:0: [sdb] Attached SCSI disk
Mar 29 19:52:20 miki-desktop udisksd[21107]: Powering off /dev/sdb - successfully sent SCSI command START STOP UNIT
Mar 29 19:52:20 miki-desktop udisksd[21107]: Powered off /dev/sdb - successfully wrote to sysfs path /sys/devices/pci0000:00/0000:00:04.0/usb2/2-5/remove
Mar 29 19:52:20 miki-desktop kernel: usb 2-5: USB disconnect, device number 9
What is interesting is that on first connect, the drive is using ehci-pci driver, then after the first try powering it off, the drive appears to reconnect using the ohci-pci driver. Not just that, it appears to 'jump' from one USB bus to another. How is this even possible?
$ lspci
00:00.0 Host bridge: NVIDIA Corporation MCP73 Host Bridge (rev a2)
00:00.1 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a2)
00:01.0 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.1 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.2 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.3 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.4 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.5 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:01.6 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:02.0 RAM memory: NVIDIA Corporation nForce 630i memory controller (rev a1)
00:03.0 ISA bridge: NVIDIA Corporation MCP73 LPC Bridge (rev a2)
00:03.1 SMBus: NVIDIA Corporation MCP73 SMBus (rev a1)
00:03.2 RAM memory: NVIDIA Corporation MCP73 Memory Controller (rev a1)
00:03.3 Co-processor: NVIDIA Corporation MCP73 Co-processor (rev a2)
00:03.4 RAM memory: NVIDIA Corporation MCP73 Memory Controller (rev a1)
00:04.0 USB controller: NVIDIA Corporation GeForce 7100/nForce 630i USB (rev a1)
00:04.1 USB controller: NVIDIA Corporation MCP73 [nForce 630i] USB 2.0 Controller (EHCI) (rev a1)
00:0a.0 PCI bridge: NVIDIA Corporation MCP73 PCI Express bridge (rev a1)
00:0b.0 PCI bridge: NVIDIA Corporation MCP73 PCI Express bridge (rev a1)
00:0c.0 PCI bridge: NVIDIA Corporation MCP73 PCI Express bridge (rev a1)
00:0d.0 PCI bridge: NVIDIA Corporation MCP73 PCI Express bridge (rev a1)
00:0e.0 IDE interface: NVIDIA Corporation MCP73 IDE (rev a2)
00:0f.0 Ethernet controller: NVIDIA Corporation MCP73 Ethernet (rev a2)
01:06.0 Multimedia audio controller: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio (rev 10)
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710 [Radeon HD 4550]
02:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
$ lsusb
Bus 001 Device 009: ID 1058:0704 Western Digital Technologies, Inc. Passport External HDD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 007: ID 15ca:0101 Textech International Ltd. MIDI Interface cable
Bus 002 Device 003: ID 04d9:1603 Holtek Semiconductor, Inc. Keyboard
Bus 002 Device 002: ID 046d:c001 Logitech, Inc. N48/M-BB48 [FirstMouse Plus]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Before the first power-off attempt:
$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/10p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 7, If 0, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 4: Dev 7, If 1, Class=Audio, Driver=snd-usb-audio, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M
|__ Port 5: Dev 9, If 0, Class=Mass Storage, Driver=usb-storage, 480M
After the first power-off attempt:
$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/10p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 7, If 0, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 4: Dev 7, If 1, Class=Audio, Driver=snd-usb-audio, 12M
|__ Port 5: Dev 10, If 0, Class=Mass Storage, Driver=usb-storage, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/10p, 480M
Does anyone know how to fix this problem? Is it a device quirk, a driver bug or something?
Last edited by ackalker (2014-03-29 19:21:04)

Just to be sure, I rebooted my system, shut down lightdm from another VT, made sure that really nothing is using the drive, no partitions are mounted, no services that could try to use the drive (except udisks2.service, could this one be the problem? But how am I supposed to use the udisksctl command when the service isn't running?).
Tried the same command again. same result: I needed to run it twice in a row for it to 'take'.
What I find even more fascinating: how can a USB device jump from one USB bus to another like that? I've honestly never seen anything like this before :-)
Last edited by ackalker (2014-03-29 19:35:29)

Similar Messages

  • Is it possible to connect an external USB 2.0 hard drive to a Thunderbolt Display?

    Hello,
    Is it possible to connect an external USB 2.0 hard drive to a Thunderbolt Display and back up a MacBook Air to the external hard drive using Time Machine?
    I intend to connect my MacBook Air to the Thunderbolt Display using a Thunderbolt cable.
    I would also like to connect my printer via USB 2.0 to the Thunderbolt Display. Will this also work?
    Effectively using the Thunderbolt Display as a USB hub or docking station.
    Regards,
    Ben

    Ok, thanks.
    My 1 cable to ThunderBolt Display objective
    MacBook Air -> (via 1 x Thunderbolt cable) -> Thunderbolt Display -> (via 1 x USB cable) -> USB 2.0 external hard drive
    I would like to know if this configuration is possible and Time Machine will run correctly.
    Your 2 cable suggestion (I think)
    MacBook Air -> (via 1 x Thunderbolt cable + 1 x USB cable) -> Thunderbolt Display + USB 2.0 external hard drive
    This configuration requires 2 cables to disconnect/reconnect from my MacBook Air.

  • External USB 2.0 Hard drive not showing up

    I have a 120gb Western Digital external 2.0 USB hard drive.
    When I plug the drive in (have tried both speeds of USB) nothing shows up.
    The drive powers up and spins.
    The first time I plugged it into the computer it ran perfectly. 5 minutes later after I restarted it would not show up.
    I can confirm the drive works fine as it transferred data with no issue when it did show up.
    I have tried the disk utility function and it just hangs and never resolves.
    I have tried to look at it via the system profiler under the usb and again it just hangs.
    This drive is used back and forth between a PC, my G4 Power book, and now this G5. For about 2 months it was working fine between the G4 and the PC. Just the other day it stopped working on the G4, and then when I tried it on the G5 I just got, as mentioned, it showed up the first time then nothing.
    Any help would be fantastic.
    Please note I'm not the most proficient in getting under the hood on these machines, so please talk slowly. lol

    The USB disk icon is also lost. I had just finished re-formating the drive to the MAC format, backup up mail and all of my pictures - and 2 users of mail files. Shutdown the system to install Leopard from Tiger. My IMAC is 20 days old ... not a lot of files.
    After Leopard was fully installed and updated with all fix's, I re-connected the drive, but it never appeared. A waited for a while .. no change, so I pulled the USB cable. Leopard give me a trap like error and said to old down the power button until powered off. When the system came back up .. its still not showing. I tried the Disk Util .. it does not see it also
    Suggestions Greg

  • External USB 2.0 Hard Drive

    I have a External 2.0 usb hard drive that I use as a backup for my pictures, documents, videos etc. Currently I am using Windows XP but I want to get an Intel Based iMac. Can I just plug the hard drive in to transfer files or is it not that simple?
    Thanks

    I have a similar question but I am earlier in the process.
    I want to transfer my files (iTunes, photos, etc) from my Windows XP Dell to my new iMac. I have an 80GB Iomega USB external hard drive that I can borrow from work. Should I format it in one manner (Fat32 or NTFS) before I start the whole process? And then is it just as simple as putting the files on the hard drive, ejecting it, and then plugging the USB into the iMac?
    I guess my other question would be should I bother doing this, or just use an ethernet cable and connect the two computers and do it that way, if that is even possible!? I am just trying to get my ducks in a row before I make the big "switch"
    thanks

  • External USB 3.0 Hard Drive not recognized

    Please help!!!!
    I had been using my hard drive for a while and everything was fine, but when I went to plug it in today nothing happened. The blue light still comes on, but there are no sounds. It does not show up in windows explorer (8). It does, however, show up under "remove hardware safely," "devices and printers" and, as USB Mass Storage Device under USB Controllers in Device Manger. It does NOT show up in disk management.
    I have tried every way of unplugging and re-plugging the USB cable and power cord (along with restarting/shutting down the computer).  I have tried using different USB ports.  I have tried using a different USB cable.  I have tried unistalling the USB Controller in Device Manager and re-installing it (and one time I tried uninstalling it, then unplugging the power, then plugging power). 
    Now, I have had it plugged into my computer for about an hour, and when I open Devices and Printers, I can see it there, but it keeps disappearing and re-appearing.... this is where I am at... I am at a loss of what else to try.
    Any help would be GREATLY appreciated!!!
    Thanks!!!!!

    Have you tried it with another computer? Does that computer see it?
    - Peter

  • WD Elements 1TB External USB 2.0 Hard Drive

    I was thinking about purchasing two of these hard drives. I want to use one at home an the other at  work so i can bring work files home. I have a mac at work and a pc at home and wanted to know if I would just be able to plug it into both and have it work or can I only use it on the mac once it is formatted for the mac?

    NoNoBadDog wrote:
    Is your MAC at work running OSX, and if so, which version?   MACs cannot write to PC formatted drives natively.  You may have issues, which can be fixed, but would require you installing software on your MAC at work, something which may be frowned upon or prohibited by your employer.
    I forgot to include this in my other reply - OSX only has the "read only" limitation for NTFS.  Most internal hard drives of PCs are formatted with this and can only be read by OSX.  Most external hard drives come formatted as FAT32, which, as I said above, OSX provides read/write support for.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

  • Possible to install on external USB 2.0 hard drive?

    Is it possible?
    I have leopard installed on my macbook pro, however i need tiger for final cut pro.
    I am going to buy an external HD, and want to know if i can install tiger onto it? to use.....for the time being for FCP (some plugins not compatible)

    I got a Sumo 320GB instead of the 250 .
    Formatted in the way you need to boot in intel-mac. Installed OS X Tiger and it all works perfectly, and there is really no speed difference.
    I do have a question, I can not access files from my internal HD now from Tiger. How do i allow Tiger to access my internal Leopard?

  • Journaling External FireWire and USB 2.0 Hard Drives?

    I have several FireWire and USB 2.0 Hard Drives which I have always formatted as "Mac OS Extended (Journaled)".
    I have been told that journaling is a waste of time with external HDs and, if anything, will slow them down slightly.
    What is the general consensus on this forum?

    Thank you for the swift response Malcolm.
    I better explain why after all these years I am having doubts.
    I am awaiting the delivery of a new piece of kit - a Western Digital HD TV Media player. Basically, you put your hi-def videos (H.264) on a USB 2.0 HD, plug it into the media player which is then plugged into your HDTV.
    I have got hold of the manual which says that the supported USB file systems are "FAT32, NTFS and HFS+ (no journaling).
    So I was wondering whether I will have to format the HD without Journaling to make it work?

  • Problem with Time Capsule used with an External Hard Drive (with it's own power supply)

    I have a mid 2012 Macbook Pro with Mavericks installed. I have the latest Time Capsule (802.11 ac) with an external hard drive hooked up via the USB port. The external hard drive was taken from an older Mac desktop machine and is formatted correctly (Mac OS Extended Journaled). The external hard drive has it's own power supply and shows up fine when connected directly to my laptop.
    For whatever reason I CAN see the hard (LAN Storage) when in AirPort utility but I CANNOT find or access the drive from anywhere within the Finder.
    My finder settings are set this way:
    My FInder appears this way, with the Time Capsule selected:
    As you can see, the "Data" drive isn't displayed (it's not on the TIme Machine mounted drive either). The external drive "LAN Storage" isn't availailable anywhere either.
    I've tried unplugging and restarting my Time Capsule and the External Drive with no luck.
    Any advice?
    Thanks.

    Welcome to Mavericks.. and its new concept of network drives not just being hard to find like in Mountain Lion but totally invisible.
    Apple changed over Mavericks to using SMB2 by default.. broken and flawed SMB2.
    Change over to AFP by manually mounting the TC drives.
    I strongly recommend the first thing you do is change the TC names to SMB standard.. that just helps.
    Short, no spaces and pure alphanumeric.
    So rather than the very Generic THE Airport Time Capsule.. you make it even more Generic with TC1 (each subsequent TC increment the number. )
    LAN Storage is not a good name either for USB drive.. especially now that it is WAN Storage.. WStore for example.. but whatever makes sense to you.
    The name itself doesn't matter. .following the rules, short no spaces and pure alphanumeric does. Everything, conforms.
    Now in Finder.. Go, Connect to Server.
    AFP://TC1 or AFP://10.0.1.1 (you can use either the name (now that it is proper network name) or the IP address .. replace with your actual name or IP).
    The computer will find the resources and then ask you for a password.. this is required, even if default,, which is public.. so type in your password or public if you did not change it.
    Store the password in your keychain.
    The TC should now mount and all the resources on it be made available or visible.

  • Usb 3.0 hard drive doesn't work

    i boot my laptop with ubuntu ,the usb3.0 hard drive could be recognized by usb3.0 port without external power, but archlinux cannot.
    the write speed is 43.7 MB/s in ubuntu. it seems like that this is only usb2.0 speed.
    can archlinux use usb3.0 as usb2.0?
    1) the ubuntu dmesg is
    [  110.038673] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
    [  110.056253] scsi5 : usb-storage 4-1:1.0
    [  111.992005] scsi 5:0:0:0: Direct-Access     WD       My Passport 0730 1016 PQ: 0 ANSI: 6
    [  111.992507] scsi 5:0:0:1: Enclosure         WD       SES Device       1016 PQ: 0 ANSI: 6
    [  111.994139] sd 5:0:0:0: Attached scsi generic sg2 type 0
    [  111.994347] scsi 5:0:0:1: Attached scsi generic sg3 type 13
    [  115.358425] sd 5:0:0:0: [sdc] 976707584 512-byte logical blocks: (500 GB/465 GiB)
    [  115.358660] sd 5:0:0:0: [sdc] Write Protect is off
    [  115.358667] sd 5:0:0:0: [sdc] Mode Sense: 47 00 10 08
    [  115.358897] sd 5:0:0:0: [sdc] No Caching mode page present
    [  115.358904] sd 5:0:0:0: [sdc] Assuming drive cache: write through
    [  115.359692] sd 5:0:0:0: [sdc] No Caching mode page present
    [  115.359698] sd 5:0:0:0: [sdc] Assuming drive cache: write through
    [  115.375489]  sdc: sdc1
    [  115.376473] sd 5:0:0:0: [sdc] No Caching mode page present
    [  115.376481] sd 5:0:0:0: [sdc] Assuming drive cache: write through
    [  115.376487] sd 5:0:0:0: [sdc] Attached SCSI disk
    [  115.466372] ses 5:0:0:1: Attached Enclosure device
    2) use dd to test the write speed of ubuntu.
    dd if=/dev/zero of=/media/siyuan/test.file bs=1G count=1
    1+0 records in
    1+0 records out
    1073741824 bytes (1.1 GB) copied, 24.5506 s, 43.7 MB/s
    this issue still exists when i upgrade the kernel to 3.5.5-1-ARCH
    hi, everyone
    i have a usb 3.0 hard drive and a laptop with usb 3.0 port.
    when the hard drive is connected to the usb 3.0 port, the drive could not be found.
    the dmesg output is listed below.
    additinal info:
    1) the usb 3.0 hard drive can be found when connected to usb 2.0 port.
    2) the usb 2.0 hard drive can be found when connected to usb 3.0 port.
    3) mouse works when connected to the usb 3.0 port.
    it seems that it is not the linux driver's problem, because the mouse could work and the hard drive is found due to the dmesg.
    is this a bug?
    would someone help me?
    thank you!
    dmesg out put when usb 3.0 hard drive is conneted to usb 3.0 port:
    [  646.077385] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
    [  646.171319] usbcore: registered new interface driver uas
    [  646.175313] Initializing USB Mass Storage driver...
    [  646.175501] scsi4 : usb-storage 2-2:1.0
    [  646.175665] usbcore: registered new interface driver usb-storage
    [  646.175667] USB Mass Storage support registered.
    [  657.149403] scsi 4:0:0:0: Direct-Access     WD       My Passport 0730 1016 PQ: 0 ANSI: 6
    [  657.149974] sd 4:0:0:0: [sdb] 976707584 512-byte logical blocks: (500 GB/465 GiB)
    [  657.150223] sd 4:0:0:0: [sdb] Write Protect is off
    [  657.150232] sd 4:0:0:0: [sdb] Mode Sense: 47 00 10 08
    [  657.150456] sd 4:0:0:0: [sdb] No Caching mode page present
    [  657.150462] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [  657.151436] sd 4:0:0:0: [sdb] No Caching mode page present
    [  657.151440] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [  657.159907]  sdb: sdb1
    [  657.160852] sd 4:0:0:0: [sdb] No Caching mode page present
    [  657.160858] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [  657.160861] sd 4:0:0:0: [sdb] Attached SCSI disk
    [  657.268875] usb 2-2: Device not responding to set address.
    [  657.471456] usb 2-2: Device not responding to set address.
    [  657.674211] usb 2-2: device not accepting address 2, error -71
    [  657.780745] usb 2-2: Device not responding to set address.
    [  657.983519] usb 2-2: Device not responding to set address.
    [  658.186214] usb 2-2: device not accepting address 2, error -71
    [  658.292717] usb 2-2: Device not responding to set address.
    [  658.495537] usb 2-2: Device not responding to set address.
    [  658.698277] usb 2-2: device not accepting address 2, error -71
    [  658.804774] usb 2-2: Device not responding to set address.
    [  659.007557] usb 2-2: Device not responding to set address.
    [  659.210298] usb 2-2: device not accepting address 2, error -71
    [  659.210366] usb 2-2: USB disconnect, device number 2
    [  659.213797] sd 4:0:0:0: [sdb] Unhandled error code
    [  659.213804] sd 4:0:0:0: [sdb] 
    [  659.213808] Result: hostbyte=0x01 driverbyte=0x00
    [  659.213812] sd 4:0:0:0: [sdb] CDB:
    [  659.213814] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
    [  659.213826] end_request: I/O error, dev sdb, sector 0
    [  659.213830] Buffer I/O error on device sdb, logical block 0
    [  659.214647] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800b375fe40
    [  659.214656] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800b375fe00
    [  659.320085] usb 2-2: Device not responding to set address.
    [  659.522884] usb 2-2: Device not responding to set address.
    [  659.725646] usb 2-2: device not accepting address 3, error -71
    [  659.832077] usb 2-2: Device not responding to set address.
    [  660.034905] usb 2-2: Device not responding to set address.
    [  660.237663] usb 2-2: device not accepting address 4, error -71
    [  660.344135] usb 2-2: Device not responding to set address.
    [  660.546938] usb 2-2: Device not responding to set address.
    [  660.749642] usb 2-2: device not accepting address 5, error -71
    [  660.856129] usb 2-2: Device not responding to set address.
    [  661.058946] usb 2-2: Device not responding to set address.
    [  661.261701] usb 2-2: device not accepting address 6, error -71
    [  661.261722] hub 2-0:1.0: unable to enumerate USB device on port 2
    Last edited by wangsiyuan (2012-10-09 15:30:05)

    tail -f /var/log/messages.log is similar to the dmesg.
    1) I have a usb 2.0 hard drive which could use the usb 3.0 port.
    2) I remeber x230 with windows XP could use my usb 3.0 hard drive with the usb 3.0 port
    3) so, it is a problem of archlinux rather than hardware?
    thank you!
    output of tail -f /var/log/messages.log:
    Sep 28 22:00:15 siyuan kernel: [ 1631.021315] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
    Sep 28 22:00:15 siyuan kernel: [ 1631.115610] usbcore: registered new interface driver uas
    Sep 28 22:00:16 siyuan kernel: [ 1631.125728] Initializing USB Mass Storage driver...
    Sep 28 22:00:16 siyuan kernel: [ 1631.125929] scsi4 : usb-storage 4-2:1.0
    Sep 28 22:00:16 siyuan kernel: [ 1631.126079] usbcore: registered new interface driver usb-storage
    Sep 28 22:00:16 siyuan kernel: [ 1631.126081] USB Mass Storage support registered.
    Sep 28 22:00:27 siyuan kernel: [ 1642.100134] scsi 4:0:0:0: Direct-Access     WD       My Passport 0730 1016 PQ: 0 ANSI: 6
    Sep 28 22:00:27 siyuan kernel: [ 1642.100581] sd 4:0:0:0: [sdb] 976707584 512-byte logical blocks: (500 GB/465 GiB)
    Sep 28 22:00:27 siyuan kernel: [ 1642.100852] sd 4:0:0:0: [sdb] Write Protect is off
    Sep 28 22:00:27 siyuan kernel: [ 1642.111571]  sdb: sdb1
    Sep 28 22:00:27 siyuan kernel: [ 1642.112643] sd 4:0:0:0: [sdb] Attached SCSI disk
    Sep 28 22:00:27 siyuan kernel: [ 1642.219396] usb 4-2: Device not responding to set address.
    Sep 28 22:00:27 siyuan kernel: [ 1642.422078] usb 4-2: Device not responding to set address.
    Sep 28 22:00:27 siyuan kernel: [ 1642.731298] usb 4-2: Device not responding to set address.
    Sep 28 22:00:27 siyuan kernel: [ 1642.934099] usb 4-2: Device not responding to set address.
    Sep 28 22:00:28 siyuan kernel: [ 1643.243323] usb 4-2: Device not responding to set address.
    Sep 28 22:00:28 siyuan kernel: [ 1643.446148] usb 4-2: Device not responding to set address.
    Sep 28 22:00:28 siyuan kernel: [ 1643.755321] usb 4-2: Device not responding to set address.
    Sep 28 22:00:28 siyuan kernel: [ 1643.958170] usb 4-2: Device not responding to set address.
    Sep 28 22:00:29 siyuan kernel: [ 1644.160978] usb 4-2: USB disconnect, device number 2
    Sep 28 22:00:29 siyuan kernel: [ 1644.162815] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c41dae40
    Sep 28 22:00:29 siyuan kernel: [ 1644.162820] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff8800c41dae00
    Sep 28 22:00:29 siyuan kernel: [ 1644.267359] usb 4-2: Device not responding to set address.
    Sep 28 22:00:29 siyuan kernel: [ 1644.470263] usb 4-2: Device not responding to set address.
    Sep 28 22:00:29 siyuan kernel: [ 1644.779375] usb 4-2: Device not responding to set address.
    Sep 28 22:00:29 siyuan kernel: [ 1644.982208] usb 4-2: Device not responding to set address.
    Sep 28 22:00:30 siyuan kernel: [ 1645.291402] usb 4-2: Device not responding to set address.
    Sep 28 22:00:30 siyuan kernel: [ 1645.494307] usb 4-2: Device not responding to set address.
    Sep 28 22:00:30 siyuan kernel: [ 1645.803400] usb 4-2: Device not responding to set address.
    Sep 28 22:00:30 siyuan kernel: [ 1646.006252] usb 4-2: Device not responding to set address.
    broken pipe wrote:
    is it a 2,5" drive with no external power supply?
    run: tail -f /var/log/messages.log
    and plug in your device, any other errors in log files?

  • C200 Booting to USB attached iomega Hard Drive

    hi guys.
    Does anyone know  if the C200 will boot to a USB attached Iomega Hard drive for use with their never now software 
    for system restore in case of hdd failure ?
    Im not sure if the Bios will see the external hdd as a bootable device.
    Thanks for any replies 

    It should.
    Best regards.
    IPnaSh
    First Spanish Community Guru - Colaborador ad honorem

  • Hey, can i clone my Macbook Pro internal hard drive and then paste it all onto a formated external hard drive, then make the Mac use the external as the primary hard drive?

    hey, can i clone my Macbook Pro internal hard drive and then paste it all onto a formated external hard drive, then make the Mac use the external as the primary hard drive? please help for i only have around 618mb left out of 189GB!!!!!!!!!!!!!!!!

    If what doesn't work?
    If cloning your internal drive to the external drive is not successful, I expect CCC will tell you so. Assuming that doesn't happen, you will have a bootable replica of the internal drive on the external drive once CCC has finished.
    You can then do any of several things:
    1. Replace your internal drive with a much larger one (320GB or 500GB, or even larger), and clone the external drive's contents onto the new drive so you'll have all your data in one place. Note that if you do this, you'll also need to buy an external drive that's large enough to back the new internal drive up on.
    2. Boot from the external drive as a temporary measure while you clear at least 30-40GB of data off the internal drive, allowing you to keep using it and saving small amounts of data to it. The external drive will then contain the only copies of the files you've deleted from the internal drive, so you'll need a seond external drive large enough to back both the other drives up on.
    If you can't comfortably clear a minimum of 30GB off the internal drive, you really need a larger internal drive right now, and you shouldn't bother fooling around with the inadequate one you have — you'll just quickly overfill it again.
    3. Replace the optical drive in your MBP with a large conventional hard drive, giving you two hard drives inside the machine. You will then need one or more external drives large enough to back up both of the internal drives.
    If you sense a theme here — back up, back up, back up — you are correct. It's flat-out foolhardy to own or use a computer without maintaining complete, up-to-date backups of everything at all times.

  • Advice on what might be the best networked external hard drive to create my own cloud storage?

    Anyone have any advice on what might be the best networked external hard drive to create my own cloud storage? That way I can have access to all my stored files, songs, pictures and most of all movies on lets say my laptop or iPad. Since there is not very much storage on the iPad. I want to be able to access my hundreds of movies that I have from in my home on my network or away from my home as long as I have an internet connection. I know there is a Seagate one and a Western digital one, does anyone else know of any others or have any advice on which is the best? A plus would be for an external storage device that I would be able to access my movies through my apple to tv? Please help been looking for almost a year and cant make up my mind on what product to buy for what I am trying to do and create my own personal cloud storage. 

    SM66 wrote:
    Or, I might have to do the old technique of using the Pen Tool in Illustrator and tracing over the filligree.
    That's probably what I would do. If you're not well-practiced in Illustrator, this will be a good exercise. Just place the image you have, lock it down (either the object, or you can put it on it's own layer and lock the layer) and start with the pen tool.
    Everyone probably has their own method, but I like to start by placing all the points I think I'll need as corner points (click, but don't drag to make the point curved). I then pick the Direct Selection tool (white arrow) and then the Convert Anchor Point tool. If you click on a point, you can drag it to be curved, but if you hold the Command key (on Mac OS) it will temporarily switch to the Direct Selection tool, which will allow you to move the point if necessary. Others would just make curved points as they go, but this is how I like to do it.
    For the pointy shapes on the end, you could probably make one then rotate a copy. For the curvy parts in the middle, you may be able to make one and scale copies, or use the blend tool. As you go, you can switch the visibility of the placed graphic on and off to see how your creation looks on it's own, and when compared to the original.

  • Losing connection to external drives, tried disc utility got a message "No live updatin...? Retried new connections; is there a way to test the external usb hub?  The drives will occasionally display in Apple profile.  Any help would be deeply appreciated

    Losing connection to external drives, tried disc utility got a message "No live updatin...? Retried new connections; is there a way to test the external usb hub?  The drives will occasionally display in Apple profile.  Any help would be deeply appreciated

    It's not just you, I can't authorise my phone. It seemed to go down just after I started the update (it wasn't my fault though). I am using chrome, and it does not seem to be a firewall issue, or the bannerblock issue that I read about else where, since I dont have that program installed. Strange though how the support forum is still running. If I go to http://www.apple.com/support I get nothing, but googling topics allows me to see em.

  • Booting permanently from external (USB 3 or Thunderbolt) drive?

    I'm interested in upgrading my 2010 iMac to one of the new 2012 models, specifically for their USB 3 and Thunderbolt port offerings.
    My question is; if I have an external USB 3 or Thunderbolt drive enclosure with an SSD, can I *safely and reliably* boot from this external drive for as long as I own the iMac (ie, never use the 1 TB internal HDD that comes with the iMac)? I'm not interested in Fusion Drive, as I'd rather pay that $250 toward a speedier SSD and external drive that I can own and freely move among different machines.
    But I've read different accounts in other forums about the reliability of using USB as your primary external boot source, namely since it relies on the CPU and you'll get slightly diminsihed performance and/or errors over time. Maybe Thunderbolt is the way to go? Any advice on this?
    I see posts like this one (http://fortysomethinggeek.blogspot.ca/2012/10/blacx-5g-usb-30-update-fastest-usb -30.html) and it gives me hope, but I don't want to have to deal with random crashes attributable solely to my use of an external drive as my primary boot source. Is anyone else using this kind of external-only setup, and can you please let me know your thoughts and experiences thus far?
    Thanks!

    First and foremost: Are you using OPTION to try to select the USB-DVD to boot from?
    The MacBook Air has to, and has to place a set of Apple supplied drivers on USB I think or has USB DVD support.
    http://www.apple.com/support/bootcamp
    one feature Boot Camp Assistant has been broken never worked part of 10.6.6, to download drivers to put on CD/USB. So that is 5 months status: broken and unacknowledged officially.
    http://support.apple.com/kb/HT4407
    A nice normal walk-thru install, what I think most expect -
    http://www.simplehelp.net/2009/01/15/using-boot-camp-to-install-windows-7-on-you r-mac-the-complete-walkthrough/

Maybe you are looking for

  • Using 27" iMac as display for a gaming PC

    Before anyone rips me to ribbons for wanting to use an iMac as a display for a windows PC, let me explain my situation: I need to upgrade my 2007 iMac and I was looking at the 27" iMac. I would like use it as a monitor for my gaming PC when I'm not u

  • 1 App-v package for server and clients?

    Hi, Please verify if this setup is correct. The idea is to deploy an App-v 5.0 package to servers as well as pc's. Deploy of an app-v package with 2 deployment types: 1.for a Windows 2008 R2 without any dependency = prereq Windows 2008 R2 (no depende

  • Print JEditorPane Contents

    Hi friends, In my billing application i use JEditorPane and set some billing document. If i want to print the contents which one is correct. 1. editPane.print(null, null, false, null, null, false);or 2.use print job and attributes. I used the 2 metho

  • Acarbat Freezed after installation and run it for Mac Pro!

    Dear all, I tried to install Acrobat 9 Pro to one station this morning (or install Adobe Reader 9 couple days ago), but the system hanged after installation and ran it. Clicking "force quit", it showed that "Acrobat (no response)". Following are the

  • Dreamweaver CS6 Site setup and Site specific Code hints

    I have just started using Dreamweaver CS6 and when I navigate to the server page in the site setup only the intro text is shown.... clicking my mouse around the window reveals the server table and buttons and I can proceed to set up a server. I have