1
mirror of https://github.com/rclone/rclone synced 2024-09-20 18:16:22 +02:00
rclone/cmd/mount
Nick Craig-Wood b259f8b752 cmount, mount, mountlib: make --read-only reject modify operations
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.
2017-05-15 16:56:47 +01:00
..
test mount: add test scripts 2017-02-17 11:37:19 +00:00
dir.go mount, mountlib: move function tracing into mount 2017-05-15 16:56:45 +01:00
file.go mount, mountlib: move function tracing into mount 2017-05-15 16:56:45 +01:00
fs.go cmount, mount, mountlib: make --read-only reject modify operations 2017-05-15 16:56:47 +01:00
mount_test.go Forward port 930ff266f2 to cmount branch 2017-05-15 16:56:44 +01:00
mount_unsupported.go Add mount command to implement FUSE mounting of remotes #494 2016-08-18 21:54:54 +01:00
mount.go Fix docs typo 2017-05-15 16:56:44 +01:00
read.go mount, mountlib: move function tracing into mount 2017-05-15 16:56:45 +01:00
write.go mount, mountlib: move function tracing into mount 2017-05-15 16:56:45 +01:00