Any thoughts from kernel experts???
Kernel 5.15 has appeared.
ntfs3 support is now built into the kernel - apparently....
So some questions that need to be considered are:
1. how do the 5.14 kernel configs have to be altered to put ntfs into 5.15? ***
2. will the 5.15 kernel with ntfs3 work with a system that already has the ntfs3g drivers included as a package? If the ntfs3g package has to be removed this will restrict the applicability of the 5.15 kernel.
3. what testing is needed to ensure that the new kernel ntfs3 drivers work identically to previous ntfs3g package?
*** I've got these kernel configs from somewhere:
Code: Select all
CONFIG_NTFS3_FS=y
CONFIG_NTFS3_LZX_XPRESS=y
CONFIG_NTFS3_FS_POSIX_ACL=y
are these the complete config changes needed?
The 5.14 configs currently have these configs - is this the right place to make amendments?
Code: Select all
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FAT_DEFAULT_UTF8 is not set
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
# end of DOS/FAT/NT Filesystems