From owner-freebsd-stable@FreeBSD.ORG Sun Feb 12 16:51:45 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A582816A420 for ; Sun, 12 Feb 2006 16:51:45 +0000 (GMT) (envelope-from vvelox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7153343D55 for ; Sun, 12 Feb 2006 16:51:45 +0000 (GMT) (envelope-from vvelox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id 2656D14DA52; Sun, 12 Feb 2006 08:51:42 -0800 (PST) Date: Sun, 12 Feb 2006 11:00:34 -0600 From: "Z.C.B." To: "RYAN M. vAN GINNEKEN" Message-ID: <20060212110034.5452e8ed@vixen42.vulpes> In-Reply-To: <18525189.261139273579156.JavaMail.root@shoemasters.com> References: <18525189.261139273579156.JavaMail.root@shoemasters.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.12; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Freebsd 6 ntfs write ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2006 16:51:45 -0000 On Mon, 6 Feb 2006 17:52:59 -0700 (MST) "RYAN M. vAN GINNEKEN" wrote: > Hello all i am woundering if ntfs write works yet in fbsd 6? > > FreeBSD t9100.computerking.ca 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE > #0: Sat Feb 4 22:02:58 MST 2006 > root@t9100.computerking.ca:/usr/obj/usr/src/sys/T9100 i386 > > i have added the following to my /etc/fstab > > /dev/ad0s1 /mnt/winxpro ntfs rw > 0 0 > > but get errors when tring to delete files > > > su-2.05b# rm wepkeys.txt > rm: wepkeys.txt: Operation not supported Check out the ntfsprogs. It can provide fuse support for mounting ntfs partitions. No clue how good it is though.