Alles neu macht Apple: schelles Schreiben eines Linux ISO-Images auf einen Stick.
diskutil umountDisk /dev/disk5
Und dann in langsam:
dd of=/dev/disk5 if=linux.dd
Und das gleiche in schnell:
dd of=/dev/rdisk5 if=linux.dd bs=8m
Alles neu macht Apple: schelles Schreiben eines Linux ISO-Images auf einen Stick.
diskutil umountDisk /dev/disk5
Und dann in langsam:
dd of=/dev/disk5 if=linux.dd
Und das gleiche in schnell:
dd of=/dev/rdisk5 if=linux.dd bs=8m