Skip to content

Instantly share code, notes, and snippets.

@RaphHaddad
Last active May 12, 2022 04:56
Show Gist options
  • Save RaphHaddad/eb9fdbae3fce34cd6a107722c34ce4a6 to your computer and use it in GitHub Desktop.
Save RaphHaddad/eb9fdbae3fce34cd6a107722c34ce4a6 to your computer and use it in GitHub Desktop.
Burning ISO onto disk
# Replace
% diskutil list
...
...
...
/dev/disk4 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: CCCOMA_X64FRE_EN-GB... *64.4 GB disk4
% diskutil unmountDisk /dev/disk4
% sudo dd if=/path/to/iso/iso-name.iso of=/dev/disk4 bs=1m
5746+1 records in
5746+1 records out
6025603072 bytes transferred in 655.244800 secs (9195957 bytes/sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment