• Go into /etc/exports and put this line in
/share 192.168.0.0/255.255.0.0(rw,no_root_squash)

  • enable NFS
sudo chkconfig --add nfs

  • start NFS
/etc/init.d/nfs/start

  • on the client stick this in /etc/fstab
192.168.1.1:/share /share nfs rw 0 0

-- MattWalsh - 13 Mar 2006

Topic revision: r1 - 13 Mar 2006 - MattWalsh
 
This site is powered by the TWiki collaboration platformCopyright © 2008-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback