From owner-freebsd-current@FreeBSD.ORG Thu Oct 25 10:17:12 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 B794EEC1; Thu, 25 Oct 2012 10:17:12 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 59E998FC17; Thu, 25 Oct 2012 10:17:12 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 2CD796A6001; Thu, 25 Oct 2012 12:17:11 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.5/8.14.5) with ESMTP id q9PAHAxs013019; Thu, 25 Oct 2012 12:17:10 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.5/8.14.5/Submit) id q9PAHAqV011786; Thu, 25 Oct 2012 12:17:10 +0200 (CEST) (envelope-from lars) Date: Thu, 25 Oct 2012 12:17:10 +0200 From: Lars Engels To: Attilio Rao Subject: Re: mounting ntfs partition Message-ID: <20121025101710.GM82606@e-new.0x20.net> References: <20121021221030.77C5AD4808C@smtp5-g21.free.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dp9QYJgVRVEW2bsm" Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.3-RELEASE-p4 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Raoul MEGELAS , George Neville-Neil , 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: Thu, 25 Oct 2012 10:17:12 -0000 --dp9QYJgVRVEW2bsm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 22, 2012 at 12:50:36AM +0100, Attilio Rao wrote: > On Sun, Oct 21, 2012 at 11:10 PM, Raoul MEGELAS wrote: > > On Sun, 21 Oct 2012 22:58:00 +0100 > > Attilio Rao wrote: > > > > On Sun, Oct 21, 2012 at 10:55 PM, Raoul MEGELAS wrote: > >> On Sun, 21 Oct 2012 22:07:36 +0100 > >> Attilio Rao wrote: > >> > >>>On 10/21/12, Raoul MEGELAS wrote: > >>>> On Sun, 21 Oct 2012 14:04:46 +0100 > >>>> Attilio Rao wrote: > >>>> Hi Attilio, > >>>> > >>>> > >>>>> On Sun, Oct 21, 2012 at 12:53 PM, 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??? > >>>>> > >>>>>Try > >>>>> > >>>>> ntfs-3g /dev/daXsX /mnt/ntfs/ > >>>> > >>>> ntfs-3g crashes in the following environment: > >>>> mac x86/64 hardware, running an external usb drive with a freebsd pa= rtition > >>>> (da0s3; > >>>> da1s1 da1s2 =3D ntfs partitions. > >>>> and even if it mounts fine the first read/rwrite panic. > >>>> > >> > >> > >>>> and now i investigated a little more. > >>> > >>> BTW, are you using the imported new FUSE module from stock kernel? > >>>I think that fusefs-ntfs will install fusefs-kmod port which must not > >>>happen now. > >> > >> > >>>Please make sure to use the stock FUSE support present in -CURRENT > >>>(which means reinstalling kernel and world appropriately). > >> > >> if CURRENT R241700 has the good one as UPDATING said, i have it. > >> > >> mount.c is dated October 18. > >> other files in the same directory: February. > > > >> Yes but did you rebuild world and install it? > >> Is your kernel using FUSE support from the kernel config? (and not > >> from the fusefs-kmod port) > > > > yes: > > deinstall fusefs-ntfs > > deinstall fusefs-kmod > > > > svn update > > make buildworld > > no error > > build kernel > > no error > > mergemaster! > > all this on October 18: R241700 > > > > i rebuilt mount from /usr/src/head/sbin/mount just now, and mount_ntfs, > > with the same result. >=20 > mount_ntfs has no play here. It is a remnant of the in-kernel support > for NTFS and it is not used at all. > You need to install fusefs-ntfs and use ntfs-3g the way I showed you. Can mount_ntfs print a warning to use ntfs-3g if it's called in CURRENT? --dp9QYJgVRVEW2bsm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlCJEaYACgkQKc512sD3afjOhgCgxyawO4yEMhQEmMbDnJFniIZ+ 5YoAnAmIyuNWtxIEpi7xn0/UzDABUoma =b4DA -----END PGP SIGNATURE----- --dp9QYJgVRVEW2bsm--