From owner-freebsd-questions@FreeBSD.ORG Tue Nov 2 02:00:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CDB16A4CE for ; Tue, 2 Nov 2004 02:00:12 +0000 (GMT) Received: from smtp816.mail.sc5.yahoo.com (smtp816.mail.sc5.yahoo.com [66.163.170.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D677B43D2F for ; Tue, 2 Nov 2004 02:00:10 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.248.197.65 with plain) by smtp816.mail.sc5.yahoo.com with SMTP; 2 Nov 2004 02:00:10 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Mon, 1 Nov 2004 19:59:57 -0600 User-Agent: KMail/1.7 References: <002101c4c00d$5a21f820$0b00a8c0@bailey> <4186B8D1.8070606@ec.rr.com> In-Reply-To: <4186B8D1.8070606@ec.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411011959.57830.donaldj1066@fastmail.fm> Subject: Re: Mounting an XP share in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2004 02:00:12 -0000 On Monday 01 November 2004 04:29 pm, jason wrote: > Gareth wrote: > > Hi all, > > > > I've been experiencing some problems mounting a Windows XP SP2 > > share in FreeBSD 4.10. My samba version is samba-2.2.8a_2. I > > have turned off the firewall on the windows machine, and all > > traffic on the FreeBSD machine's internal 192.168.0 subnet > > flows freely. > > > > I am trying to mount a share called 'backups' on the windoze > > machine with the following command: > > mount_smbfs -I 192.168.0.11 //guest@192.168.0.11/backups > > /mnt/backups/ > > > > ... i am prompted for a password and i enter it. I then get > > this message: mount_smbfs: unable to open connection: syserr = > > Connection reset by peer > > > > If I give mount_smbfs the -N switch it makes no difference. The > > connection keeps getting reset. I can ping the windows machine > > and the windows machine can browse the samba shares on the > > FreeBSD machine. > > > > Can anyone offer a helping hand? > > > > Thanks, > > Gareth > > > > > > _______________________________________________ > > It should be mount_smbfs -I 192.168.0.11 > //guest@machine_name/backups /mnt/backups. The machine_name > could be the ip, but do you see your machine named 192.... when > in network neighborhood? Or is it something like windows_box or > whatever? > _______________________________________________ A slight correction on the above: Do you actually have a guest account the the XPbox that is active? Generally they are not and you have to use an actual account and password on the XPbox. If you have the name of the XP box in /etc/hosts you can use the name rather than the IP. mount_smbfs -I WinBox //user_name@WinBox/backups /mnt Don -- Donald J. O'Neill donaldj1066@fastmail.fm