On a standard FreeBSD system, mount_ntfs is a binary:
|
Code:
|
Terry@dixie$ file /sbin/mount_ntfs 18:29
/sbin/mount_ntfs: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.0 (700109), dynamically linked (uses shared libs), FreeBSD-style, stripped
Terry@dixie$ 18:31 |
PC-BSd does ship with the fuse based ntfs, but I don't recall any mention of them replacing the standard command with it.
The sysutils/fusefs-ntfs port should install /usr/local/bin/mount_ntfs-3g as a symbolic link to /usr/local/bin/ntfs-3g, but does not replace /sbin/mount_ntfs on it's own accord.
If you can, try this:
|
Code:
|
$ cmp /sbin/mount_ntfs /usr/local/bin/mount_ntfs-3g
$ cmp /sbin/mount_ntfs /sbin/mount_ntfs.orig |
the cmp command will give no output if the files are the same, otherwise it'll output a message about where they differ. If there is no mount_ntfs-3g, check for /usr/local/bin/ntfs-3g instead. If /sbin/mount_ntfs is a shell script, open it in an editor and cmpthe binary it calls with ntfs-3g.
If /sbin/mount_ntfs is really ntfs3-g or calling it through a wrapper script -> I would file a bug report against PC-BSD.
The ntfs-3g port on FreeBSD is currently out of date, the port is v1.2531 but v1.5012 was released on 2008-10-12. So one would have to try the latest ntfs-3g to /fairly/ file a bug report with them about the 4GB issue.