Hi List,
First of all thanks for the advice (Oleg), but my smbmount is in /usr/bin/, I add the path after I got the error in the first time..... as U can see, it didn't help mach.
If U have any other idea, fill free to E-Mail my ;-)
Thanks,
Gili
 
do
locate smbmount
 
and then see where it is. On my system (Debian) it's on /usr/sbin and not /usr/bin
 
if it's not found in neither place, you should install the package. again on debian you can do
 
apt-get install smbmount
 
on other systems, consult your manual :-))))

---
Oleg Kobets
Network Administrator
 
Hi list.
I'm trying to mount a share on a M$WIN2K, on command prompt it's OK (mount, umount no problem), the trouble start when I use script (I write in csh).
I get /usr/bin/smbmount: No match.
I try to change the syntax of the smbmount from \\\\servername\\D to //servername/D and the same output...
 
here is the script :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#!/bin/csh -f
 
/usr/bin/smbmount file://servername/D /tmp -o username=admin/domain%password
 
ls
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
So simple, and so annoying.
I can guess this is some thing so idiotic, but I can't find any solution.
Thanks....

Reply via email to