- 論壇徽章:
- 0
|
[root@localhost autofs]# cat /etc/auto.master|grep -v '#'
/var/autofs /etc/auto.misc
[root@localhost autofs]# cat /etc/auto.misc|grep -v '#'
/test -rw,soft,intr 172.18.4.88:/user/
[root@localhost autofs]# /etc/init.d/autofs restart
Stopping automount: [ OK ]
Starting automount: [ OK ]
[root@localhost autofs]# cd /var/autofs/
[root@localhost autofs]# pwd
/var/autofs
進入 自動掛載點的下一級目錄, 無法自動掛載?
[root@localhost autofs] cd /test
-bash: cd: /test: No such file or directory
請教大家 ,哪里出問題了?
服務端 已經(jīng)建立了文件 夾 /user 客戶端已經(jīng)建立了文件夾/var/autofs |
|