Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 14:54:02 +0200
From:      "Michael Nottebrock" <michaelnottebrock@gmx.net>
To:        "Cheffo Izroda" <mujahidin@egypt.net>, "Stable" <stable@FreeBSD.ORG>
Subject:   Re: smbfs problem
Message-ID:  <015601c102f6$1275b980$0408a8c0@kiste>
References:  <200107020827.BAA25104@mail13.bigmailbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message -----
From: "Cheffo Izroda" <mujahidin@egypt.net>
To: <stable@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?015601c102f6$1275b980$0408a8c0>