Re: Fw: smbmount: No match

2002-05-07 Thread Tzafrir Cohen
On Tue, 7 May 2002, gili2 wrote: > here is the script : > > #!/bin/csh -f > > /usr/bin/smbmount file://servername/D /tmp -o username=admin/domain%password have you tried removing "file:" ? smbmount //servername/D [etc.] >

Fw: smbmount: No match

2002-05-07 Thread gili2
g KobetsNetwork 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

Re: smbmount: No match

2002-05-05 Thread Oleg Kobets
)) ---Oleg KobetsNetwork Administrator - Original Message - From: redbaron To: [EMAIL PROTECTED] Sent: Sunday, May 05, 2002 6:55 PM Subject: smbmount: No match Hi list. I'm trying to mount a share on a M$WIN2K, on command prompt it's OK (mount, umount no p

smbmount: No match

2002-05-05 Thread redbaron
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