Karellen's Unix Blog
Just my personal notepad...
Pages
(Move to ...)
Blog
▼
Friday, April 3, 2015
Implementing autofs
On the NFS server create your shares by editing the /etc/exports file:
# vi /etc/exportfs
/local/music 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)
/local/movie 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)
‹
›
Home
View web version