Difference between revisions of "How to setup NFS/Autofs"

From HyperSecurity Wiki
Jump to: navigation, search
(No difference)

Revision as of 22:04, 12 January 2010

Server Config Files:

/etc/exports

Example: /mountpoint hostname/ip(rw,sync)


Client Config Files:

/etc/auto.master

This is an automounter map and it has the following format key [ -mount-options-separated-by-comma ] location. For details of the format look at autofs. mounts done from a hosts map will be mounted with the "nosuid" and "nodev" options unless the "suid" and "dev" options are explicitly given.


Example: /localmountpoint /etc/auto.map --timeout=600