Forrest logo
back to context overview

hdiutil

List of commands for hdiutil:

  • hdiutil:tldr:196e8 hdiutil: List mounted images.
    $ hdiutil info
    try on your machine
    explain this command
  • hdiutil:tldr:40ab4 hdiutil: Unmount an image.
    $ hdiutil detach /Volumes/${volume_file}
    try on your machine
    explain this command
  • hdiutil:tldr:e3a40 hdiutil: Create an ISO image from the contents of a directory.
    $ hdiutil makehybrid -o ${path-to-output_file} ${path-to-directory}
    try on your machine
    explain this command
  • hdiutil:tldr:e4c0f hdiutil: Mount an image.
    $ hdiutil attach ${path-to-image_file}
    try on your machine
    explain this command
back to context overview