Re: NTFS-3G mount during boot

[ Available lists | Index of freebsd-questions | Month of Oct 2007 | Week of 7 Oct 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Mel <fbsd.questions@rachie.is-a-geek.net>
Date
7 Oct 2007 13:48:06
Subject
Re: NTFS-3G mount during boot
Message-ID
200710071548.04067.fbsd.questions@rachie.is-a-geek.net


[ Hide this part ]
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


Elapsed time: 0.125 seconds