Releases: rkfg/memetagfs
1.1.4
1.1.3
Bug fixes and a new option added.
Fixed a cache bug that prevented youtube-dl
from working. The file absence was cached on rename (the new file name that didn't exist before rename) so when youtube-dl
was trying to remove this renamed file it was getting ENOENT wrongly. Fixed by invalidating the cache again after renaming.
Added --logfuse string
option that enables and filters FUSE operations log for debugging. All lines that contain string
will be printed. Use --logfuse ' '
to print all operations because space is guaranteed to present in every such line. There are usually a lot of these, that's why it's preferable to filter. For instance, your DE or file manager might try to search for autorun.inf
and other well-known files producing a lot of noise and making debugging harder.
Fixed the inability to exit after fsck. Apparently some file access prevented unmounting after checking the filesystem. Now we wait 1 second before the unmount attempt and repeat it 5 times with a 3 second delay in case of an error.