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.]
>
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
))
---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
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