cmount: pass --FileSystemName under windows
This commit is contained in:
parent
763facfd78
commit
0384364c3e
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ func mountOptions(device string, mountpoint string) (options []string) {
|
||||||
// These cause WinFsp to mean the current user
|
// These cause WinFsp to mean the current user
|
||||||
options = append(options, "-o", "uid=-1")
|
options = append(options, "-o", "uid=-1")
|
||||||
options = append(options, "-o", "gid=-1")
|
options = append(options, "-o", "gid=-1")
|
||||||
|
options = append(options, "--FileSystemName=rclone")
|
||||||
}
|
}
|
||||||
|
|
||||||
if allowNonEmpty {
|
if allowNonEmpty {
|
||||||
|
|
Loading…
Add table
Reference in a new issue