mirror of
https://github.com/rclone/rclone
synced 2024-12-01 10:31:57 +01:00
b259f8b752
Normally mount/cmount use `-o ro` to get the kernel to mark the fs as read only. However this is ignored by WinFsp, so in addition if `--read-only` is in effect then return EROFS ("Read only File System") from all methods which attempt to modify something. |
||
---|---|---|
.. | ||
fs.go | ||
mount_test.go | ||
mount_unix.go | ||
mount_unsupported.go | ||
mount_windows.go | ||
mount.go |