From 607a773060fcd86bf938d0c4a04c7cf641af0364 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:43:15 +0200 Subject: [PATCH] Add Unmount Disk Image --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 50d40ee..a767dec 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,11 @@ osascript -e 'tell application "Finder" to eject (every disk whose ejectable is hdiutil attach /path/to/diskimage.dmg ``` +#### Unmount Disk Image +```bash +hdiutil detach /dev/disk2s1 +``` + #### Repair File Permissions You don't have to use the Disk Utility GUI for this. ```bash