Displaying 3 results from an estimated 3 matches for "nodfs".
Did you mean:
  nodes
  
2018 Sep 20
3
per share way to not follow msdfs links
Re-sending with right email...
 msdfs root is set to "no" by default and is per-share.
     [myshare]
     msdfs root = no
     path = ...
 Should do the trick.
 Otherwise if mounting on linux you can also use the 'nodfs' mount option
 (mount.cifs //host/share/... /mnt/ -o ...,nodfs) to disable DFS
 resolving and automatic sub-mounting.
Chad W Seys <cwseys at physics.wisc.edu> writes:
> Hi Aurélien,
>    Thanks!  The mount option nodfs worked if I also used vers=1.0, but 
> otherwise msdfs resol...
2018 Sep 21
1
per share way to not follow msdfs links
Chad W Seys <cwseys at physics.wisc.edu> writes:
>> Yep, sounds like a bug indeed. You still have the option to edit the smb.conf
>> on the server side if you want to use smb2+.
>
> Good to keep in mind.
> I'm speculating leaving 'nodfs' out of smb2+ was purposeful.  Originally 
> it was a workaround for Samba 3.something . Maybe the cifs authors were 
> hoping to leave the legacy code behind?
I added DFS support for smb2, and I did not forget nodfs on purpose :)
I'll send a patch.
Cheers,
-- 
Aurélien Aptel / SUSE...
2009 Dec 02
2
User executional bit set when creating/modifying file on linux server from linux client
Whenever I create or modify a file on my cifs-mount, be it by `echo
"test" >> file` or from bash, the file mode is changed with u+x.
However, that does not happen with touch, and usign chmod u-x works as
it should.  This is very annoying...
It is a linux samba server running samba 3.0.24.  I know it's not the
latest, and if you know there was a bug fixed that can solve my