

The following steps will bring you from a full HFS+ FileVault 4k disk image in EWF format to a mounted image using macOS 10.13. $ hdiutil attach –nomount –blocksize 4096 /Volumes/4k_image/4k.dmg $ sudo xmount -in ewf -out dmg 4k.E01 /Volumes/4k_image/ (If you have a raw (non-EWF) image, you can bypass steps 1 and 3.) #Classic games collection formatted for mac os x vol 1 full $ sudo mount_hfs –o rdonly,noexec,noowners /dev/disk# /Volumes/4k_mounted/ġ. Create a mount point to put the xmount converted DMG image (converted from EWF format). Create another mount point to put the mounted image on. This will act as the root volume for the mounted image.ģ.

Using xmount (sudo required) to convert from EWF (-in) to DMG (-out) format. DMG is selected here since it is very Mac friendly.

Provide the E01 image (use E? if using segments) and the converted image mount point created in Step 1. This could take a few seconds if the disk image is large. Theoretically you can use another mounting utility, I've tried ewfmount on 10.13 and ran into errors that I'm still investigating. Having trouble installing Xmount? Does it say OS X Fuse is not installed? Look in the comments section for a fix.Ĥ. Using hdiutil, attach (but don’t yet mount) the DMG file created in Step 3.
