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 -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton
On Mon, Feb 06, 2006 at 05:52:59PM -0700, 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 supportedYou answered your own question. From the last message it looks like it is not. -ip -- The system itself does not do what it says it is doing.
On Mon, 6 Feb 2006 17:52:59 -0700 (MST) "RYAN M. vAN GINNEKEN" <luck@computerking.ca> 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 supportedCheck out the ntfsprogs. It can provide fuse support for mounting ntfs partitions. No clue how good it is though.