08-25-2019, 01:10 PM
(08-25-2019, 12:18 PM)Wigwam Wrote: Tried NTFS and exFAT formatted USB thumbdrives and none show up. It worked fine in Moode 5.x.
RPi Model B+ v1.2
(This adds to Tim's reply which he slipped in while I was typing!)
Had to reformat a thumbdrive with an exFat filesystem to test this. Added some audio files and plugged into a moOde6.1.0 player. The drive and the files show up in the moOde Directory.
Are you sure you've updated the MPD database after inserting the USB thumbdrive? It won't show up in the moOde Directory until you do.
For debugging purposes, you can probe from the command line (I removed the lines not related to my thumbdrive; brandname PNY, partition name Attache1):
Code:
pi@moode:~ $ lsusb
...
Bus 001 Device 003: ID 154b:0005 PNY <<< this is the thumbdrive
pi@moodeLR:~ $ sudo fdisk -l
...
Disk /dev/sdb: 984 MiB, 1031798784 bytes, 2015232 sectors
Disk model: USB 2.0 FD
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf0f4b8bf
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 2015231 2013184 983M 7 HPFS/NTFS/exFAT <<< this is the exFAT partition on PNY
pi@moodeLR:~ $ mount
...
/dev/sdb1 on /media/Attache1 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
Regards,
Kent