How to setup NFS/Autofs

From HyperSecurity Wiki
Revision as of 22:04, 12 January 2010 by 142.90.98.3 (talk)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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