|
From: Serge L. <ser...@gm...> - 2011-11-01 20:00:45
|
Hi Chris, It works. Let's assume you are going to share "/opt", so the only things you have to do are: 1. echo "/opt *(rw,no_root_squash,no_subtree_check)" > /etc/exports 2. /etc/init.d/rpcbind start (or if you use older version /etc/init.d/portmap start) 3. /etc/init.d/nfsd start 4. check if "/opt" was really exported showmount -e nfs.server.ip.address If it doesn't work, let's debug it. Serge On 11/01/2011 04:52 AM, Chris Grove wrote: > Hi All. > Now I'm sure I'm just being thick (like I was with the bridging network > interfaces), but I can't seem to work out how to setup NFS Shares on my DL > server. So first off, can this be done? and secondly can someone give me an > Idiots Guide on how to do it please? > Thanks in advance, Chris. > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save$700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > > > > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |