Spencer:
>> sajolida:
>> Spencer said sudo
>
> I think it is necessary to explain the difference between /dev/disk# and
> /dev/rdisk#, since the results of querying will display a list of
> /dev/disk#.
>
> A link:
> http://serenity.ee/post/82120938429/mac-os-dd-with-devdisk-vs-devrdisk
We already have in /mac/usb:
« You can try adding r before disk to make the installation faster.
dd if=[tails.iso] of=[device] bs=16m && sync
You should get something like this:
dd if=/Users/me/tails-i386-1.3.iso of=/dev/rdisk9 bs=16m && sync »
What would you change?