Great post I needed this morning for burning an ISO to a USB drive.
Essentially partition the USB drive using DiskUtil as "Free Space". Open a terminal window and use "diskutil list" and note the device path. Unmount the disk but leave it physically connected. Then finally use the dd command to burn the image (example: sudo dd if=location/name.img of=/dev/disk2).
0 comments:
Post a Comment