Dobrica Pavlinušić's random unstructured stuff
FUSE on Solaris: Revision 5
I'm testing Nexenta in an effort to make Fuse for Solaris and my perl bindings play nice. First, here is some info from machine: root@solaris:~# uname -a SunOS solaris 5.11 NexentaOS_20070402 i86pc i386 i86pc Solaris Checkout sourcehg clone ssh://anon@hg.opensolaris.org/hg/fuse/fusefs hg clone ssh://anon@hg.opensolaris.org/hg/fuse/libfuse Compile itcd fusefs/kernel/ make cd - Install itcp 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 |