- Joined
- Mar 6, 2014
- Messages
- 9,553
All changes were made via the FreeNAS webgui. I've noted some odd behavior in samba. If I change the path of a share
to
Then users who have already established a tree connection on the samba server via mapped network drive on Windows will still show the contents of
Has anyone else noticed this? Would this be considered a bug, feature, holding it wrong?
Code:
[SHARE] path = /mnt/Tank/foo
to
Code:
[SHARE] path = /mnt/Tank/bar
Then users who have already established a tree connection on the samba server via mapped network drive on Windows will still show the contents of
/mnt/Tank/foo
. This will persist until the user logs out (forcing the windows SMB client to negotiate a new tree connection). Once the user does this, then navigating to the mapped network will display the contents of /mnt/Tank/bar
.Has anyone else noticed this? Would this be considered a bug, feature, holding it wrong?