Skip to content

Instantly share code, notes, and snippets.

@robinraju
Created March 21, 2017 05:47
Show Gist options
  • Save robinraju/ea422098838be41497fb2bcd3b1039ca to your computer and use it in GitHub Desktop.
Save robinraju/ea422098838be41497fb2bcd3b1039ca to your computer and use it in GitHub Desktop.
$ df
This will list all mounted devices
$ sudo umount /dev/sdc<?>
where <?> is a number, look it up. Then, next:
$ sudo dd bs=4M if=input.iso of=/dev/sdc<?>
where input.iso is the input file, and /dev/sdc<?> is the USB device you're writing to.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment