我的/mnt/cdrom 有了mount -t iso9660 /dev/cdrom /mnt/cdrom我也打了可是就是不能在/mnt/cdrom里面看见文件,我用的是RH9.0.
[root@localhost root]# mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
这就是mount -t iso9660 /dev/cdrom /mnt/cdrom打完后出的内容~~~不知道怎么能 解决??
我打mount /dev/cdrom /mnt/cdrom就给我出
[root@localhost root]# mount /dev/cdrom /mnt/cdrom
/dev/cdrom: 输入/输出错误
mount: block device /dev/cdrom is write-protected, mounting read-only
/dev/cdrom: 输入/输出错误
mount: you must specify the filesystem type
我的fstab显示的是
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
你说的两个我都用了mount /dev/cdrom显示
[root@localhost root]# mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems
mount /mnt/cdrom也是也是一样显示的