rclone/cmd/mount
Nick Craig-Wood 6ca7198f57 mount: fix disappearing cwd problem - fixes #4104
Before this change, the current working directory could disappear
according to the Linux kernel.

This was caused by mount returning different nodes with the same
information in.

This change uses vfs.Node.SetSys to cache the information so we always
return the same node.
2020-05-04 11:38:07 +01:00
..
test build: apply gofmt from go1.13 to change case of number literals 2019-09-05 13:59:06 +01:00
dir.go mount: fix disappearing cwd problem - fixes #4104 2020-05-04 11:38:07 +01:00
file.go mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile 2020-02-26 21:26:46 +00:00
fs.go mount: map more rclone errors into file systems errors 2020-04-21 16:31:43 +01:00
handle.go vfs: factor the vfs cache into its own package 2020-04-20 10:42:33 +01:00
mount_test.go vfstests: move functional tests from mountlib and make them work with VFS 2020-04-20 10:42:33 +01:00
mount_unsupported.go mount: constrain to go1.13 or above otherwise bazil.org/fuse fails to compile 2020-02-26 21:26:46 +00:00
mount.go mount: add --async-read flag to disable asynchronous reads 2020-02-27 16:12:33 +00:00