rclone/cmd/mount
Nick Craig-Wood bfcd4113c3 mount: implement mknod to make NFS file creation work - fixes #2115
It turns out that NFS calls mknod in FUSE even though we have create
defined. This was causing EIO errors when creating files.

This patch fixes it by implementing mknod. The way it is implemented
means that to write to an NFS file system you'll need --vfs-cache-mode
writes.
2020-10-29 15:12:36 +00:00
..
test docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
dir.go mount: implement mknod to make NFS file creation work - fixes #2115 2020-10-29 15:12:36 +00:00
file.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00
fs.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00
handle.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00
mount_test.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00
mount_unsupported.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00
mount.go mount: disable bazil/fuse based mount on macOS #4393 2020-10-29 13:34:39 +00:00