通过misc便捷挂载光盘
CentOS6.8以下的版本默认开启了autofs服务,可使用misc ## CentOS7实现
#检测autofs
rpm -qa|grep autofs
#没安装的话需进行安装
yum install -y autofs
#开启服务
systemctl start autofs
#加入开机启动项
[264][root@liyong: mnt]# systemctl enable autofs
Created symlink from /etc/systemd/system/multi-user.target.wants/autofs.service to /usr/lib/systemd/system/autofs.service.
# 测试
[265][root@liyong: mnt]# cd /misc/
[266][root@liyong: misc]# ll
total 0
[267][root@liyong: misc]# cd cd
#光盘成功挂载
[