Volume mounted with allow_other flag (full mount output: /XXX on /YYY type fuse.gocryptfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions,allow_other,max_read=131072))
Output of main npm start command is same of equal instance outside FUSE mount, until new file created locally: under FUSE mount the output remains empty
Remote-to-Local works flawlessly.
Outside the gocryptfs FUSE mount, both synchronizations work flawlessly.
Browsing this project source code, I think it is very likely an issue of chokidar or Node fs API, but since I've encountered this issue here, this is the starting point for debugging it.
Hi, I have a FUSE mount inside which I would like to use this awesome app, but the local-to-remote sync doesn't work. In depth details:
/etc/fuse.conf
: optionuser_allow_other
enabledallow_other
flag (full mount output:/XXX on /YYY type fuse.gocryptfs (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000,default_permissions,allow_other,max_read=131072)
)npm start
command is same of equal instance outside FUSE mount, until new file created locally: under FUSE mount the output remains emptyRemote-to-Local works flawlessly. Outside the gocryptfs FUSE mount, both synchronizations work flawlessly.
Browsing this project source code, I think it is very likely an issue of chokidar or Node fs API, but since I've encountered this issue here, this is the starting point for debugging it.
Could you help me investigate the issue further?