▲ | krackers a day ago | |
https://www.sdcard.org/press/thoughtleadership/the-sd-memory... has more details, and a comparison to disk utility format. There is also this open source implementation https://github.com/profi200/sdFormatLinux The main difference seems to be stuff about block size and alignment. >Technically speaking, the SD Memory Card Formatter optimizes the layout of data structures on a SD memory card in accordance with flash parameters defined by the SDA. This includes placing the partition at the correct offset for the internal flash layout of the card, properly aligning the FAT and the cluster heap (an area containing the file and directory data) to internal flash boundaries, and minimizing wear-leveling, while maximizing read/write performance. >Manufacturers of small embedded devices most often expect a file system to be formatted to the above stated parameters, so they optimize their relatively simple system implementations based on the assumption that the file system is already optimized for the internal flash layout. I don't know enough about flash memory to understand why SSDs don't have this issue. Presumably they use more advanced controllers that just hide all this |