My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
NFSmountHowto  
NFS file system mount howto.
Updated Feb 4, 2010 by fred1...@gmail.com

NFS Mount Howto

server(192.168.1.2,121.15.123.12) /etc/

/nfs                     192.168.1.2/255.255.255.0(rw,sync,no_root_squash)
/nfs/upload-img           192.168.1.2/255.255.255.0(rw,sync,no_root_squash)
/nfs/www.example.com/upload      121.15.123.12/255.255.255.128(rw,sync,no_root_squash)

client(192.168.1.3,121.15.123.32) /etc/fstab

121.15.123.12:/down /down           nfs defaults    0 0
192.168.1.2:/web/ads.isoshu.com/upload  /upload   nfs defaults    0 0

Sign in to add a comment
Powered by Google Project Hosting