mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 22:54:10 +00:00
add note for dosfstools dependency if mkfs.vfat command fails
@@ -6,6 +6,7 @@ Usually all the Desktop Environment provide it's own GUI partition tool. for exa
|
|||||||
2. Unmount the SD card with `sudo umount /dev/sdX1`.
|
2. Unmount the SD card with `sudo umount /dev/sdX1`.
|
||||||
|
|
||||||
3. Format the SD card with `sudo mkfs.vfat -F 32 /dev/sdX1`.
|
3. Format the SD card with `sudo mkfs.vfat -F 32 /dev/sdX1`.
|
||||||
|
* if `mkfs.vfat: command not found` install dosfstools dependency (eg: `sudo pacman -S dosfstools`)
|
||||||
|
|
||||||
4. (Optional) Label the SD card with `sudo mkfs.vfat -F 32 -n "SDCARD" /dev/sdX1`.
|
4. (Optional) Label the SD card with `sudo mkfs.vfat -F 32 -n "SDCARD" /dev/sdX1`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user