1

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.

Viktor Trón
  • 131
  • 1
  • 7

2 Answers2

1

i finally ended up using oracle virtualboxvm with an ubuntu natty box guest addition. setting up shared folders and making usb work is not for the light-hearted. used rsync after to copy, still got some errors, but still the best shot at it. (btw, writing to disk works smoothly too).

All in all, it is kinda sad that in 2011 you still need to be a hacker to read a simple ext3 properly on a mac.

Viktor Trón
  • 131
  • 1
  • 7
0

Unfortunately MacFUSE is no longer supported as per project page:

This project is no longer being maintained. We cannot currently help with any lion (or any large feline) related bugs or issues. The MacFuse google group is a decent resource for finding forks/replacement projects.

These days you can use Paragon ExtFS app for Mac, it supports ext2/3/4 volumes, including the read/write access and repairs.

Related: Mounting an ext3/4 Linux external hard drive to OS X.

kenorb
  • 26,615