Re: [Tails-ux] documentation installation guide MAC

Supprimer ce message

Répondre à ce message
Auteur: sajolida
Date:  
À: Tails user experience & user interface design
Sujet: Re: [Tails-ux] documentation installation guide MAC
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?