Skip to content

Instantly share code, notes, and snippets.

@eighty4
Created July 4, 2023 06:15
Show Gist options
  • Save eighty4/e9ddec12f8789089936a9154fda02923 to your computer and use it in GitHub Desktop.
Save eighty4/e9ddec12f8789089936a9154fda02923 to your computer and use it in GitHub Desktop.
Copy ISO to USB
# find USB mount
diskutil list
# unmount USB
diskutil unmountDisk /dev/disk2
# copy ISO to USB
sudo dd if=/Users/adam/Downloads/ubuntu-23.04-desktop-amd64.iso of=/dev/disk2 bs=1m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment