07-16-2021, 01:46 PM
Basically yes.
If the protocol version can be detected it's added to the mount flags string like below and shows up in Music Source config screen. The strategy is to use the highest version detected.
"vers=2.1,ro,dir_mode=0777,file_mode=0777"
If it can't be detected then nothing is added to the mount flags string and the default then becomes the default for the mount utility which IIRC is 3.0.
You can also manually add vers=N.N to the string and this will override auto-detection and the mount default.
If the protocol version can be detected it's added to the mount flags string like below and shows up in Music Source config screen. The strategy is to use the highest version detected.
"vers=2.1,ro,dir_mode=0777,file_mode=0777"
If it can't be detected then nothing is added to the mount flags string and the default then becomes the default for the mount utility which IIRC is 3.0.
You can also manually add vers=N.N to the string and this will override auto-detection and the mount default.