How can I create a auto.home file to mount certain /home directories via local disk and others via NFS?
feedback
|
migrated from stackoverflow.com Mar 23 '11 at 12:29
This question came from our site for professional and enthusiast programmers.
|
You should use the autofs package which can do this for you. In /etc/auto.master, you'd put:
And in /etc/auto.home:
| |||||||||
feedback
|