# 觸發式掛載
1、 主設定檔
/misc /etc/auto.misc
2、 輔設定檔
[root@www ~]# vim /etc/auto.master
# Sample auto.master file
# 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(5).
#
/misc /etc/auto.misc
3、 添加Fu助設定檔的名稱和目錄
/auto /etc/sda5.auto
[root@www ~]# vim /etc/sda5.auto
4、 名稱的檔案類型 預設為ext3
sda5 -fstype=auto :/dev/sda5
5、 建立檔案夾
[root@www ~]# mkdir /auto
6、 重啟autofs服務
[root@www ~]# /etc/init.d/autofs restart
Stopping automount: [ OK ]
Starting automount: [ OK ]
7、 重啟後進入auto目錄,查看不到任何東西,直接cd進入sda5後,觸發掛載
[root@localhost ~]# cd /auto/
[root@localhost auto]# ls
[root@localhost auto]# cd sda5
[root@localhost sda5]# ls
bb
[root@localhost sda5]# cd ..
[root@localhost auto]# ls
sda5
[root@localhost auto]#
# 自動掛載光碟片鏡像
1、修改/etc/iso.auto設定檔:(其它同上)
iso -fstype=iso9660,loop :/root/rhel5.iso