Dobrica Pavlinušić's random unstructured stuff
FUSE on Solaris: Revision 3

I'm testing Nexenta in an effort to make Fuse for Solaris and my perl bindings play nice.

root@solaris:~# uname -a
SunOS solaris 5.11 NexentaOS_20070402 i86pc i386 i86pc Solaris

Checkout source

hg clone ssh://anon@hg.opensolaris.org/hg/fuse/fusefs
hg clone ssh://anon@hg.opensolaris.org/hg/fuse/libfuse


Compile it

cd fusefs/kernel/
make
cd -

Install it

cp fusefs/kernel/Sun-x86-Solaris/fuse /tmp/fuse
ln -s /tmp/fuse /usr/kernel/drv/fuse
echo 'name= "fuse"  parent= "pseudo";' > /usr/kernel/drv/fuse.conf
ln -s /devices/pseudo/fuse@0:0 /dev/fuse
add_drv fuse