Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Folder not updating when a file is moved/deleted #776

Closed
Snowflake6 opened this issue Jun 10, 2022 · 5 comments
Closed

Folder not updating when a file is moved/deleted #776

Snowflake6 opened this issue Jun 10, 2022 · 5 comments
Labels

Comments

@Snowflake6
Copy link

I noticed this while using Obsidian, but then tried it in Nautilus and found the same thing.

In Obsidian: When I try to move a file from one folder to another, the file disappears from the source location but never shows up in the destination. If I look in Nautilus, the file is still in the source location, with a hex code added to the filename in brackets. ie.
20220610.md ==> 20220610 (1945a57e).md

If I try to move the file within Nautilus, a second hex code is added. This seems to have changed within the last couple of days for some reason. Any suggestions where to start? I tried looking for logs but didn't find anything ocaml-fuse specific... I may not be looking in the right place though so guidance is welcome. I can add logs to this issue if any would be useful.

Ubuntu 22.04
Obsidian 0.4.15
google-drive-ocamlfuse 0.7.28-0ubuntu2

@Snowflake6
Copy link
Author

Updates:

  1. It appears that if I reboot, the issue is resolved by the time I get to a desktop and open a Nautilus window. So it appears like something isn't triggering google-drive-ocamlfuse to do the update when a change is made.
  2. Existing files can be edited, saved, and re-opened without issue. It's just moving/deleting that doesn't happen until a reboot.

@jnordberg
Copy link

I have the same issue on Ubuntu 20.04. Have you found any workaround? This bug is very frustrating

@jnordberg
Copy link

jnordberg commented Jun 17, 2022

Attaching debug log and steps to reproduce, it seems to be related to images somehow, I cannot reproduce using a .txt file. Remounting with -cc does not help.

$ mv /drive/testdir/artwork/0025.png /drive/testdir/test123.png
$ ls /drive/testdir/test123.png
ls: cannot access '/drive/testdir/test123.png': No such file or directory
$ ls /drive/testdir/artwork/0025.png
ls: cannot access '/drive/testdir/artwork/0025.png': No such file or directory

debug.log

@Snowflake6
Copy link
Author

@jnordberg No, no solution found. And since I can't work with this instability, i'm reverting to InSync until I can figure out another solution.

@astrada astrada added the bug label Jun 17, 2022
@astrada
Copy link
Owner

astrada commented Jun 17, 2022

Thanks for reporting (and thanks @jnordberg for the logs)! Should be fixed in version 0.7.30 that I'm publishing now on the beta channel and on opam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants