+ -
当前位置:首页 → 问答吧 → linux 挂载光驱问题,新手求助

linux 挂载光驱问题,新手求助

时间:2011-10-23

来源:互联网

挂载光驱的时候输入#mount /dev/hdc /mnt
提示:mount :you must sepcify the filesystem type
网络上搜索了很多,说是输入 #mount -t auto /dev/hdc /mnt或者#mount -t ext2 /dev/hdc /mnt
但输入之后提示mount :wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error 
in some cases useful info is found is syslog -try
dmesg |tail or so 

另外,我是用VM安装的linux ,光驱的地方已经选择了本地光驱,不是ISO,

请指导,谢谢

作者: budou2004   发布时间: 2011-10-23

mount /dev/cdrom /mnt

作者: linwhwylb   发布时间: 2011-10-23

mount /cdrom /mnt

作者: linwhwylb   发布时间: 2011-10-23

mount /dev/cdrom /mnt 还是提示必须指定系统文件种类

作者: budou2004   发布时间: 2011-10-23

mount /dev/cdrom -t iso9660 /mnt

行不 ?

作者: cenziboy   发布时间: 2011-10-23

引用 3 楼 budou2004 的回复:

mount /dev/cdrom /mnt 还是提示必须指定系统文件种类


不用 指定 ...

作者: struggle1   发布时间: 2011-10-23

热门下载

更多