Wayne Topa wrote: > > Subject: Re: SMBMOUNT won't > Date: Thu, Apr 15, 1999 at 01:56:16PM +0200 > > In reply to:Mirek Kwasniak > > Quoting Mirek Kwasniak([EMAIL PROTECTED]): > > On Thu, Apr 15, 1999 at 10:25:52AM -0400, Alec Smith wrote: > > > Got a sample syntax? I use > > > > > > smbmount-2.1.x "\\CONDOR\NTC" -c 'mount /home/sweetin/mnt' > > > > > > > smbmount-2.1.x service <password> [-p port] [-d debuglevel] [-l log] > > ^^^^^^^^^ > > > > You need form: > > > > smbmount-2.1.x "\\CONDOR\NTC" your_password_to_share -c 'mount > > /home/sweetin/mnt' > > > > Mirek > I have samba samba-1.9.18p10 running on a slackware partition using the > following commands. > smbmount //win/WING/ /winf -P ^M -U WAYNE TOPA > smbclient '\\win\WING' -N > > This is a very interesting thread. I have just loaded > samba-1.9.18p10-7 (slink) to see if I could get the above working. > The above smbmount command does not work on my slink partition. > > As I have disabled passwords in Win95 ( Whats the need in a home net) I > tried - smbmount-2.1.x "\\win\WING" -c 'mount /wing' it returns > the help list and - \win\WING: Not enough '\' characters in service > [etc] Well, for me, using smbmount 2.0.2, the backslash characters just don't work. Try forward slashes:
smbmount //win/WING <etc> Attempting to use the backslashes always gives me a usage note. And, yes, smbclient likes the backslashes OK, as long as you escape them properly... As an aside, I think it makes some sense *not* to handle the backslashes. I mean, if you mount a VFAT partition, backslashes don't work as directory separators, now do they?