From 7becd979f5ba369d008a9172a0c840250ccb3e68 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:40:55 +0200 Subject: [PATCH] Add Mount Disk Image --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dee4fba..50d40ee 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,11 @@ The only reliable way to do this is by sending an AppleScript command to Finder. osascript -e 'tell application "Finder" to eject (every disk whose ejectable is true)' ``` +#### Mount Disk Image +```bash +hdiutil attach /path/to/diskimage.dmg +``` + #### Repair File Permissions You don't have to use the Disk Utility GUI for this. ```bash