Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2003 12:22:55 -0400
From:      "Will Saxon" <WillS@housing.ufl.edu>
To:        "Fosdick, Brandon H" <brandon.h.fosdick@lmco.com>, <stable@freebsd.org>
Subject:   RE: mount_smbfs and samba 2.2.0
Message-ID:  <0E972CEE334BFE4291CD07E056C76ED8DB3085@bragi.housing.ufl.edu>

next in thread | raw e-mail | index | archive | help



> -----Original Message-----
> From: Fosdick, Brandon H [mailto:brandon.h.fosdick@lmco.com]
> Sent: Thursday, July 31, 2003 11:55 AM
> To: stable@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@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@129.197.36.34/net-14 /mount-point

This should work.

-Will



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0E972CEE334BFE4291CD07E056C76ED8DB3085>