_ [debian] mount.cifs 変?

突然 mount.cifs が segmentation fault を起こすようになった。いろいろ探していると dmesg にそれっぽいエラーが出てた。

No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount.
CIFS VFS: Free previous auth_key.response = XXXXXXXXXXXXXXXX
CIFS VFS: validate protocol negotiate failed: -11

ということで mount.cifs の -o に vers=1.0 を追加すると mount できるようになった。vers=2.1 でもいけた。