From owner-freebsd-questions Fri Nov 29 17:39:19 2002 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 8E1CE37B404 for ; Fri, 29 Nov 2002 17:39:17 -0800 (PST) Received: from arrakis.colorado.edu (arrakis.Colorado.EDU [128.138.120.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D6243E4A for ; Fri, 29 Nov 2002 17:39:17 -0800 (PST) (envelope-from chris@evilelement.net) Received: from smct43-197-dhcp.colorado.edu ([128.138.43.197] helo=evilelement.net) by arrakis.colorado.edu with esmtp (Exim 3.35 #1 (Debian)) id 18Hwdp-0004qZ-00; Fri, 29 Nov 2002 18:41:57 -0700 Message-ID: <3DE816C2.9000203@evilelement.net> Date: Fri, 29 Nov 2002 18:39:14 -0700 From: Chris Brotherton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kellers Cc: Jason Hunt , freebsd-questions@freebsd.org Subject: Re: Accessing Windows Share References: <20021129173214.K86164-100000@lethargic.dyndns.org> <200211291925.22763.timothyk@wallnet.com> X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to install smbfs with ports and received the following message: smbfs-1.4.1 OS versions subsequent to 440002 include smfs I was under the impression that smfs is part of the base system, but that I had to include options in the kernel config. If I try and use mount_smbfs, I get: Command not found. Chris. p.s. I have samba-2.2.6 already installed. Tim Kellers wrote: > If you want to mount Windows shares without Samba, though, you need SMBFS and > a comman like: > > mount_smbfs -W [Workgroup or Domain] -I [IP address of Windows server] > //windowsuser@netbiosname/sharename /FreeBSD mount point > > This prompts you for a password. > > The docs say that a -N arguement may contain the password on the command (or > script) line, but I've never gotten that to work. > > Tim Kellers > > > > > On Friday 29 November 2002 05:36 pm, Jason Hunt wrote: > >>On Fri, 29 Nov 2002, Chris Brotherton wrote: >> >>>I want to mount a windows share on my FreeBSD box (alpha 500au running >>>4.7). I added the following options to my kernel configuration file: >>> >>>options NETSMB >>>options NETSMBCRYPTO >>>options LIBMCHAIN >>>options LIBICONV >>>options SMBFS >>> >>>When I compile my kernel, I get the following error: >>> >>>unknown option "SMBFS" >>> >>>Can someone tell me what I am doing wrong? >> >>I'm not sure about why "options SMBFS" doesn't work, but I've never had to >>add anything to my kernel in order to make Samba work. I just had to >>install Samba itself and was able to mount SMB shares with no problems. >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message