When setting mount options

I have a question about how to set mount options.
The value of the option connects to which of the following three?
:, =, [space]

In other words, which of the examples below is correct?

--vfs-read-chunk-size-limit:2048M
--vfs-read-chunk-size-limit=2048M
--vfs-read-chunk-size-limit 2048M

And is the answer to the question the same when mounting on a single line or multiple lines?

You can use 2 or 3 whichever you prefer. 1 isn't allowed.

I think that it shouldn't matter whether they are on a single line or multiple lines but don't break the line between the --vfs-read-chunk-size-limit and 2048M

1 Like

thank you. It helped a lot.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.