From: Michał B. <mic...@ge...> - 2010-06-23 09:16:19
|
Maybe you miss a package called fuse-utils (this is a name used in Debian, the package can have other names in different distributions). You may also need to read the kernel "fuse" module before (you can insert it into /etc/modules). Regards Michał From: kuer ku [mailto:ku...@gm...] Sent: Wednesday, June 23, 2010 2:28 AM To: moo...@li... Subject: [Moosefs-users] how to mont fuse.mfs in /etc/fstab Hi, all, In document, I found that mfs can be mounted via /etc/fstab : http://www.moosefs.org/reference-guide.html As of 1.6.x the mfsmount may be set up in the /etc/fstab to facilitate having MooseFS mounted on the system startup: MFSMASTER_IP:9421 on /mnt/mfs type fuse.mfs (rw, nosuid, nodev, allow_other, default_permissions) And additionally, the system dependent mount script would need to invoke something like mount -a -t fuse.mfs. But when I try that, I failed. I add following to /etc/fstab : 192.168.0.23:9421 /var/mfs/tesa fuse.mfs rw,nosuid,nodev,allow_other 0 0 then reboot the machine, and no fuse.mfs auto-remount. So, I try this on command line : $ sudo mount /var/mfs/tesa mount: unknown filesystem type 'fuse.mfs' It does not work, either. Is there any other setting to tell system that there is a fuse.mfs filesystem ?? thanks. -- kuer |