]> git.proxmox.com Git - proxmox-backup-restore-image.git/commitdiff
kernel: switch to ntfs3 driver
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 8 Apr 2024 13:17:45 +0000 (15:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 15:40:03 +0000 (17:40 +0200)
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@proxmox.com>
src/config-base

index 0f4f06dd6c9b00fba1d98541d0e76596a8fe40ea..1581b094145d363d98e287bec04da3e2e33c435f 100644 (file)
@@ -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