google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

shortcuts stop working after renaming any part of the path and they start working only after the metaData update timeout.

Open demimurych opened this issue 4 years ago • 0 comments

Step to reproduce: Folder structure Root -> Folder1 -> Folder2

$ pwd
Root
$ ls -s ./Root/Folder1/Folder2 newShortCut
$ cd  newShortCut
$ pwd 
Root/newShortCut

So All work like Expected.

Then:

$ cd /Root
$ pwd 
Root
$ mv Folder1 Folder11
$ cd  newShortCut 
**File not found**

Waite metadata update timeout. And againe

$ cd  newShortCut 
$ pwd 
Root/newShortCut

All work like Expected.

demimurych avatar Feb 21 '21 08:02 demimurych