Problem with external USB hard disk

hi everyone

my usb disk is transcend 25m3

when i connect the two usb line to my pc

i got the message

Code:
usb_alloc_device: set address 2 failed (USB_ERR_STALLED, ignored)
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_STALLED, ignored)
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED
usbd_req_re_enumerate: addr=2, set address failed! (USB_ERR_STALLED, ignored)
usbd_setup_device_desc: getting device descriptor at addr 2 failed, USB_ERR_STALLED
ugen6.2: <Unknown> at usbus6 (disconnected)
uhub_reattach_port: could not allocate new device

i can mount usb flash drive,

but i can't mount the usb hard disk.

how can i solve that...
 
Not enough power? Does it have a power cord option, or can you put a *powered* usb hub between it and the usb port? (I have no expertise on the latter to speak of...nor experience with usb disks without their own power somehow.)
 
hello

my system does not match my usb device

when i use

Code:
usbconfig -d ugen6.2

i get the message

Code:
No device match or lack of permission
 
hello

thank for jb_fvwm2 & wblock

i buy an usb hub to connect my pc and usb hard disk

and now it's work!

i don't know why ,but it's work..

thank's a lot
 
  • Thanks
Reactions: ab
BTW I've had too many *external* plain ufs2 filesystems crash irrecoverably during rapid i/o ( then only force mount to copy data off if need be...), so now I tend to only use gjournal for external sata or usb fixed disks... (see
Code:
 man gjournal
for easy setup maybe. )
(May improve with new usb drivers in v9...irrelevant if it is fat32 or something...never a problem with thumb drives so far...)
 
Back
Top