Open karloluiten opened 9 years ago
Mounting works fine, ls works fine, rm works fine, just touching a file is problematic :)
Amazing stuff. It seems just looking up the file info AFTER placing a file there is failing.
18:57:06 k@klu-server:~/AMAZON$ mkdir AAA 18:57:10 k@klu-server:~/AMAZON$ touch BBB touch: failed to close ‘BBB’: No such file or directory 18:57:13 1 k@klu-server:~/AMAZON$ ls AAA/ BBB RecycleBin/ 18:57:14 k@klu-server:~/AMAZON$ mkdir CCC 18:57:19 k@klu-server:~/AMAZON$ ls AAA/ BBB CCC/ RecycleBin/
Same problem here. See issue https://github.com/handyman5/acd_fuse/issues/18
I did touch 999. What debug gives me:
On the CLI I see: touch: failed to close ‘999’: No such file or directory.
Happens on all files. When I remount the mount, it appears again. Who has an idea? I took the latest version from git :)