mirror of
https://github.com/rclone/rclone
synced 2024-12-29 22:26:24 +01:00
cmount: pass --FileSystemName under windows
This commit is contained in:
parent
763facfd78
commit
0384364c3e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user