首页 > 代码库 > 在linux系统 挂载光盘:mount时提示: you must specify the filesystem type

在linux系统 挂载光盘:mount时提示: you must specify the filesystem type

技术分享

mount 参数说明:

mount  -t auto  -o ro  /dev/cdrom    /mnt/cdrom  #不加参数也能自动挂上。 #-t auto类型自动, -o ro只读模式


解决方法:由于是在虚拟中配置光驱,所以需要在选择中虚拟机-〉设备->cd/dvd-〉设备状态中选择“已连接”如下截图:

技术分享


设置后就可以正常连接了


本文出自 “小草人生” 博客,请务必保留此出处http://xiaocao13140.blog.51cto.com/6198256/1927838

在linux系统 挂载光盘:mount时提示: you must specify the filesystem type