From owner-freebsd-fs@FreeBSD.ORG Mon Sep 24 07:48:31 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6169D16A418 for ; Mon, 24 Sep 2007 07:48:31 +0000 (UTC) (envelope-from ighighi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.229]) by mx1.freebsd.org (Postfix) with ESMTP id 0A57313C448 for ; Mon, 24 Sep 2007 07:48:25 +0000 (UTC) (envelope-from ighighi@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so947802wxd for ; Mon, 24 Sep 2007 00:48:25 -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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=SVHDVfFE6M5jt26r3O4YvyvwaOfJqDIUSXPaXcaO6SM=; b=ui+tugw44Ex0BDIkHGNuRmZH4IICCBK/vfjwceQPhdJKuoGzt51C00H9mPXcfeW7A6Ma33SChLxWwmRl7efO0diQWldgBcR9mTeGQ/ZsM6IXAWRUqfcJ+FdVM/jYY0E5LctJCz4lA80jbs6CHhRsSPFt3Zc6raXfvtuRWIyIZoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=EsU23F2DkMsynmLvBr3sUrtUJ7ZBKCw4QccLacL2f629FKCnUUImflvQt3svJlpG3ehOac9ce8TwGyJYJt4MYscA7cVpEgSTEZ+GwThAEXMrOhF55rLKTpfUGeJUrbo+6+8up8eiuroUSXtfB0Qr60lPYm0CE7L5sYk05hMEFl8= Received: by 10.90.118.8 with SMTP id q8mr5322626agc.1190618651027; Mon, 24 Sep 2007 00:24:11 -0700 (PDT) Received: from orion.nebula.mil ( [200.44.87.60]) by mx.google.com with ESMTPS id 44sm2506537hsa.2007.09.24.00.24.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Sep 2007 00:24:08 -0700 (PDT) Message-ID: <46F765E6.6080905@gmail.com> Date: Mon, 24 Sep 2007 03:23:18 -0400 From: Ighighi User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: nmount() version of mount_ntfs(8) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 07:48:31 -0000 Is there anybody working on a nmount() version of mount_ntfs(8) to complete transition of the mount_xxx() tools or no such plan exists? I'm not sure where I've read that these tools are to be merged into one in some BSD. Anyway I could do the work... I also added support for dirmask in NTFS as is used by MSDOSFS that I tested on 6.2-STABLE. If such feature is recognized as useful as it is in msdosfs(5), I could make the newer nmount()-based mount_ntfs(8) understand it as well so it could debut on 7.0. Details in: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/114847 Can any developer with commit rights apply the patch for the NTFS bug in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/114856 ? Regards, Igh.