kern/80519: Write capability for ntfs filesystems does not work at all.

Steve Davidson stevedav at sonic.net
Sun May 1 16:50:02 PDT 2005


>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:


More information about the freebsd-bugs mailing list