From 3a2dfa2df061a7c1c002800ff7b38e103e12f554 Mon Sep 17 00:00:00 2001 From: caleb Date: Wed, 22 Apr 2026 08:27:39 -0400 Subject: [PATCH] Disable in-kernel NTFS3 driver --- scripts/package/truenas/truenas.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/package/truenas/truenas.config b/scripts/package/truenas/truenas.config index 033cedd3871d..b15167363452 100644 --- a/scripts/package/truenas/truenas.config +++ b/scripts/package/truenas/truenas.config @@ -166,6 +166,13 @@ CONFIG_MODULE_COMPRESS_XZ=n # driver and we don't support this in the field either. CONFIG_MD=n +# +# Disable in-kernel NTFS3 driver. TrueNAS does not natively support +# NTFS, and the in-tree ntfs3 driver has produced kernel panics during +# filesystem enumeration. +# +CONFIG_NTFS3_FS=n + # # Compile Linux kernel with warnings as errors #