Created
July 22, 2016 21:22
-
-
Save omarzina/5e53035e564a8005552aa3fc1af6b557 to your computer and use it in GitHub Desktop.
create bootable usb drive in linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdisk -l | |
umount sdx_ | |
dd if=/path/to/file.iso of=/dev/sdx bs=4M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment