JuliusCode / MP4MUSEUM

MP4MUSEUM.org Media Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exFAT partition mounting issue

xmaqic opened this issue · comments

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.