diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-01-19 16:19:53 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-01-19 16:19:53 +0000 |
| commit | 1bea7c61aa52fa7414ea90a84999d8cc93ce3621 (patch) | |
| tree | 8b33f55d4bca43f0eef7413042ea3bdff1c2780c /sys/conf | |
| parent | 940369b9088c6493ba4f1230ecc38d8731a11bb2 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b28c055cd5c1..189cdf8ee80d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -942,7 +942,11 @@ options HPFS #OS/2 File system options MSDOSFS #MS DOS File System (FAT, FAT32) options NFSSERVER #Network File System server options NFSLOCKD #Network Lock Manager -options NTFS #NT File System + +# NT File System. Read-mostly and it's not actively maintained. +# For a better NTFS support consider sysutils/fusefs-ntfs port/package. +options NTFS + options NULLFS #NULL filesystem # Broken (depends on NCP): #options NWFS #NetWare filesystem |
