I'm new to OS X, I was using Ubuntu till now. All my data are stored on an external drive formated as ext4 system file. Is there any other way to acces this data than installing Virtual Box? I'm using OS X 10.8.2.
I was trying solution form How can I mount an ext4 file system on OS X?
Terminal output:
MacBook-Pro-Marek:Downloads user$ ./ext4fuse-24810919 /dev/disk1 Linux
dyld: Library not loaded: /opt/local/lib/libfuse.2.dylib
Referenced from: /Users/user/Downloads/./ext4fuse-24810919
Reason: image not found
Trace/BPT trap: 5
I was trying also this, with the same result (dyld: Library not loaded: /usr/local/lib/libfuse.2.dylib)
I found also this, where it's said that most of available solutions don't work for Lion, but this solution says how to mount ext2 or ext3 file system, and not ext4.
I don't know how should I load this library and if the problem is in the library or the solutions which don't work for my OS X distribution.
Thanks