How to format an SD card or USB flash drive
If you want to create a bootable SD card or USB flash drive using a disk image like a .iso
or .img
you have a few options.
- Use the
dd
command-line tool - Use a GUI tool like BalenaEtcher
This is a common task when setting up an SD card for a Raspberry Pi or creating a USB flash drive with a Linux LiveCD distro. In this example we will review both the Etcher option and dd
option.