From Dragonfish upgraded to Electric Eel my cifs mounts via autofs worked, Then upgraded to Fangtooth and cifs mounts stopped working.
I also tried mounting via fstab (old mounts that worked before) don’t work any more.
Linux client is arch.
when mounting via fstab dmesg gives:
sudo mount -a
mount error(128): Key has been revoked
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
dmesg:
CIFS: enabling forceuid mount option implicitly because uid= option is specified
CIFS: enabling forcegid mount option implicitly because gid= option is specified
CIFS: Attempting to mount //server/mp
CIFS: Status code returned 0xc0000072 STATUS_ACCOUNT_DISABLED
CIFS: VFS: \\server Send error in SessSetup = -128
CIFS: VFS: cifs_mount failed w/return code = -128
autofs gives the same in dmesg as above.
I have not found information about STATUS_ACCOUNT_DISABLED in Truenas.
I have searched the web but not found information how to solve the problem.