Phantomski
Regular Contributor
Hi,
I'm struggling to connect to SMB2+ version Synology NAS Samba shares from my RT-AC88U. No matter what version is specified in the
Command:
Result:
- (Client) RT-AC88U is using Merlin's 386.11 FW and
- (Server) Synology DS1621+ NAS is using DSM v7.2-64570 and Samba v4.15.13 which is supporting SMB3_11 and has SMB2 support enabled
I have found similar issue here, but using
Any ideas?
I'm struggling to connect to SMB2+ version Synology NAS Samba shares from my RT-AC88U. No matter what version is specified in the
mount
options (I have tried 2.0, 2.1, 3.0), it's always only trying to connect using SMB1.Command:
Bash:
mount -t cifs -o username=<removed>,password=<removed>,vers=2.1 //<share> /mnt/<localmount>
Result:
Bash:
mount: mounting //<share> on /mnt/<localmount> failed: Operation not supported
- (Client) RT-AC88U is using Merlin's 386.11 FW and
libmount
is version 2.39-2 and smbd
is version 3.6.25- (Server) Synology DS1621+ NAS is using DSM v7.2-64570 and Samba v4.15.13 which is supporting SMB3_11 and has SMB2 support enabled
I have found similar issue here, but using
modprobe md4
results in modprobe: module md4 not found in modules.dep
Any ideas?