relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
795 stars 182 forks source link

problem mounting exfat usb drive #135

Closed reconfigurator closed 4 years ago

reconfigurator commented 4 years ago

I've done all this: https://github.com/relan/exfat on fedora 30 Found what appears to be the device file (a hint where to look for that after installation might be helpful for less experienced people like me) I did this and got that: $ sudo mount.exfat-fuse /dev/disk/by-label/exstorage /mnt/exstorage FUSE exfat 1.3.0 fuse: bad mount point `/mnt/exstorage': No such file or directory The usb stick is recognised by name / label in dolphin Can anyone advise how I can mount this, please?

relan commented 4 years ago

fuse: bad mount point `/mnt/exstorage': No such file or directory

Does /mnt/exstorage directory exist?

BTW, you don't have to install fuse-exfat from source on Fedora 30, you can use RPMFusion.

relan commented 4 years ago

Doesn't look like a bug.