linux虚拟机上中挂载光驱报mount:you must specify the filesystem type错误处理
<p><strong>1、环境说明</strong></p><p>宿主主机操作系统:Windows 7<br>
虚拟机软件:VMware Workstation 11<br>
虚拟操作系统:linux 6.5 (文件系统EXT4)</p>
<p><strong>2、错误现象</strong></p>
<p># mount /dev/cdrom/mnt/cdrom<br>
mount: you must specify the filesystem type</p>
<p><strong>3、原因分析</strong></p>
<p>(1)由于是虚拟机,所以最先怀疑的是虚拟机的设备中的“CD/DVD”未设置所引起,但是检查其“Connection(已连接)”在Use ISOimage file上有指定ISO文件,排除此原因所引起<br>
(2)查发现“CD/DVD”的Device status中的“Connected(已连接)”未打勾,将此项打勾后(不需要重启虚拟机),可以正常挂载光驱</p>
<p><strong>4、“CD/DVD”的Device status中的“Connected”勾选后mount光驱</strong></p>
<p># mount /dev/cdrom/mnt/cdrom<br>
mount: block device /dev/sr0 is write-protected, mounting read-only</p>
<p>挂载成功。</p>
頁:
[1]