Displaying 2 results from an estimated 2 matches for "sambab".
Did you mean:
samba
2017 Sep 13
2
dfs links anywhere?
> Which smb version are you using (mount option)? Support for DFS on smb2+
> was only added in linux 4.11.
smbstatus shows the connection as NT1.
DFS links do work like this:
serverA_msdfsrootYES => serverB_msdfsrootNO
But not like this:
serverA_msdfsrootYES => serverB_msdfsrootYES
Somehow the destination having 'msdfsroot yes' prevents the cifs kernel
module from
2017 Sep 26
5
dfs links anywhere?
...s
Look to me the link is not properly substituted and there might some
issues with Unix Extensions mixing path separators.
I couldn't reproduce this on recent master kernel but I'll give it a try
on v4.9 which you seem to be using. My setup is
cifs.ko connecting to sambaA/shareA -> sambaB/shareB -> sambaB/shareC
using unix extensions and both servers having 'msdfs host = yes' and
shareA, shareB with 'msdfs root = yes'.
Also, how did you create your symbolic links on the samba machine?
(exact command). Just a hunch at this point but you might want to check
you...