[PROBLEM] Cannot set up USB hard drives - 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: [PROBLEM] Cannot set up USB hard drives (/showthread.php?tid=2184) Pages:
1
2
|
RE: Cannot set up USB hard drives - TheOldPresbyope - 02-17-2020 (02-17-2020, 03:40 PM)Cymbal Monkey Wrote: @TheOldPresbyope I'm perplexed that blkid didn't pick up your hard drive partitions. It shows only the uSD card (/dev/mmcblk0...). What do you get with a mount command? For example, on the same a different player than I mentioned before, this one with both a USB hard drive and a USB thumb drive attached, Code: pi@moodeLR:~ $ mount I would expect your player also to show some /dev/sd... devices in both the mount and the blkid output. The permissions on your /media/Archive give everyone permission to read and write its contents. That's not the default way moOde mounts drives. Did you create or manipulate this subdirectory yourself? Can you recursively list its contents from the command line using ls -R? Again, using my example player and asking for just the first 40 lines of output Code: pi@moodeLR:/media $ ls -lR /media/MUSIC|head -40 You should include enough lines to show the presence of actual music files---.mp3, .flac, whatever. Have you tried copying a few of your music files to a USB thumb drive to see if your moOde player can automount it and MPD can find the files? Regards, Kent RE: Cannot set up USB hard drives - Cymbal Monkey - 02-18-2020 Upon formatting my hard drive, taking it down to only one partition, I actually got the hard drive to read! Success! However, no matter how many times I update MPD, only some of the hard drive's music ends up in the browse menu. I can dig through the files on the hard drive if I dig thought the USB path in the list view, and I can play things from there, but they're not added to browse view, which is kind of a pain. Any idea what's going on here? Also, my hard drive doesnt' spin down, which is concerning. RE: Cannot set up USB hard drives - TheOldPresbyope - 02-18-2020 (02-18-2020, 01:53 PM)Cymbal Monkey Wrote: Upon formatting my hard drive, taking it down to only one partition, I actually got the hard drive to read! Success! However, no matter how many times I update MPD, only some of the hard drive's music ends up in the browse menu. I can dig through the files on the hard drive if I dig thought the USB path in the list view, and I can play things from there, but they're not added to browse view, which is kind of a pain. Any idea what's going on here? Yay, music! I'm not sure what was going on with your multi-partition drive. In my example, I used a thumb drive with one vfat and two ext4 partitions and all three were found. If tracks are missing it's likely due to MPD objecting to metadata formatting. Check the MPD log at /var/log/mpd/log. The default log level is "default" which may not result in enough detail, though. Have a look, e.g., at https://wiki.archlinux.org/index.php/Music_Player_Daemon/Troubleshooting, especially the Note in the section "MPD hangs on first startup". I don't have any insight into the spin-down issue, sorry. Regards, Kent RE: Cannot set up USB hard drives - Cymbal Monkey - 02-18-2020 Looks like some of that might solve my problem as long as I can have it run for 60-80 hours uninterrupted (I've got nearly 500gb of files in there), but, truth be told, I don't really know what I'm looking at her. I'm far from a Linux user and when it comes to terminal stuff, I can just about follow a handholding walkthrough. I really appreciate your help with all this so far. I'll see what I can figure out with regard to these tag fixers. RE: Cannot set up USB hard drives - Cymbal Monkey - 02-18-2020 You know, I'm not really sure that tag problems are the issue, because the MPD only indexed artists K through P, and it did almost all of them in K through P. |