We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11e1e8 commit 16326bdCopy full SHA for 16326bd
1 file changed
scripts/package/truenas/truenas.config
@@ -166,6 +166,13 @@ CONFIG_MODULE_COMPRESS_XZ=n
166
# driver and we don't support this in the field either.
167
CONFIG_MD=n
168
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
+
176
#
177
# Compile Linux kernel with warnings as errors
178
0 commit comments