I need to read files off an ext2 formatted HD. Any suggestions?

link|improve this question
I've tried ext2fsx but it doesn't install on Snow Leopard :/ – calico-cat Jan 11 '10 at 2:10
The virtualbox (or Parallels or VMWare if you have those) and fuse solutions both do work, on 10.6 – Andrew McGregor Jan 11 '10 at 2:26
feedback

migrated from stackoverflow.com Jan 11 '10 at 3:00

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

Spin up a linux VM in VirtualBox (or other) and mount it in the VM. Then you can share it to OS X using "shared feature" of the emulator.

link|improve this answer
feedback

There's a FUSE that is purported to work.

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.