From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 17:05:39 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 030021065673 for ; Tue, 8 Apr 2008 17:05:39 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.183]) by mx1.freebsd.org (Postfix) with ESMTP id ABB628FC21 for ; Tue, 8 Apr 2008 17:05:38 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so1527332ele.12 for ; Tue, 08 Apr 2008 10:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=znsnIzAI5ZzBKMG8CGQ7XlKeIdJMxlegmJsWUhB5Jk8=; b=frS7LhvS5SxCehDUpYrMGs/8AF04BVD7nchkXb5xfjVGQapNkIQs3YmAS47ShdwsAzetKetbjzmX6IoRGkYWlnZwS/fScdY35nLRxz5eJB9dYh1pv1OJ7Rrgqleg53oxrR9VMO+EUeDwhFfTM2Lf8MoN4cCUdwDC1Ifqre/l0og= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pQHKRH8Bu2Nf+QJE/k1Ryg8mFwWJOAeGV92RQgelpwSU5gYslk7EGfCskcEi4d8hcz8HePDsvjeBiOoeRstcKYvm0WZAd2RhsdxmX1SvcFlnUzd4pMJBgDaQUydyYgPOVGCSaC9cYQGH+L6u6Rm5NjbdU0QzP9MEGhj4Wira8rs= Received: by 10.141.89.13 with SMTP id r13mr2136797rvl.177.1207674335282; Tue, 08 Apr 2008 10:05:35 -0700 (PDT) Received: by 10.140.143.8 with HTTP; Tue, 8 Apr 2008 10:05:35 -0700 (PDT) Message-ID: <8d23ec860804081005m41629465ydc37903227307f1e@mail.gmail.com> Date: Tue, 8 Apr 2008 13:05:35 -0400 From: Schiz0 To: "freebsd questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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:05:39 -0000 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. Thanks for any suggestions, ~Schiz0