Difference between revisions of "Formatting an SD card"

From One-Eyed Man Wiki
Jump to navigation Jump to search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 11:59, 14 May 2022

https://www.techwalla.com/articles/how-to-format-an-sd-card-in-debian-linux

After doing the partitioning (one big one, /dev/sdx1), this is the key:

Type the command "mkdosfs /dev/sdb2 -F16" to format the SD card with the FAT16 file system. If you want to use the FAT32 file system, type the command "mkdosfs /dev/sdb2 -F32."