From: Anh K. H. <ky...@vi...> - 2011-02-19 02:03:30
|
On Fri, 18 Feb 2011 15:24:47 -0800 Eric Kim <ek...@op...> wrote: > New mfs user here. You're welcome :) > Is it possible to mount mfs as readonly from client-side? I don't > see any such option from mfsmount. I tried passing "-o ro", but > that didn't work either. I know I could use mfsexports.cfg to > enforce acl via IP addresses, but I am just looking for alternative > ways to do this. readonly mount is supported by general mount(8). From the man page of mfsmount: General mount options (see mount(8) manual): -o rw|-o ro Mount file-system in read-write (default) or read-only mode respectivel Here's an example from my /etc/fstab: mfsmount /home/share/ fuse \ ro,mfsmaster=mfsmaster,_netdev,nosuid,nodev,mfssubfolder=/share 0 0 Hope this helps, Regards, -- Anh Ky Huynh @ UTC+7 |