[Samba] Mount the complete SMB tree

Joel Hammer Joel at HammersHome.com
Fri May 23 02:26:47 GMT 2003


Well, I can't debug this script for you from here.
It is not too hard to debug bash scripts if you understand anything about
bash.
For example, you will want to know if the program is doing anything useful.

Since the debugging message Got Here appears, the script has run to this
point:
==============================
echo Got Here
for i in $servers
do
======================

So, put an echo $servers after the echo Got Here statement. That will show
you if the script could find any other servers (ie. Members of your
workgroup) on the local network.

If $servers has no members, that likely means you don't have a winserver.
The script expects a winserver to be available. I found this was necessary
for cross network browsing.

Joel

(On Thu, May 22, 2003 at 03:01:03PM +0200, Z_God wrote:
> I tried the script. When I run it, it displays the following:
> querying 192.168.0.1
> starting server search
> 
> Got Here
> But there do not seem to be any mounts.
> 
> Op zaterdag 17 mei 2003 22:11, schreef Joel Hammer:
> > I see you have gotten no replies.
> >
> > To mount my entire network, here is what I do. It's a script (bash) I
> > wrote a long time ago. It seems to still work.



More information about the samba mailing list