[solved]Rclone serve read only?

What is the problem you are having with rclone?

can use rclone serve for read only?

I add the "--read-only" flag, and will it take effect for serve? The description of the flag is " --read-only Mount read-only".

Which cloud storage system are you using? (eg Google Drive)

no remote, just my local disks (windows)

The command you were trying to run

rclone serve http D: --addr :57898 --read-only --vfs-cache-mode read --vfs-cache-max-size 10G -P

just an example, I may also use FTP, dlna, webdav...

The rclone config contents with secrets removed.

Not needed.

A log from the command with the -vv flag

Not needed.

Thanks in advance.

--read-only is a VFS flag not a mount flag so it applies to all the rclone serve commands.

That help could do with updating to remove the mount word, maybe "Only allow reads to the remote"