Obukowicz@aol.com
2007-Jan-26 20:42 UTC
[Samba] Multiple Filesystems on one path stmt in smb.conf
Can the path statement in the smb.conf contain two entries as in the example below: path = /u04/abcdef /u03/xyz What I want to do is to essentially have 2 filesystems be part of one share so that the windows users would see all the sub-directories of filesystems /u04/abcdef and /u03/xyz
Luis Daniel Lucio Quiroz
2007-Jan-26 21:38 UTC
[Samba] Multiple Filesystems on one path stmt in smb.conf
You can do that with DFS (i think its correct name, review Samba how to). DFS let you to have share distributed. Le vendredi 26 janvier 2007 14:37, Obukowicz@aol.com a ?crit?:> Can the path statement in the smb.conf contain two entries as in the > example below: > > path = /u04/abcdef /u03/xyz > > What I want to do is to essentially have 2 filesystems be part of one share > so that the windows users would see all the sub-directories of filesystems > /u04/abcdef and /u03/xyz
On Fri, 26 Jan 2007 15:37:14 -0500 (EST), you wrote:>Can the path statement in the smb.conf contain two entries as in the example >below: > >path = /u04/abcdef /u03/xyz > >What I want to do is to essentially have 2 filesystems be part of one share >so that the windows users would see all the sub-directories of filesystems >/u04/abcdef and /u03/xyzWhat I did at my site was to share out a directory filled with symlinks. These symlinks link to various actual directories on different filesystems. L8r, Mike
John Drescher
2007-Jan-27 05:15 UTC
[Samba] Multiple Filesystems on one path stmt in smb.conf
> What I did at my site was to share out a directory filled with > symlinks. These symlinks link to various actual directories on > different filesystems. >I do this on my network and it works very well. John