About 974,000 results
Open links in new tab
  1. Create a bootable USB drive from a DMG file on Windows

    Jan 27, 2012 · I backed up the Lion dmg file when I purchased it via the Mac App Store. I now need to create a bootable USB drive from the DMG file but I need to be able to do it in Windows, preferring …

  2. mac - How to mount a dmg file in Windows? - Super User

    Aug 10, 2011 · I need to mount a .dmg file on windows 7. These are the disk image container files as are commonly used with Apple's OSX. What applications/utilities will do this? I know Daemon tools …

  3. How to make a bootable Mac OS X USB flash drive from a dmg on Linux?

    Wait for BaseSystem.dmg to download in the same folder you run the script Run dmg2img BaseSystem.dmg. It will convert the dmg to a raw disk image BaseSystem.img Write the image to a …

  4. What is the difference between ISO and DMG images?

    Sep 3, 2012 · A DMG is typically the Universal Disk Image format, kind of like an image of a hard disk partition. They have different layouts, but are similar in that they hold an image of a file system with …

  5. How to convert or burn a .DMG image file on Windows?

    What software can be recommended to burn a Mac created .DMG file on a Windows operating system? Ideally it should be free, or at least reasonably priced. Or, as an alternative, an application conv...

  6. How do I find a file by filename in Mac OSX terminal?

    When I tried find, and used: find -name abc.dmg -path /, I got errors back. What is the proper syntax to find a file by filename with the find command on a Mac OSX terminal?

  7. I'm unable to mount a DMG, getting a "no mountable filesystems" error

    Apr 23, 2017 · I have just had the same problem, with a disk image created by Disk Utility itself. In my case, the disk image is whole disk image, i.e. it contains a bare filesystem, no partition map …

  8. Unable to open DMG files - "Corrupt Image" - Super User

    Aug 30, 2018 · I created a DMG file using Disk utility in Recovery Mode (File -> New Image -> Image from Folder). I tried all the possible options from this question: extracting DMG using 7Zip - not …

  9. Tools/tips to recover data from a corrupt DMG disk image?

    Please share, if you know any tips to salvage data from a "compressed DMG" which no longer mounts (in my case, something went wrong during "scan image for restore").

  10. How to extract a .dmg file in Linux? - Super User

    Aug 17, 2015 · As a Linux user, I need to get the content of a .dmg (Mac OSX disk image) file which contains an application installer. I tried dmg2dir (which requires dmg2img) which created an .img file …