From: kuer ku <ku...@gm...> - 2010-06-23 00:35:27
|
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 |