I found similar topics after the update, but none of the fixes seems to have fixed the problem for me. Worked as normal before the update of course. I tried to read the logs, but could not find the problem. Please help.
Tried that after changing the config, but no change. Also reboot. An earlier thread mentioned vers=2.0 in /etc/auto.smb.shares, but that does not solve it either. The NAS is using smb3.0
I tried the testing steps, but ls -lah /mnt/etcā¦ did not give any output, other than it cannot find the file. Removing vers= did not make a difference either. It is very strange.
Check this post, I had issues with the contents of the .smbcredentials file. The usernames must be really simple, (notably excluding spaces), although it looks like you might have already done this.
I had a look at your logs, but couldnāt see the ā[osmc mount]ā messages. Can I suggest you re-up the logs, capturing startup, when you expect the mounts to be started.
Thanks, I read your thread, but my username is simple. No spaces or strange characters. The user is a Windows domain user however. I tried using ādomain\usernameā in the smbcredentials file, but it didnā matter. Something must have changed in autofs, but I canāt find anything in the changelogs that would explain this.
I will stay on March-edition for now. Too much hassle to upgrade to upload the logs, Iām afraid.
As @thechrisgregory āescape sequence using ā\āā pointed out this no longer works with autofs. Being as its not listed in the changelog, it could be a bug and may be fixed soon. If not you could be stuck on the March release for sometime and missing out on many improvements.
Thanks @Tom_Doyle, that was a good suggestion. I got curious, so I installed a vm with clean Debian 11 and installed autofs. Still the same behaviour, even with domain=domain, but now I finally got some output while doing ls -lah /mnt/<server1>/<share1>.
cifs-utils was not installed. This is a clean Debian install, so it is expected, but once I sudo apt install cifs-utils it finally worked. I will try this on my Vero 4k later today.
Edit: Got impatient and updated via ssh. This time it works like a charm, right out the box. Strange that it did not work after the clean install, though I am starting to suspect user error might be the culprit, haha!