mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 23:04:54 +02:00
315 B
315 B
hdiutil
Utility to create and manage disk images.
- Mount an image:
hdiutil attach {{filename}}
- Unmount an image:
hdiutil detach /Volumes/{{volumename}}
- List mounted images:
hdiutil info
- Create an ISO image from the contents of a directory:
hdiutil makehybrid -o {{filename}} {{dirname}}