From owner-freebsd-stable Mon Jul 2 5:54:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id D00CC37B403 for ; Mon, 2 Jul 2001 05:54:30 -0700 (PDT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail 15824 invoked by uid 0); 2 Jul 2001 12:54:29 -0000 Received: from pd4b9efa4.dip.t-dialin.net (HELO kiste) (212.185.239.164) by mail.gmx.net (mail08) with SMTP; 2 Jul 2001 12:54:29 -0000 Message-ID: <015601c102f6$1275b980$0408a8c0@kiste> From: "Michael Nottebrock" To: "Cheffo Izroda" , "Stable" References: <200107020827.BAA25104@mail13.bigmailbox.com> Subject: Re: smbfs problem Date: Mon, 2 Jul 2001 14:54:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Cheffo Izroda" To: Sent: Monday, July 02, 2001 10:27 AM Subject: smbfs problem > I can not compile my cernel with : > options netsmb > options netsmbcrypto > options smbfs > > > Some one to know why ??? For a complete 'inside-kernel-smbfs' you need the following in your kernconf: options SMBFS #SMB/CIFS filesystem options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB options LIBMCHAIN #mbuf management library options LIBICONV #Kernel side iconv library You still need smbfs-1.4.1 from the ports in order to get the mount-scripts etc. Once you are up and running, make sure to read man 8 mount_smbfs, because the the way of supplying usernames & passwords to mount_smbfs (and mount, respectively) differs from the way it is done in Linux. Greetings, Michael Nottebrock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message