From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 17:37:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41CA71065686 for ; Tue, 8 Apr 2008 17:37:10 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from mho-01-bos.mailhop.org (mho-01-bos.mailhop.org [63.208.196.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1702D8FC27 for ; Tue, 8 Apr 2008 17:37:09 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from [207.195.253.144] (helo=[192.168.11.7]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JjHJ6-000KQm-Nh; Tue, 08 Apr 2008 17:08:29 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 207.195.253.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19iiWd3XPvQadLYHTQwmGxgz+1Ro0i3PUo= Message-ID: <47FBA676.5080405@mikestammer.com> Date: Tue, 08 Apr 2008 11:08:06 -0600 From: Eric Zimmerman User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Schiz0 References: <8d23ec860804081005m41629465ydc37903227307f1e@mail.gmail.com> In-Reply-To: <8d23ec860804081005m41629465ydc37903227307f1e@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd questions Subject: Re: Loading smbfs Module on Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2008 17:37:10 -0000 Schiz0 wrote: > I'm trying to mount a networked NTFS drive via smbfs. However, my > kernel secure level is set to 2, so I cannot load the smbfs module > while the system is running. How can I set the smbfs module to load on > boot? I checked /boot/defaults/loader.conf, but didn't see anything in > there for smbfs. > i added smbfs_load="YES" to my /boot/loader.conf. I think thats what you want.