I'm on a machine running OSX Leopard and Ubuntu 10.04: Ubuntu is installed on a ReiserFS partition, and it's data as well.

Ubuntu and OSX are installed one for disk (disk0s* OSX - disk1s* Ubuntu)

I'm aware of MacFUSE and I've already used it for sshFS but now I need it to mount a ReiserFS disk: do you know how to do that?

link|improve this question

1  
Unlikely - the only FS I know ported outside Linux is ext*. ReiserFS is unlikely to be ported because the developers are focused on the new Reiser filesystem - Reiser4. ReiserFS has been, for all intents and purposes, abandoned by developers. – new123456 Mar 31 '11 at 22:01
feedback

1 Answer

No, it cannot be mounted. Check here and here.

You can still get to your data in a round-about way:

  • Download VirtualBox and install Ubuntu to it
  • Mount ReiserFS in the virtual machine
  • Make a samba share in the virtual machine
  • Access the Samba share in Mac OS

ReiserFS is basically a dead filesystem. It had really good hopes, but the guy who created it ended up in jail for killing his wife, so most companies don't support it. ReiserFS is community maintained, but nobody really uses it.

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.