From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 08:00:37 2007 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 A69E116A41B for ; Sun, 7 Oct 2007 08:00:37 +0000 (UTC) (envelope-from novembre@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6753A13C465 for ; Sun, 7 Oct 2007 08:00:37 +0000 (UTC) (envelope-from novembre@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1895814pyb for ; Sun, 07 Oct 2007 01:00:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=okBVEodFe6Xo5awPS+ZBQMw4rj5W0iiw8cc5gYYI4vA=; b=C3Y4NA2S62q2CsSNk5skE3Knc4Pg6SazLg8Ylrko0wowCmxWAxL2sfDaCsyQkyKWD1hglBRHQgRogbPeszMJsdLCQ+EhXZQpDuxMBSq35eWJMwI7X+5ojE9B0cai8BTatiQJ36S0yQYK4n0wNmP+HJliK9PHVWO66vG5R63Xlfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lvSAL4W7gGTg9PtOOveon38OdbiY9jZaWuMTP45mZey2EOlMleVo27c71X104OA1EpfMa60w6lLxcyswM5OCdzGYoD2x2oeuEOAKDaI2mEM5UI8UABRaCAvhMnEo+KtUhYiFaP0/I2cM4qHgBz53wfMpnuJTTX2O0/qaAn+WeOc= Received: by 10.64.201.7 with SMTP id y7mr17725989qbf.1191744036027; Sun, 07 Oct 2007 01:00:36 -0700 (PDT) Received: by 10.64.210.17 with HTTP; Sun, 7 Oct 2007 01:00:35 -0700 (PDT) Message-ID: <3b47caa90710070100p7b28e9f8o64b4e76304710c32@mail.gmail.com> Date: Sun, 7 Oct 2007 03:00:35 -0500 From: Novembre To: "Doug Barton" In-Reply-To: MIME-Version: 1.0 References: <3b47caa90710062301s32d54e30j1f2e64eb65126879@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" , freebsd-ports@freebsd.org Subject: Re: NTFS-3G mount during 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: Sun, 07 Oct 2007 08:00:37 -0000 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. That's what I meant in my post when I said "the first error above is because the fuse kernel module is not yet loaded", since the mounting comes first. Indeed, 'kldstat' shows that it's loaded. My point was, after mounting / and /usr, and after loading fuse.ko, why do I get the second error message above "Mounting late file systems: fuse: failed to exec mount program: No such file or directory" in 'dmesg -a' when 'ps -ax' and /var/log/message show that ntfs-3g has been run? Why my Windows 2000 partition is not mounted then if ntfs-3g is running? Thanks :) 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? > > -- > > This .signature sanitized for your protection > >