Displaying 3 results from an estimated 3 matches for "storagea".
Did you mean:
storage
2007 Mar 03
2
Unable to follow dfs referral - still a problem for smbclient & also freebsd smbfs
...e destination share.
Microsoft clients have no trouble browsing such trees.
The Samba HOWTO only gives an example of the basic case where the link
happens to be directly to the 'share folder' of the destination
i.e
--------------------------------
root# cd /export/dfsroot
root# ln -s msdfs:storageA\\shareA linka
in smb.conf...
[global]
netbios name = GANDALF
host msdfs = yes
[dfs]
path = /export/dfsroot
msdfs root = yes
-------------------------------
But if you try instead:
root# ln -s msdfs:storageA\\shareA\mydata linka
Then if you mount \\GANDALF\dfs using smbfs - you can't get i...
2002 Oct 24
1
MSDFS info...
...his
example:
# The smb.conf file:
[global]
netbios name = SAMBA
host msdfs = yes
[dfs]
path = /export/dfsroot
msdfs root = yes
then I must create some link into /export/dfsroot:
root# cd /export/dfsroot
root# chown root /export/dfsroot
root# chmod 755 /export/dfsroot
root# ln -s msdfs:storageA\\shareA linka
root# ln -s msdfs:serverB\\share,serverC\\share linkb
but what are the setting of the samba server storageA, storageB and
storageC for the shareA and share?
Thank you very much and Best Regards.
Fabrizio.
2001 Dec 14
1
Using MSDFS
...own below.
I have 2 Samba servers (SMB1 and SMB2). I set up the DFS share on SMB1 per these instructions and want to share the Public share from SMB2 through DFS on SMB1.
1. root# cd /export/dfsroot
2. root# chown root /export/dfsroot
3. root# chmod 755 /export/dfsroot
4. root# ln -s msdfs:storageA\\shareA linka
5. root# ln -s msdfs:serverB\\share,serverC\\share linkb
I think the 5th line would be: ln -s msdfs:smb2\\public
I'm totally confused about what the 4th line is trying to get me to do. I assume "storageA" is SMB1 and shareA is the DFS share, and the symbolic link...