From owner-freebsd-current@FreeBSD.ORG Sun Oct 21 14:39:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3334918A for ; Sun, 21 Oct 2012 14:39:38 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id D7BBE8FC08 for ; Sun, 21 Oct 2012 14:39:37 +0000 (UTC) Received: from [10.0.10.3] ([173.88.213.199]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 21 Oct 2012 07:39:29 -0700 Message-ID: <5084091F.1050402@a1poweruser.com> Date: Sun, 21 Oct 2012 10:39:27 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Raoul Subject: Re: mounting ntfs partition References: <20121021115336.AAA7CD4813A@smtp5-g21.free.fr> In-Reply-To: <20121021115336.AAA7CD4813A@smtp5-g21.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Oct 2012 14:39:30.0135 (UTC) FILETIME=[E0E19670:01CDAF99] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 14:39:38 -0000 Raoul wrote: > Hi, > > Trying to mount a partition from type ntfs > with the following conditions i get: > > R241700, with fusefs-libs in sync. > > kldload fuse > fuse loaded > mount -t ntfs /dev/daXsX > not supported! > mount_ntfs /dev/daXsX > no such file or directory! > > in the second case, truss will report: > sysctl "", ... > which mean that the path is empty of course. > > Perhaps i miss something??? > > Thanks. > > Raoul > rmgls@free.fr > > > Try mount_ntfs /dev/da0s1 /mnt Of course da0s1 must be the correct device name.