up vote 4 down vote favorite
share [g+] share [fb]

Is it possible to mount the various disk image formats that Mac OS uses on other platforms?

I suppose one problem would be that the file system in that image is usually HFS+.

I am specifically interested in creating (AES) encrypted sparse bundles, so that I can securely store them for backup purposes. Being able to mount those on a non-Mac machine would be convenient.

link|improve this question

47% accept rate
feedback

2 Answers

For mounting .dmg files in Windows, and making it readable, you can always use MacDrive.

However, no solution currently exists for mounting encrypted Mac sparse bundles.

link|improve this answer
feedback

I have actually solved the need for cross-platform accessible encrypted backup by using TrueCrypt and NTFS-3G drivers for Mac. I created a blank (without filesystem) images with TrueCrypt, and then formatted them with NTFS. I found that so formatted image could be accessed from Windows correctly, by mounting in via Windows version of TrueCrypt.

However, this solution is quite brittle. For instance, if you forget to dismount the image properly, the NTFS metadata may be corrupted and next time you'll be able to mount them in read only mode. This is fixable by mounting it in Windows again and running chkdsk on it, but as it happened fairly often, it was rather inconvenient.

For this reason I went back to Mac sparsebundle, which comes free my home directory on a Carbon Copy Cloner-made backup. This has the advantage that my backup drive can also serve as bootable backup -- it's HFS+ at the root. In the catastrophic event I lose all my Macs and need to access the backup from another O/S, I'll probably boot into a "Hackintosh VM" or something.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.