03-14-2022, 09:38 PM
(03-14-2022, 08:50 PM)carmol Wrote: Hello,Try adding
sorry for bugging, but I cant use my NAS anymore,
which is SMBv1 only, so my moode is unusable.
Still getting this:
20220314 212811 sourceMount(): Mount error: (Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg))
dmesg:
[ 469.993460] CIFS: VFS: Use of the less secure dialect vers=1.0 is not recommended unless required for access to very old servers
[ 469.993472] CIFS: Attempting to mount \\192.168.1.1\CD
[ 469.998870] CIFS: VFS: \\192.168.1.1 failed to connect to IPC (rc=-6)
[ 470.000067] CIFS: VFS: cifs_mount failed w/return code = -6
it seems that kernel 5.15 does not support SMB1 - ntlm anymore !?
sec=ntlm, vers=1.0
to the mount parameters.
Phil