Autor: intrigeri Data: Para: James Thomlinson CC: The Tails public development discussion list Asunto: Re: [Tails-dev] Mac OS X - Installing Tails on USB - Fix!
Hi James,
James Thomlinson wrote (04 Aug 2013 14:47:11 GMT) : > cat tails-i386-0.17.1.iso > /dev/disk1 && sync
> resulted in "Permission Denied" - no matter whether sudo was used or not
Could you please retry this in a root terminal? You can probably enter
one with the `sudo su -' command.
Note that in `sudo cat ... > ...', only `cat' is run as root, not the
actual writing done by the running shell, thanks to the `>' operator.