I want to read and copy an ext3 file system on mac os x snow leopard.
Search points to using macfuse (MacFUSE-2.0.3,2) with fuse ext2 (0.0.7)
Which seems to work, but copy stops with:
unexpected error occurred error code -8084
Also some files containing swedish characters are not displayed properly, so I am suspicious maybe ext3 features are not fully supported?
This blog describes an entirely different approach
But it needs a Linux guest.
Any help, advice or explanation appreciated.
If you regularly share data between various OSes, maybe picking a common denominator filesystem (e.g. FAT32 or NTFS, the latter can be read by OS X and Linux natively, and written to with FUSE) is a solution
– Aug 12 '11 at 14:38What sort of data do you have, that you run across NTFS' directory-depth restrictions?
– Aug 12 '11 at 14:55