I'm trying to get a list of folders on a path on an as card. The SD card is used by a linux computer and thus is why it is formatted with ext4 filesystem.
The native SD library only mentions Fat32
Are there any ext4 SD card libraries for Arduino? I cannot format it because the linux computer in question (Valve Steamdeck) requires ext4 filesystem for the sd card in order to write large game files to it.
The linux computer in question is a Steamdeck, it requires ext4 formatting in order to make it possible to store large game files (above 4gb in size which is a fat32 limit on single file size)..