mirror of
https://github.com/rclone/rclone.git
synced 2025-06-26 15:01:41 +02:00
cmount: send a hint as to whether the filesystem is case insensitive or not
This commit is contained in:
parent
d260238f99
commit
69888bf966
@ -152,6 +152,7 @@ func mount(f fs.Fs, mountpoint string) (*vfs.VFS, <-chan error, func() error, er
|
|||||||
if usingReaddirPlus {
|
if usingReaddirPlus {
|
||||||
host.SetCapReaddirPlus(true)
|
host.SetCapReaddirPlus(true)
|
||||||
}
|
}
|
||||||
|
host.SetCapCaseInsensitive(f.Features().CaseInsensitive)
|
||||||
|
|
||||||
// Create options
|
// Create options
|
||||||
options := mountOptions(f.Name()+":"+f.Root(), mountpoint)
|
options := mountOptions(f.Name()+":"+f.Root(), mountpoint)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user