From owner-freebsd-stable@FreeBSD.ORG Sat Aug 23 12:45:02 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7680C2B4 for ; Sat, 23 Aug 2014 12:45:02 +0000 (UTC) Received: from mail-yk0-x22f.google.com (mail-yk0-x22f.google.com [IPv6:2607:f8b0:4002:c07::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 382D73107 for ; Sat, 23 Aug 2014 12:45:02 +0000 (UTC) Received: by mail-yk0-f175.google.com with SMTP id q200so9251724ykb.6 for ; Sat, 23 Aug 2014 05:45:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:mime-version:message-id:in-reply-to :references:content-type:content-transfer-encoding; bh=xYQ7cdLIWRJlSd+/yaozG4lKIffet/SFLqTdntZdta0=; b=c9H8HnleKkDEWQSxvw9heNp6iTgHvmIoKCtU6RWdArue0eXqYY2JY9sGCebkvkpWrp BeZa9rRmZ6xqf68teQzZWeutk9MuzmOfYCJ7nGcvFu0W4ihqRzoT6TpaWhOkHfe+ddDO RAx/cwRdGPWyJTVo7z8VDllYbdkoNhOlr+iwtxpyQe27Sal7LTe2u0Wf3xZwIiAuiuSg rTHmo9uX7omIT1LTN83z9mKYSxCHRfxgPXnlUxmlDoezExJDqza2MNURuPQeET5MvaKy 85Eco+HyAfd3nY/cSeDgYMqjOU6b9E3MQOVbWK5m1n83IzOzHiht2L3heWfODicWiA/I Md+g== X-Received: by 10.236.222.103 with SMTP id s97mr16222659yhp.40.1408797901419; Sat, 23 Aug 2014 05:45:01 -0700 (PDT) Received: from localhost (173-26-254-198.client.mchsi.com. [173.26.254.198]) by mx.google.com with ESMTPSA id k6sm1195568yho.23.2014.08.23.05.45.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Aug 2014 05:45:01 -0700 (PDT) From: Chuck Burns To: Subject: Re: Problem with 10-STABLE with NTFS Date: Sat, 23 Aug 2014 07:45:00 -0500 User-Agent: Trojita/0.4.1; Qt/4.8.6; X11; AnyBSD4.4OpenBSD; MIME-Version: 1.0 Message-ID: <224113a0-31b5-4c0f-b30c-7c70ce4fc7c8@gmail.com> In-Reply-To: <1408780466.9176.YahooMailNeo@web140901.mail.bf1.yahoo.com> References: <1408780466.9176.YahooMailNeo@web140901.mail.bf1.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 12:45:02 -0000 On Saturday, 23 August 2014 02:54:26 CDT, Filippo Moretti via=20 freebsd-stable wrote: > When attempting to mount a NTFS partition on i386 arch I get=20 > the following error[root@sting /home/filippo]# ntfs-3g=20 > /dev/ada0s1 /mnt/hd0 > fuse: failed to open fuse device: No such file or directory > any help appreciated. > Filippo > I have fusefs_enable=3D"YES" > in /etc/rc.conf Is the fuse module installed and loaded? kldstat will show you. Really looks like the module isn't loaded. Chuck