Skip to content

Commit 1d8cc8f

Browse files
authored
Merge pull request #257 from truenas/disable-ntfs3-ker-mod
NAS-140754 / 27.0.0-BETA.1 / Disable in-kernel NTFS3 driver
2 parents da90781 + 3a2dfa2 commit 1d8cc8f

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)