Issues with mounting SATA-USB SSD to Raspberry Pi 3 Running Openelec Kodi
#1
Hello,

I am facing a problem integrating a SATA-USB SDD with my raspberry pi running openelec Kodi.

I am seeing a message upon startup saying that the drive has been recognised by the Kodi system.

However, after opening an ssh connection to the drive and using "df-h" I do not see the drive mounted.

Filesystem                Size      Used Available Use% Mounted on
devtmpfs                367.4M         0    367.4M   0% /dev
/dev/mmcblk0p6          511.7M    139.8M    371.9M  27% /flash
/dev/mmcblk0p7           11.6G     31.6M     11.0G   0% /storage
/dev/loop0              126.5M    126.5M         0 100% /
tmpfs                   373.9M         0    373.9M   0% /dev/shm
tmpfs                   373.9M      8.0M    365.9M   2% /run
tmpfs                   373.9M         0    373.9M   0% /sys/fs/cgroup
tmpfs                   373.9M      2.6M    371.4M   1% /var
tmpfs                   373.9M         0    373.9M   0% /tmp

The drive has definitely been recognised by the device. Command dmesg | paste delivers the following URL: http://ix.io/1ZLa. Here, I can see that:
[2.812032] usb 1-1.2: new high-speed USB device number 6 using dwc_otg
[ 2.825452] Under-voltage detected! (0x00050005)
[ 2.960547] usb 1-1.2: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 2.960565] usb 1-1.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.960579] usb 1-1.2: Product: ASM1153USB3.0TOSATA
[ 2.960592] usb 1-1.2: Manufacturer: ASM1153USB3.0TOSATA
[ 2.960605] usb 1-1.2: SerialNumber: 123456789019
[ 2.961484] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[ 2.962042] usb-storage 1-1.2:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 2.962190] scsi host0: usb-storage 1-1.2:1.0

I'm not sure how to interpret this or the rest of the code in that file, though.

All of the standard mount directories don't contain any directories. I can't find the SDD anywhere! Please help.

Regards,
Samuel
Reply
#2
Code:
[ 2.825452] Under-voltage detected! (0x00050005)

You are having power issues.
Get a proper PSU (the official ones are the best) and/or a self-powered usb enclosure.
Reply
#3
(2019-10-25, 01:54)JamSos Wrote: [ 2.825452] Under-voltage detected! (0x00050005)

I'm not sure if the above error refers to your entire Raspberry Pi device (in which case you need to get a more powerful power suppply, at least 2Amps), or if the error means that only the HDD isn't getting enough power.

If it's the HDD, there is an option you can add to /flash/config.txt that will increase the amount of current delivered to the USB ports to the maximum 1.2A (up from 500ma):
text:

max_usb_current=1

Obviously if the power supply you are using to provide the Raspberry Pi with power is insufficient/marginal then you may experience even greater instability with this option enabled.

I believe this option is now enabled by default, but as you're using OpenELEC - which hasn't been updated in almost 2 years and is now considered dead/abandoned you may need to manually add the option (as your RPi firmware is so old).

You should consider updating to LibreELEC which is the successor to OpenELEC, and is actively maintained.

Edit: From your dmesg, looks like you may already be using LibreELEC... in which case, what @asavah said.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply

Logout Mark Read Team Forum Stats Members Help
Issues with mounting SATA-USB SSD to Raspberry Pi 3 Running Openelec Kodi0