astrada / google-drive-ocamlfuse

FUSE filesystem over Google Drive
https://astrada.github.io/google-drive-ocamlfuse/
MIT License
5.54k stars 352 forks source link

"cannot stat" error #769

Open sjtmbg opened 2 years ago

sjtmbg commented 2 years ago

Hi,

I have been doing the following steps for months with no problems, until recently:

1) upload image files from my mobile device to google drive

2) use g-d-o on a laptop to move the image files to a subdirectory:

mv filename.jpg subdir

Recently, I started getting the following error:

mv: cannot stat 'subdir/filename.jpg': No such file or directory

and I am left with a file in the top directory that is something similar to this:

filename (7d2e8482).jpg

and filename.jpg is not in the subdir until sometime much later (maybe 30 minutes or so?). I was doing these steps without problems every day for months but started consistently getting this error about 3 weeks ago. The only change I can think of was that I bumped up my google drive storage from 100GB to 200GB at about the same time.

I am on xubuntu 20.04.4 LTS (kernel 5.4.0-109), google-drive-ocamlfuse, version 0.7.28.

Any suggestions or solutions are welcome!

Cheers,

Steve

sjtmbg commented 2 years ago

I'm still trying to solve this problem. I removed my ~/.gdfuse directory and when I re-authorized I got this error message:

[1574865:1574865:0100/000000.223265:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.

I don't know whether this is related to the "cannot stat" error but I am still getting the same errors described in my previous post.