I found one or two threads on this topic that didn't provide a lot of help. I'm new to Vector, coming from ZenWalk Linux. I've got a Vantec SATA/IDE to USB adapter to pull some data off a couple of old drives. Drives are set to "Master". I believe the drives are ext2 formatted but can't recall for sure.
I'm using VL 7.0
lsusb shows the device (Bus 005 Device 005 as below)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 005 Device 005: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
Bus 003 Device 002: ID 192f:0416 Avago Technologies, Pte.
Bus 003 Device 003: ID 045e:0750 Microsoft Corp. Wired Keyboard 600
However, dmesg | tail doesn't give me a device, rather it seems there is some connection problem or other with device descriptor read/64, error -71
[ 1270.871280] usb 5-2: SerialNumber: 922660404222
[ 1270.880524] scsi54 : usb-storage 5-2:1.0
[ 1271.988058] usb 5-2: reset full speed USB device number 53 using uhci_hcd
[ 1272.101042] usb 5-2: device descriptor read/64, error -71
[ 1272.465048] usb 5-2: reset full speed USB device number 53 using uhci_hcd
[ 1272.578060] usb 5-2: device descriptor read/64, error -71
[ 1272.939044] usb 5-2: reset full speed USB device number 53 using uhci_hcd
[ 1273.052046] usb 5-2: device descriptor read/64, error -71
[ 1273.406048] usb 5-2: reset full speed USB device number 53 using uhci_hcd
[ 1273.519053] usb 5-2: device descriptor read/64, error -71
I'm using fluxbox rather than xfce so I don't know if there is some automount process (HAL, vl-hot) that would run with that window system or not.
Any suggestions would be appreciated.

-cam