On 31/08/20 21:00, Andrew Udvare wrote: > On Mon, Aug 31, 2020, 15:07 никита степанов <[email protected] > <mailto:[email protected]>> wrote: > > What is the fastest file system for microsd? > > > Any file system without journaling and other extra parts. I would place > my bets on ext2 in terms of raw speed. > > There is also FAT and exFAT which should be fast enough. exFAT is > optimised for flash storage and is now in the kernel.
Note that ext2 doesn't exist any more as a separate filesystem. I think it was lwn, I saw the maintainer say that it's only ext now, ext2 and 3 are just synonyms for "4 with various options switched off". So I'd read the docu and see what you think ... Cheers, Wol

