实时警报通知:微信告警通知的重要性解析
1173
2023-02-13
linux虚拟机上中挂载光驱报mount:you must specify the filesystem type错误处理
1、环境说明
2、错误现象
[root@ol6-single ~]# mount /dev/cdrom/mnt/cdrommount: you must specify the filesystem type
3、原因分析
(1)由于是虚拟机,所以最先怀疑的是虚拟机的设备中的“CD/DVD”未设置所引起,但是检查其“Connection(已连接)”在Use ISOimage file上有指定ISO文件,排除此原因所引起(2)查发现“CD/DVD”的Device status中的“Connected(已连接)”未打勾,将此项打勾后(不需要重启虚拟机),可以正常挂载光驱
4、“CD/DVD”的Device status中的“Connected”勾选后mount光驱
[root@ol6-single ~]# mount /dev/cdrom/mnt/cdrommount: block device /dev/sr0 is write-protected, mounting read-only
挂载成功。
发表评论
评论列表