From owner-freebsd-ports@FreeBSD.ORG Sun Oct 7 14:08:01 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A8916A469; Sun, 7 Oct 2007 14:08:01 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 49B8C13C4C1; Sun, 7 Oct 2007 14:08:01 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 5C0121CDEE; Sun, 7 Oct 2007 05:48:05 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 7 Oct 2007 15:48:03 +0200 User-Agent: KMail/1.9.7 References: <3b47caa90710062301s32d54e30j1f2e64eb65126879@mail.gmail.com> <3b47caa90710070100p7b28e9f8o64b4e76304710c32@mail.gmail.com> In-Reply-To: <3b47caa90710070100p7b28e9f8o64b4e76304710c32@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710071548.04067.fbsd.questions@rachie.is-a-geek.net> Cc: Doug Barton , Novembre , freebsd-ports@freebsd.org Subject: Re: NTFS-3G mount during boot X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 14:08:01 -0000 On Sunday 07 October 2007 10:00:35 Novembre wrote: > On 10/7/07, Doug Barton wrote: > > On Sun, 7 Oct 2007, Novembre wrote: > > > The first error above is because the fuse kernel module is not yet > > > > loaded. > > > > Well isn't it sort of pointless to proceed until you get the kernel > > module loaded at boot time and then see what happens next? > > Oh, the kernel module IS loaded as shown in 'dmesg -a' and in > /var/log/messages. However, it can't be loaded unless / and /usr file > systems are mounted. Filesystems that need modules from anywhere else then the root partition cannot be loaded from /etc/fstab. Either make fusefs-kmod install in /boot/modules (echo 'KMOD_DIR=/boot/modules' >/usr/ports/sysutils/fusefs-kmod/Makefile.local) or mount the filesystem using an rc(8) script in /usr/local/etc/rc.d/. In the end you do not really care whether it's mounted 20 seconds or 1 second before login prompt is available. -- Mel