Add Unmount Disk Image

This commit is contained in:
Marcel Bischoff 2015-09-25 16:43:15 +02:00
parent 7becd979f5
commit 607a773060

View File

@ -155,6 +155,11 @@ osascript -e 'tell application "Finder" to eject (every disk whose ejectable is
hdiutil attach /path/to/diskimage.dmg hdiutil attach /path/to/diskimage.dmg
``` ```
#### Unmount Disk Image
```bash
hdiutil detach /dev/disk2s1
```
#### Repair File Permissions #### Repair File Permissions
You don't have to use the Disk Utility GUI for this. You don't have to use the Disk Utility GUI for this.
```bash ```bash