mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
bfcd4113c3
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. |
||
---|---|---|
.. | ||
test | ||
dir.go | ||
file.go | ||
fs.go | ||
handle.go | ||
mount_test.go | ||
mount_unsupported.go | ||
mount.go |