Skip to content

Conversation

LukeLR
Copy link
Contributor

@LukeLR LukeLR commented Jul 19, 2015

I improved the guide for installing images on mac os:

  • fixing the description of the general use of the dd-command
  • adding some headlines in the terminal method
  • use /dev/rdiskn instead of /dev/diskn in the dd-command. This benefits in dramatically increased data rates.

See the description of my commits for further information, and feel free to suggest further improvements in the comments or by creating another pull request. I would really like to see my changes accepted! 😃 Thanks!

And, as always: You're great, folks. Keep it going! 😉

LukeLR added 3 commits July 19, 2015 14:11
Fixed some syntax errors in the general explaination of how to select the destination device. If the user typed `diskutil unmountDisk /dev/disk<disk# from diskutil>`, this would result in `diskutil unmountDisk /dev/4` instead of the correct `diskutil unmountDisk /dev/disk4`.
Users should use `/dev/rdiskn` instead of `/dev/diskn`, because this usually results in dramatically increased data rates. For me, using `/dev/diskn`, dd copied with a speed of ~2 MB per second, while using `/dev/rdiskn`, the speed increased to ~30 MB/s. A hint to use `/dev/disk` instead of `/dev/rdisk` in case of any errors is, of course, included, even if there should no errors appear. (I'm always using `/dev/rdiskn`, and never had any errors, even on multiple computers.)
@XECDesign
Copy link
Contributor

Looks much better to me, but I'll leave this one to the Mac users (unless none chime in the next few days).

@XECDesign
Copy link
Contributor

Thank you.

XECDesign added a commit that referenced this pull request Jul 22, 2015
Improved description of image installation for mac
@XECDesign XECDesign merged commit d5701f7 into raspberrypi:master Jul 22, 2015
@lurch lurch added the macosx label Jul 22, 2015
@lurch
Copy link
Contributor

lurch commented Jul 22, 2015

Does this PR being merged mean that some of the other mac-specific issues / PRs could be closed too?

@XECDesign
Copy link
Contributor

Yeah, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants