mount_smbfs and samba 2.2.0
Will Saxon
WillS at housing.ufl.edu
Thu Jul 31 09:22:58 PDT 2003
> -----Original Message-----
> From: Fosdick, Brandon H [mailto:brandon.h.fosdick at lmco.com]
> Sent: Thursday, July 31, 2003 11:55 AM
> To: stable at freebsd.org
> Subject: mount_smbfs and samba 2.2.0
>
>
> 8:27 bfoz@~#smbclient \\\\129.197.36.34\\net-14 -U 'acct01\bfosdick'
> added interface ip=129.197.26.143 bcast=129.197.26.255
> nmask=255.255.255.0
> Password: <my password>
> Domain=[SVL] OS=[Unix] Server=[Samba 2.2.0]
> smb: \> quit
>
> but with mount_smbfs I get:
>
> 8:29 bfoz@~#mount_smbfs -I 129.197.36.34
> //bfosdick at jupiter_sp/net-14 /mnt
> Password: <same password as above>
> mount_smbfs: unable to open connection: syserr = Authentication error
I think you need to try specifying your domain (SVL?), like this:
mount_smbfs -I 129.197.36.34 -W SVL //bfosdick at 129.197.36.34/net-14 /mount-point
This should work.
-Will
More information about the freebsd-stable
mailing list