relan / exfat

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

Becomes dirty after unsuccessful mount #120

Closed saproj closed 1 year ago

saproj commented 5 years ago

Trying to mount a non-dirty volume:

mount.exfat-fuse /dev/sdb /mnt/m FUSE exfat 1.3.0 fuse: device not found, try 'modprobe fuse' first

Mount unsuccessful. I fix the problem with the 'fuse' module and retry mount.

mount.exfat-fuse /dev/sdb /mnt/m FUSE exfat 1.3.0 WARN: volume was not unmounted cleanly.

Mount successful. But the volume is all of a sudden dirty.

relan commented 5 years ago

This is not quite correct behavior, but you can safely ignore this warning.

relan commented 1 year ago

Fixed in v1.4.0.