使用eject挂载光盘,重新挂载或者安装时候保存信息如下

[root@localhost ~]# yum -y install gcc

尝试挂载光盘镜像时出现mount: you must specify the filesystem type
使用-t auto -t iso9660 或不加参数都搞不定,最后在以下链接找到解决办法:
问题

http://blog.itpub.net/27015256/viewspace-772686/
[root@primary dev]# mount /dev/cdrom /mnt/cdrom
mount: you must specify the filesystem type

处理方法:
虚拟机-〉setting->cd/dvd-〉device status-.connected前面的勾打上

重新挂载

[root@localhost ~]# mount /dev/cdrom /mnt/sr0/
mount: block device /dev/sr0 is write-protected, mounting read-only

挂载成功,