Skip to content

Commit 16326bd

Browse files
yocalebobugclerk
authored andcommitted
Disable in-kernel NTFS3 driver
(cherry picked from commit 3a2dfa2)
1 parent a11e1e8 commit 16326bd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/package/truenas/truenas.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ CONFIG_MODULE_COMPRESS_XZ=n
166166
# driver and we don't support this in the field either.
167167
CONFIG_MD=n
168168

169+
#
170+
# Disable in-kernel NTFS3 driver. TrueNAS does not natively support
171+
# NTFS, and the in-tree ntfs3 driver has produced kernel panics during
172+
# filesystem enumeration.
173+
#
174+
CONFIG_NTFS3_FS=n
175+
169176
#
170177
# Compile Linux kernel with warnings as errors
171178
#

0 commit comments

Comments
 (0)