My USB HDD has stopped being detected/Mounted.
#1
I have been using the same Seagate 4TB USB harddrive on my Raspberry Pi for well over a year now and haven't had any issues, but after copying some films to the harddrive Kodi no longer appears to detect the harddrive and mount it, i have tried to manually mount it but the drive doesnt even show up at all. I have tried the harddrive on an old Intel NUC device i used to use and again it doesnt detect or mount the drive (which it used to work fine one), if i plug the drive into my PC however it works just fine!. Im wondering if Window 10 has altered the drive in someway for it to stop working correctly?

If i have it plugged into my Raspberry Pi and unplug the PSU of the harddrive then a message comes up 'successfully removed storage device, media_drive' but its not showing up in Openelec at all.

I have used the command dmesg to check what happens when you connect the drive, here is the log....

Code:
[ 344.530573] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 344.668882] usb 1-1.2: New USB device found, idVendor=0bc2, idProduct=3320
[ 344.668906] usb 1-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 344.668918] usb 1-1.2: Product: Expansion Desk
[ 344.668929] usb 1-1.2: Manufacturer: Seagate
[ 344.668942] usb 1-1.2: SerialNumber: NA4MGRF4
[ 344.669895] usb 1-1.2: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[ 344.669916] usb 1-1.2: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[ 344.670016] usb 1-1.2: The driver for the USB controller dwc_otg_hcd does not support scatter-gather which is
[ 344.670030] usb 1-1.2: required by the UAS driver. Please try an other USB controller if you wish to use UAS.
[ 344.670044] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 344.672766] usb-storage 1-1.2:1.0: Quirks match for vid 0bc2 pid 3320: 2000000
[ 344.672938] scsi host0: usb-storage 1-1.2:1.0
[ 345.674684] scsi 0:0:0:0: Direct-Access Seagate Expansion Desk 0711 PQ: 0 ANSI: 6
[ 345.677760] sd 0:0:0:0: [sda] Spinning up disk...
[ 346.680543] ..........ready
[ 355.711125] sd 0:0:0:0: [sda] 976754645 4096-byte logical blocks: (4.00 TB/3.64 TiB)
[ 355.719153] sd 0:0:0:0: [sda] Write Protect is off
[ 355.719173] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[ 355.719590] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 355.789140] sda: sda1
[ 355.792281] sd 0:0:0:0: [sda] Attached SCSI disk
[ 356.093273] fuse init (API version 7.23)

I guess the scatter-gather UAS driver is the issue, what on earth is scatter gather?

Any ideas why Openelec has stopped detecting this USB HDD??
Reply
#2
hi, I have a similar problem with all of my external hard drives, I don't get the message in dmesg though. Have you been able to solve the issue?
Reply
#3
Code:
dmesg|paste
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
My USB HDD has stopped being detected/Mounted.0