Is it possible to mount a Linux ext4 partition on Mac OS X?
Please describe the procedure - risk free - thanks.
Edit Aug 2012
The best solution I found was to
- use a 2nd machine with Linux,
- mount on Linux the ext4 FS,
- install NFS on Linux and export the folder,
- then mount the NFS partition on Mac.
It seems it isn't currently possible.
A possible workaround for some scenarios is explained at http://www.cyberciti.biz/faq/mac-os-x-read-ext3-ext4-external-usb-hard-disk-partition/
Try MacFuse with ext4fuse. If you want it to be risk-free, mount it read-only or duplicate the partition first.
I have found a solution couple of month ago. I bought this one https://www.paragon-software.com/home/extfs-mac/ and it works like a charm. And I didn't have a chance to find any free solution. ext4fuse is fine but for read-only mode.
You might be able to do it by running Linux in a Virtualbox VM. Only thing you'd stand to lose is time configuring and installing (And space on the drive). Certainly won't hurt the Mac to try it.