Answer
YES!!!!
Thanks for letting me know!
The project is called MacFuse and its hosted by google code.
For PPC users, there’s a binary, but there are also instructions to build it yourself.
Installation instructions:
$ wget http://macfuse.googlecode.com/files/fuse-binaries-0.1.0b006.tar.bz2 $ sudo tar xjf fuse-binaries-0.1.0b006.tar.bz2 -C / $ echo "export PATH=$PATH:/usr/local/bin" >> /etc/profile
Mounting goes as follows, make sure that you first create a mount point (empty directory):
$ mkdir -p ~/mnt/host $ sshfs host:remote_directory ~/mnt/host -oping_diskarb,volname=hostname
The first time you do this, the sshfs command will report something like:
fusefs.kext loaded successfully
That’s it, have fun!
Unfortunately not!
If it does, please let me know!
Until then, maybe nfs tunneling over ssh would be an alternative?