From owner-freebsd-hackers@freebsd.org Wed Sep 30 19:34:29 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DFA7A0B3E6 for ; Wed, 30 Sep 2015 19:34:29 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC3210FC for ; Wed, 30 Sep 2015 19:34:29 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0BFDDA0B3E5; Wed, 30 Sep 2015 19:34:29 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B989A0B3E4 for ; Wed, 30 Sep 2015 19:34:29 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AE3910FB for ; Wed, 30 Sep 2015 19:34:28 +0000 (UTC) (envelope-from rank1seeker@gmail.com) Received: by wicge5 with SMTP id ge5so212053571wic.0 for ; Wed, 30 Sep 2015 12:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=UIoxtWAmHoz8tOuMTvNkdm9uwoyunWtiQdQJfwbkLwE=; b=ExP6qeZbHXyp5EQJPmF26TCEckxaAgyRLztEYKM+DyF5NRcqDbtaFFugeurcYbj2jy HzCr1UhcoLl9r7WhuUFKWSh/9oMyocY3mjtUM7nmkcDx2EdqZIhTvtIhQhMCPAPcrweZ iYhR+oWGIQxqx6cQdCQJDUwCMfTXYVRsdna5yxZyTKBVHGLAGvUQpuzsQAg09iAHQdBr +R0NlYe+PF/I/h16EH49GcbojQPykMDTBmHdcWTEgYWSqxVIjP4mjMIK+NdDJKxuIYtu 2MNwyikVukdJNYpZvFwePgY97fUSKq1wkkeFUQ4Sa6ZJTN26dJ79nAyZHmZ+b/CHa8k8 pI1A== X-Received: by 10.180.23.67 with SMTP id k3mr6856569wif.78.1443641667154; Wed, 30 Sep 2015 12:34:27 -0700 (PDT) Received: from localhost (78-1-186-171.adsl.net.t-com.hr. [78.1.186.171]) by smtp.gmail.com with ESMTPSA id bf8sm2229050wjc.22.2015.09.30.12.34.26 (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Sep 2015 12:34:26 -0700 (PDT) Date: Wed, 30 Sep 2015 21:34:22 +0200 From: To: d@delphij.net, hackers@freebsd.org Subject: Re: NTFS and base, from 10.0 onward Message-ID: <20150930213422.000074f6@gmail.com> In-Reply-To: <560C35AE.4080509@delphij.net> References: <20150930211004.00006632@gmail.com> <560C35AE.4080509@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 19:34:29 -0000 On Wed, 30 Sep 2015 12:19:10 -0700 Xin Li wrote: > On 09/30/15 12:10, rank1seeker@gmail.com wrote: > > Starting from 10.0, mount_fusefs is introduced and mount_ntfs is a > > no more. Is it still posible to mount NTFS, ONLY via BASE by using > > mount_fusefs directly? RO would suffice. > > No. > > The base system NTFS support was removed before 10.0-RELEASE because > it's not MPSAFE and fusefs + ntfs3g have provided a superior > alternative. > > Cheers, Thanks Xin, Last question, that bugs me is a fuse deamon (mentioned in man pages) What is it? How does it "looks like"? What is "creating/spawning it"? ;)