Skip to content

Instantly share code, notes, and snippets.

@omarzina
Created July 22, 2016 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omarzina/5e53035e564a8005552aa3fc1af6b557 to your computer and use it in GitHub Desktop.
Save omarzina/5e53035e564a8005552aa3fc1af6b557 to your computer and use it in GitHub Desktop.
create bootable usb drive in linux
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