Hacker symbol

October 27, 2023 ~ 1 min read

using `dd` with macos


It is pretty much just a copy paste of commands:

diskutil list # identify the right disk
diskutil unmountDisk diskX
dd if=nixos.iso of=/dev/sdX bs=4M status=progress conv=fdatasync

Sebastian BolaƱos

Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.