When I try to mount SD-card by SpaceFM (udevil), error occurs: FUSE exfat 1.3.0 WARN: volume was not unmounted cleanly. fuse: mountpoint is not empty fuse: if you are sure this is safe, use the 'nonempty' mount option Related bugs: https://github.com/relan/exfat/issues/131 https://github.com/IgnorantGuru/udevil/issues/83
Needs to be fixed upstream.
udevil is able to mount, so this is possible not a bug of "sys-fs/fuse-exfat"? workaround for command line: as root: mkdir /media/custom than it is possible to "mount" as user: /usr/bin/udevil --verbose mount /dev/<your device here> -o 'noexec,nosuid,noatime' /media/custom/ which gives (for sdb1): FUSE exfat 1.3.0 Mounted /dev/sdb1 at /media/custom Eject is possible with SpaceFM.
"nonempty" is not supported anymore A PR to fix this issue now exists: https://github.com/IgnorantGuru/udevil/pull/106/files It is possible to fix the mount problem in SpaceFM manually by removing the nonempty option in /etc/udevil/udevil.conf