02-28-2021, 07:11 PM
That seems to work but it's not the format I remember, I think I've mostly used menuconfig. I've built way more BSD kernels than Linux. Even if I enable the option though, that doesn't supply any code.
I see:
So why is there both exfat and ntfs? cat /proc/filesystems shows ntfs in there, I didn't try it.
I see:
Code:
#
# DOS/FAT/EXFAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_FAT_DEFAULT_UTF8 is not set
# CONFIG_EXFAT_FS is not set
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
# end of DOS/FAT/EXFAT/NT Filesystems
So why is there both exfat and ntfs? cat /proc/filesystems shows ntfs in there, I didn't try it.