Hi,
Quite sure you’re trying to mount and old protocol (1.0) CIFS share from Nethserver.
You need to specify -o vers=1.0 in backup mount script:
/etc/e-smith/events/actions/mount-cifs
Correct Line:
$err = qx(/bin/mount -t cifs “//$smbhost/$smbshare” $mntdir -o vers=1.0,credentials=$tmp,nounix 2>&1);
King Regards
Paolo