2.389 looses cifs mount

I just upgraded to 2.389 from 2.378 on a pi-3 and am now unable to mount my music share volume from within volumio. Error:

Error in adding network drive
(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

Share is from a linux server running smb - am able to mount the share from other devices using
‘mount -t cifs -o username=sjk -r //media.dredel.com/music /mnt/’ - but no combo of flags or paths in volumio seem to work.

(I have tried both IP and hostname)

At this point, I am thinking I need to back down a release.

Please let me know, if anyone is aware of a work around.

Issue was resolved by setting version option:

mount.cifs //media.dredel.com/music /mnt/NAS/media/ -o vers=1.0 user=sjk

Thanks for your reply!
Where should I set the version option?

Regards
Adrian

In the Options field right under other options like username and password

I have the same problem. However the above does not help. I guess copy and paste is the problem… should i change “//media.dredel.com/music” to my particulars for my NAS?
Sorry for being such a noob…

Aha,
in option write:
vers=1.0

Then it worked for me.

Yep, that is correct!