From: Scoleri, S. <Sco...@gs...> - 2010-07-06 13:55:43
|
The doc is vague and need an actual example. Make sure mfsmount command is in the path for root. This is my example (/etc/fstab): mfsmount /mnt/mfs fuse mfswritecachesize=0,mfsmaster=secintmoosemaster01,mfssubfolder=/virt-rep o 0 0 From: Stas Oskin [mailto:sta...@gm...] Sent: Tuesday, July 06, 2010 9:52 AM To: Laurent Wandrebeck Cc: moo...@li... Subject: Re: [Moosefs-users] MooseFS init files >From 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. |