Skip to content

Instantly share code, notes, and snippets.

View kamalkishorm's full-sized avatar
💻
Evolving 💯 👍

Kamal Kishor Mehra kamalkishorm

💻
Evolving 💯 👍
  • Evolent Health
  • Pune
  • 11:01 (UTC +05:30)
View GitHub Profile
@kamalkishorm
kamalkishorm / create-usb.sh
Created May 12, 2025 04:34 — forked from bmatcuk/create-usb.sh
Creating a Bootable Windows USB from ISO on a Mac
# First, we need to find our device. BEFORE inserting your USB drive, run the
# following:
diskutil list
# This will output a bunch of info about all of the disk drives connected to
# your Mac. Each entry will have a header in the form "/dev/diskX", where X is
# some number starting at 0. Now, insert your USB drive and run the command
# again. You should see a new entry. Make note of the name (ie, /dev/diskX).
diskutil list