JuliusCode / MP4MUSEUM

MP4MUSEUM.org Media Player
GNU General Public License v3.0
32 stars 8 forks source link

exFAT partition mounting issue #18

Closed xmaqic closed 1 year ago

xmaqic commented 1 year ago

Thanks for your work on MP4MUSEUM project.

I already tried fat32 and ext4 drives and all is working fine.

for exFAT drives which is accepting over 4 GB files and also MAC and WIN compatible, I am having some issues, it is not mounting automatically, I need to mount it via the command below.

sudo mount.exfat-fuse /dev/sda2 /media/usb2

where should I need to add this command or adjust your wonderful script so that it will auto mount properly.

Thanks again for your time.

JuliusCode commented 1 year ago

Hi,

after setting up a fresh card with mp4museum, i could successfully have it play back from a usb stick using exfat. i have tried both booting up with, and later adding the stick.

have you tried formatting the usb stick on a different computer / operating system? you can always use your pi to boot a functioning linux ;)

best, Julius.