rclone/cmd/cmount
Nick Craig-Wood 0ee16b51c4 mount: On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid.
Before this change if the user supplied `-o uid=XXX` then rclone would
write `-o uid=-1 -o uid=XXX` so duplicating the uid value.

After this change rclone doesn't write the default `-1` version.

This fix affects `uid` and `gid`.

See: https://forum.rclone.org/t/issue-with-rclone-mount-and-resilio-sync/14730/27
2020-07-28 16:22:29 +01:00
..
fs.go cmount: fix macOS losing directory contents #4393 2020-07-24 15:38:08 +01:00
mount.go mount: On Windows don't add -o uid/gid=-1 if user supplies -o uid/gid. 2020-07-28 16:22:29 +01:00
mount_test.go Revert "mount2,cmount: skip unreliable tests #4171" 2020-06-30 12:01:36 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00