Quote:
Originally Posted by _darch
I used number 4 in this guide, and the only different I see from your approch is the "bs=1m" parameter. Might this be my problem? Will try write the image to my SD-card without the bs=1m one of the next days and see if it helps
|
No this is not the problem, the bs option specifies the block size for reading and writing. You're doing no conversion when writing the image so the default of 512 for ibs and obs (input and output block sizes) will be in effect and are perfectly acceptable.
The instructions you linked are fine but if a GUI is more to your liking all the tasks can be accomplished using Disk Utility in /Applications/Utilities. Disk images can be written using the Restore pane and volumes can be unmounted by using the right click context menu.
The command line is my preferred method though.