Hi all, Is there any tool that can get Samba service (share directory) and its full path? Maybe its output likes this: [share] /home/share [setup] /home/setup ... Any help would be appreciated. Best regards, -- Nguyen Anh Phu
rpcclient -c 'netsharegetinfo sharename' ip_adress cheers,henrik 24 aug 2006 kl. 04:56 skrev Nguyen Anh Phu:> Hi all, > Is there any tool that can get Samba service (share directory) and its > full path? Maybe its output likes this: > > [share] /home/share > [setup] /home/setup > ... > > Any help would be appreciated. > Best regards, > > -- > Nguyen Anh Phu > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba
On Thu, 24 Aug 2006, Nguyen Anh Phu wrote:> Is there any tool that can get Samba service (share directory) and its > full path? Maybe its output likes this: > > [share] /home/share > [setup] /home/setupIn my own setup, I addressed this problem by creating a top-level /share. All Samba shares reside there. If I want to use disk space from a different filesystem and see it under /share, I can use something like an automounter (most automounters can mount local filesystems using a local database), a "bind" mount in Linux, an "lofs" mount in Solaris, etc. - Logan