diff --git a/cmd/cmount/mount.go b/cmd/cmount/mount.go index dad348100..8847e6004 100644 --- a/cmd/cmount/mount.go +++ b/cmd/cmount/mount.go @@ -188,6 +188,7 @@ func mountOptions(device string, mountpoint string) (options []string) { // These cause WinFsp to mean the current user options = append(options, "-o", "uid=-1") options = append(options, "-o", "gid=-1") + options = append(options, "--FileSystemName=rclone") } if allowNonEmpty {