diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-01-19 15:59:05 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-01-19 15:59:05 +0000 |
commit | 9499f792d505475161e5fe406bfcb14375de801b (patch) | |
tree | 16de55f57395aa50a9874397783f71459a90e0d8 /sbin | |
parent | 2f4bdc6a7fc9280974f1f690f55a65efe8238191 (diff) | |
download | FreeBSD-src-9499f792d505475161e5fe406bfcb14375de801b.zip FreeBSD-src-9499f792d505475161e5fe406bfcb14375de801b.tar.gz |
In the CAVEATS section mention the fact that the NTFS kernel support isn't
very well maintained and point user to sysutils/fusefs-ntfs, which
at the time of this writing seems to be a better alternative.
Suggested by: luigi
MFC after: 2 weeks
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_ntfs/mount_ntfs.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/mount_ntfs/mount_ntfs.8 b/sbin/mount_ntfs/mount_ntfs.8 index 059618f..4dd22dd 100644 --- a/sbin/mount_ntfs/mount_ntfs.8 +++ b/sbin/mount_ntfs/mount_ntfs.8 @@ -154,6 +154,12 @@ This utility is primarily used for read access to an NTFS volume. See the .Sx WRITING section for details about writing to an NTFS volume. +.Pp +Apart from being read-mostly, the NTFS support in the +.Fx +kernel is not actively maintained. For any non-trivial use +sysutils/fusefs-ntfs package, a more complete and better +maintained alternative, is recommended instead. .Sh HISTORY The .Nm |