在linux系统 挂载光盘:mount时提示: you must specify the filesystem type
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在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的主要内容,如果未能解决你的问题,请参考以下文章