LinuxSir.cn,穿越时空的Linuxsir!

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

我的DVDRW可以挂载CD光盘却不能挂载DVD光盘。

[复制链接]
发表于 2009-4-25 23:19:27 | 显示全部楼层 |阅读模式
我有个DVD刻录机,在刻录机内放入CD盘片,Arch可以挂载,hal也能识别。可是放入DVD盘片,mount 出错,hal也不能识别。
以下是我的一些相关信息。
1、刻录机信息
[PHP]
$grep DVD /var/log/dmesg.log
ata2.00: ATAPI: _NEC DVD_RW ND-3550A, 1.05, max UDMA/33
scsi 1:0:0:0: CD-ROM            _NEC     DVD_RW ND-3550A  1.05 PQ: 0 ANSI: 5
[/PHP]
2、dev信息
[PHP]
$ ls /dev/dvd* -l
0 lrwxrwxrwx 1 root root 19 04-25 23:10 /dev/dvd -> /dev/cd/dvd-1:0:0:0
0 lrwxrwxrwx 1 root root 21 04-25 23:10 /dev/dvdrw -> /dev/cd/dvdrw-1:0:0:0
0 lrwxrwxrwx 1 root root 19 04-25 23:10 /dev/dvd0 -> /dev/cd/dvd-1:0:0:0
0 lrwxrwxrwx 1 root root 21 04-25 23:10 /dev/dvdrw0 -> /dev/cd/dvdrw-1:0:0:0
[/PHP]
3、mout 命令及其出错提示
[PHP]# mount -t iso9660 -o ro /dev/dve /media/dvd/
mount: special device /dev/dve does not exist
bash-3.2# mount -t iso9660 -o ro /dev/dvd /media/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

bash-3.2# mount -t udf -o ro /dev/dvd /media/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

bash-3.2# mount -t udf -o ro /dev/sr0 /media/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

bash-3.2# mount -t iso9660 -o ro /dev/sr0 /media/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

bash-3.2# mount -t udf,iso9660 -o ro /dev/dvd /media/dvd/
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

[/PHP]

4、dmseg | tail 信息
[PHP]
#dmesg | tail
attempt to access beyond end of device
sr0: rw=0, want=68, limit=4
attempt to access beyond end of device
sr0: rw=0, want=1028, limit=4
attempt to access beyond end of device
sr0: rw=0, want=2052, limit=4
UDF-fs: No partition found (1)
attempt to access beyond end of device
sr0: rw=0, want=68, limit=4
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
[/PHP]
发表于 2009-4-26 03:07:24 | 显示全部楼层
我昨天一同学的r61i遇到类似奇怪的问题,只不过是windows上不认dvd的。cd碟windows和linux下都正常,而在windows下刻录的dvd盘在windows上居然不认读不出,但是linux下可读出。后来在bios中把光驱的速度由原来的high改成normal就正常了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-4-30 10:08:05 | 显示全部楼层
Post by davidlone;1979619
我昨天一同学的r61i遇到类似奇怪的问题,只不过是windows上不认dvd的。cd碟windows和linux下都正常,而在windows下刻录的dvd盘在windows上居然不认读不出,但是linux下可读出。后来在bios中把光驱的速度由原来的high改成normal就正常了。


不会吧,我的问题是在DVDRW内放入CD光盘可以mount,放入DVD光盘就不能mount。
回复 支持 反对

使用道具 举报

发表于 2009-4-30 16:25:25 | 显示全部楼层
你用的是DE还是wm?
可以先用DE里面的自动挂载试试看。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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