image-usb-stick
image-usb-stick copied to clipboard
Use rdisk# instead of disk# on Mac OS X
Suggest you tweak the script to use /dev/rdisk# instead of /dev/disk# as rdisk is MUCH faster when using dd. dd a 700mb to /dev/rdisk1 (with bs=1m) image takes about a minute, but with /dev/disk1 it takes a good 15 minutes.
Cheers.
That's true! I jumped from 1MB/s to 8MB/s
Thank you