mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +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
|
// 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…
Reference in New Issue
Block a user