[pbs-devel] [PATCH] kernel: switch to ntfs3 driver

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon Apr 8 15:17:45 CEST 2024


it's the more modern version, the legacy 'ntfs' one is already removed upstream
nowadays.. initial feedback on a test build was positive throughout - while it
still doesn't support all features of the Windows version, it does handle a lot
of backups better than the previous one..

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 src/config-base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config-base b/src/config-base
index 0f4f06d..1581b09 100644
--- a/src/config-base
+++ b/src/config-base
@@ -141,7 +141,7 @@ CONFIG_BEFS_FS=y
 CONFIG_SYSV_FS=y
 CONFIG_UFS_FS=y
 CONFIG_ISO9660_FS=y
-CONFIG_NTFS_FS=y
+CONFIG_NTFS3_FS=y
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 
-- 
2.39.2





More information about the pbs-devel mailing list