Files App add support to notify when Linux Files (or other FUSE systems) changes |
|||||||||
Issue descriptionChrome Version: Chrome Version 68.0.3422.0 OS: Chrome OS Platform 10652.0.0-18.05.06 What steps will reproduce the problem? (1) Mount a Crostini directory over SSH mount. (2) Add, remove or rename a file in that directory. (3) Attempt to overwrite, open, copy or rename the file. What is the expected result? The files app should detect the changes and update its UI. What happens instead? An error message shows under the tree view or an error message dialog shows (depending on the error).
,
May 24 2018
,
May 24 2018
,
May 24 2018
+weifangsun, +tbuckley so that you are aware of this limitation. Fuse does not support inotify. We will not be able to support these features using sshfs. The best you can do is to refresh FilesApp (refresh icon at top, or change directory and change back). After refresh, you should see the correct view of files.
,
May 25 2018
I guess we should turn this into a feature request, as we could make this work if we really want to (e.g. sidechannel the inotify messages over mojo, or potentially patch FUSE). FYI: https://github.com/libfuse/libfuse/wiki/Fsnotify-and-FUSE
,
May 25 2018
Changed to feature request
,
May 25 2018
,
May 29 2018
,
May 30 2018
,
Oct 18
,
Jan 4
Chrome: 72.0.3626.0 Chrome OS: 11316.57.0 Beta I observe similar behavior about delete folder. Not sure if this a same issue: 1) From Files app, right click on Linux filers and create a new folder 2) From terminal, enter rmdir the above folder 3) From Files app, click on Refresh Expected result: a) folder should be remove from right panel b) Folder should be removed from the Linux file tree in the left panel Actual result: a) (Good) Folder was removed from right panel b) Folder was still listed under the Linux files tree in the left panel despite Refresh. It'll only be updated when I minimize the Linux files tree Please note: If the deletion of folder was done from UI, then both right panel and left panel would be updated correctly |
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by jopra@google.com
, May 24 2018