I updated Manjaro today, both Stable Updates from 2025-02-16 and 2025-03-05.
I just noticed that my NAS isn’t mounted.
fstab:
//IP/folder /mnt/folder cifs guest,iocharset=utf8,file_mode=0777,dir_mode=0777,credentials=/etc/.credentials 0 0
.credentials:
username=u
password=p
# mount /mnt/folder
mount error(22): Invalid argument
dmesg:
cifs: Unknown parameter 'password2'
I don’t know about any password2? It worked yesterday (before the upgrade).
How can I fix it?