From 3f3afe489f5b8ff6b1f26214336b013f7296b36c Mon Sep 17 00:00:00 2001 From: edwardxml <56691903+edwardxml@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:43:49 +0000 Subject: [PATCH] docs: mount: minor changes to wording --- docs/content/commands/rclone_mount.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md index ccfe531ac..b6589117d 100644 --- a/docs/content/commands/rclone_mount.md +++ b/docs/content/commands/rclone_mount.md @@ -57,7 +57,7 @@ download and install [WinFsp](http://www.secfs.net/winfsp/). [WinFsp](https://github.com/billziss-gh/winfsp) is an open source Windows File System Proxy which makes it easy to write user space file systems for Windows. It provides a FUSE emulation layer which rclone -uses combination with +uses in combination with [cgofuse](https://github.com/billziss-gh/cgofuse). Both of these packages are by Bill Zissimopoulos who was very helpful during the implementation of rclone mount for Windows. @@ -164,7 +164,7 @@ This is the same as setting the attr_timeout option in mount.fuse. ## Filters -Note that all the rclone filters can be used to select a subset of the +Rclone's filters can be used to select a subset of the files to be visible in the mount. ## systemd @@ -196,7 +196,7 @@ be copied to the vfs cache before opening with --vfs-cache-mode full. ## VFS - Virtual File System -This command uses the VFS layer. This adapts the cloud storage objects +Mount uses rclone's VFS layer. This adapts the cloud storage objects that rclone uses into something which looks much more like a disk filing system.