LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 759|回复: 1

帮看下这个mount问题怎么解决?(已解决)

[复制链接]
发表于 2004-10-24 23:21:08 | 显示全部楼层 |阅读模式
debian:~# mount /dev/hdd /mnt/cdrom2
/dev/hdd: 输入/输出错误
mount: block device /dev/hdd is write-protected, mounting read-only
/dev/hdd: 输入/输出错误
mount: you must specify the filesystem type

debian:~# mount -t vfat /dev/hdd /mnt/cdrom2
mount: block device /dev/hdd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
or too many mounted file systems

debian:~# mount -t ntfs /dev/hdd /mnt/cdrom2
mount: block device /dev/hdd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
or too many mounted file systems
debian:~#
 楼主| 发表于 2004-10-25 12:17:23 | 显示全部楼层

方法如下:

CD-ROM的话
mount -t iso9660 /dev/hdd /mnt/cdrom2
DVD-ROM的话
mount -t udf /dev/hdd /mnt/cdrom2

另外,有可能是你的光驱读不动你的光盘(盘片不好)。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表