Page 1 of 1

ESP32 reading NTFS file system

Posted: Sat Apr 08, 2023 1:21 am
by piano1111
Is it possible for the ESP32 to use the new NTFS MicroSD card format, so that file names can
be longer than 8 characters ? If not why? Is it something that can be updated in the future? if so when?

Re: ESP32 reading NTFS file system

Posted: Sat Apr 08, 2023 3:05 am
by ESP_Sprite
Not currently, but if all you want is longer filenames, [V]FAT can also have that, and the ESP32 can use them if you enable support for long file names in menuconfig.