Which of the following commands can be used to create USB storage media from a disk image?
dd copies raw data between files or devices, so it can write a disk image directly to a USB storage device.
dd
Community Discussion