Skip to content

Instantly share code, notes, and snippets.

@xtornasol512
Created January 30, 2018 20:10
Show Gist options
  • Save xtornasol512/6ff93f0367bf8479401381ed2009bd10 to your computer and use it in GitHub Desktop.
Save xtornasol512/6ff93f0367bf8479401381ed2009bd10 to your computer and use it in GitHub Desktop.
Example of burn USB on mac
diskutil list
diskutil partitionDisk /dev/disk1 1 "Free Space" "unused" "100%"
sudo dd bs=1m of=/dev/rdisk1 if=manjaro-kde-17.0-stable-x86_64.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment