Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2007 15:48:03 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Doug Barton <dougb@freebsd.org>, Novembre <novembre@gmail.com>, freebsd-ports@freebsd.org
Subject:   Re: NTFS-3G mount during boot
Message-ID:  <200710071548.04067.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <3b47caa90710070100p7b28e9f8o64b4e76304710c32@mail.gmail.com>
References:  <3b47caa90710062301s32d54e30j1f2e64eb65126879@mail.gmail.com> <alpine.BSF.0.9999.0710062341050.62920@qbhto.arg> <3b47caa90710070100p7b28e9f8o64b4e76304710c32@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 07 October 2007 10:00:35 Novembre wrote:

> On 10/7/07, Doug Barton <dougb@freebsd.org> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710071548.04067.fbsd.questions>