Hello all, I'm running a 64bit Centos5 setup and am trying to mount a gluster filesystem (which is exported out of the same box). glusterfs --debug --volfile=/root/gluster/webspace2.vol /home/webspace_glust/ Gives me: <snip> [2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36: defaulting ping-timeout to 10 [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so [2009-08-11 16:26:37] D [transport.c:141:transport_load] transport: attempt to load file /usr/lib64/glusterfs/2.0.4/transport/socket.so fuse: device not found, try 'modprobe fuse' first [2009-08-11 16:26:37] D [fuse-bridge.c:2740:init] glusterfs-fuse: fuse_mount() failed with error No such device on mount point /home/webspace_glust/ [2009-08-11 16:26:37] E [xlator.c:736:xlator_init_rec] xlator: Initialization of volume 'fuse' failed, review your volfile again [2009-08-11 16:26:37] E [glusterfsd.c:513:_xlator_graph_init] glusterfs: initializing translator failed [2009-08-11 16:26:37] E [glusterfsd.c:1217:main] glusterfs: translator initialization failed. exiting Any thoughts?