Sunday, May 19, 2013

How to burn iso image to USB

Assuming that your iso image file is located in "/home/clemrasul/linux.iso" and your USB is in "/dev/sdb", the Linux command to burn the image is:

#dd if=/home/clemrasul/linux.iso of=/dev/sdb

This command comes built-in in Linux.