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 #