![]() |
[SOLVED] External SSD & frequently losing music database - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] External SSD & frequently losing music database (/showthread.php?tid=1252) Pages:
1
2
|
External SSD & frequently losing music database - JohnM73 - 04-06-2019 Was wondering if there’s any documented issues with using external usb ExFat formatted SSDs with Raspberry Pi 3 B+ and Moode? My system is quite minimalist, with the Pi 3 B+, the official touchscreen, and the external Crucial MX500 1TB drive in an Orico usb caddy. This is connected via usb to a Chord Hugo TT2 dac. Increasingly, I’ll start up Moode (latest public release version, no betas) and it’ll just show the Left/Right Stereo test track, and nothing else. Sometimes I click on the Regenerate MPD button and it’ll be fine for a few days again. This morning I started up Moode and again it displayed no music at all. This time using the Regenerate MPD didn’t work at all. In the meantime I’ve put back the standard (non SSD) HD backup and it’s working fine. Has anybody else had issues with SSDs and random problems using Moode? It’s a bit of a head scratcher, and rather frustrating. Cheers, John. RE: External SSD & frequently losing music database - vucvz - 05-04-2019 I've update to latest release from version 4.4 today. EDIT 1: I fixed the issue by unmount, then unplug and plug in the USB cable while Moode is running. : ![]() Now I cannot read my external HDD. ( in version 4.4, I have some issue with scanning database only (some folder not found in the UI), but after some rescanned, so far so good). Code: pi@moode:~ $ sudo ls /media/500G/ I'm connecting 1 HDD (3.5in) 500GB, 1 SSD 120GB now. (both are using Orico box) Code: Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors Code: May 4 10:08:12 moode kernel: [ 5.485497] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 Restart 2 times does not help. Anyone know the solution for this issue? Thanks. My system information is below: Release Information
Platform Information
RE: External SSD & frequently losing music database - Tenbagger - 05-04-2019 (04-06-2019, 11:37 AM)JohnM73 Wrote: Was wondering if there’s any documented issues with using external usb ExFat formatted SSDs with Raspberry Pi 3 B+ and Moode? My system is quite minimalist, with the Pi 3 B+, the official touchscreen, and the external Crucial MX500 1TB drive in an Orico usb caddy. This is connected via usb to a Chord Hugo TT2 dac.Hi John, I've experienced something similar, but I have a small USB rotating harddisk. I seem to have solved my problem by configuring the USB disk in /etc/fstab, in my case by adding the line: /dev/sda1 /media/Music auto defaults,nofail,x-systemd.device-timeout=1,user 0 0 (The spaces must be typed as tabs!) I hope this will help. Regards, Dag RE: External SSD & frequently losing music database - JohnM73 - 05-21-2019 Thanks for your reply Dag. Unfortunately this is beyond my current Rpi skillset/comprehension. Really just after a plug & play solution where one doesn’t have to keep fiddling with settings, beyond the selecting DAC and library preferences. I may give Volumio another go or PiCorePlayer to see if they work better with external usb SSD drives. Cheers, John. RE: External SSD & frequently losing music database - TheOldPresbyope - 05-21-2019 @JohnM73 Unfortunately there's not enough information here to diagnose your difficulty. A quick search of this forum turned up only one suggestive thread from last November (http://moodeaudio.org/forum/showthread.php?tid=704&pid=5469#pid5469). In the end, the USB/SSD adapter was the problem. I don't believe moOde has a general problem with external SSD. If there is, it's actually a Raspbian issue (and there have been random posts to the Raspberry Pi Forum, but they generated more smoke than fire). As an aside, I'm always curious if the failing system is getting adequate power especially during bootup. Regards, Kent RE: External SSD & frequently losing music database - swizzle - 05-21-2019 I’ve been using a external ssd with no issues since the Samsung t3 came out, but I have it formatted as ext4 so it has journaling. If your device is bus-powered be aware that like Kent said the pi usb bus is underpowered so you may be running into a situation where the drive needs more power than the Pi can give and as a result it gets unmounted. RE: External SSD & frequently losing music database - JohnM73 - 05-23-2019 Thanks for the suggestions. I think I’ll order a Y cable to power the SSD separately and see if that helps. Otherwise I’ll stick with the standard HDD for now. RE: External SSD & frequently losing music database - JohnM73 - 05-29-2019 Managed to solve the issue using the 1TB MX500 Crucial SSD with Moode. Reformatting it as Mac OS journaled (it was ExFAT), and using an Allo 5V 3A psu seem to have done the trick. Not sure which of these two changes solved the issue, though I guess I could try the official Raspberry Pi psu to check, bu I don’t want to risk having to rebuild the database yet again. RE: External SSD & frequently losing music database - bigpanda - 05-30-2019 I have similar issue and can't be solved even reinstall latest version Moode. I connected my 2TB NTFS SSD to the Pi 3B+, it can detect the SSD drive and shown on lsusb. The SSD LED flash when I press Update MPD but the UI still only show "Stereo Test" after the scanning. RE: External SSD & frequently losing music database - CallMeMike - 05-30-2019 (05-30-2019, 04:27 AM)bigpanda Wrote: I have similar issue and can't be solved even reinstall latest version Moode. How's your 2TB SSD powered? If the power is provided va RPi's USB port try feeding 5V from an external power supply. Use an USB cable which splits the data stream from the power feed; as an idea: USB Y-split cable ... find a Y-split cable with a suitable data plug for your SSD enclosure's USB port. |