Date: Sun, 1 May 2005 23:41:37 GMT From: Steve Davidson <stevedav@sonic.net> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/80519: Write capability for ntfs filesystems does not work at all. Message-ID: <200505012341.j41NfbgF063265@www.freebsd.org> Resent-Message-ID: <200505012350.j41No1kb093281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80519
>Category: kern
>Synopsis: Write capability for ntfs filesystems does not work at all.
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Sun May 01 23:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Steve Davidson
>Release: 5.3-RELEASE
>Organization:
>Environment:
5.3-RELEASE
>Description:
I am using 5.3-RELEASE. The mount_ntfs(8) manual page states that there is limited write capability for NTFS-mounted filesystems. I am finding that there is not write capability at all.
What is the state of writing to an NTFS filesystem on FREEBSD?
I cannot write anything whatsoever.
Does NTFS writing work on any FreeBSD system?
Here is the output of 'mount -p':
/dev/ad0s1 /m/ntfs ntfs rw 0 0
And here is what happens when I try to write to an NTFS mount, e.g.:
% date > xx
xx: No such file or directory.
Reads work fine.
>How-To-Repeat:
mount_ntfs -rw /dev/ntfs_partition /m/ntfs
[write 'anything' to /m/ntfs]... (Use cat, cp, shell redirect, whatever)
anything: No such file or directory.
>Fix:
Fix the kernel driver code?
Alternatively, fix the documentation.
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505012341.j41NfbgF063265>
