求助:linux7.3下mount /mnt/cdrom 就死机

发表于:2007-07-04来源:作者:点击数: 标签:
linux7.3下mount/mnt/cdrom就死机 错误提示为: ide-floppydriver0.99.newide hda:ATAPI24xCD-ROMdrive,128kbCache,DMA ServerworksOSB4inimpossibleState. DisableUDMAorifyouareusingSeagatethentry Switchingdisktypesonthiscontroller.Pleasereportthis

linux7.3下mount  /mnt/cdrom 就死机
错误提示为:
ide-floppy driver 0.99.newide
hda:ATAPI 24x CD-ROM drive,128kb Cache,DMA
Serverworks OSB4 in impossible State.
Disable UDMA or if you are using Seagate then try
Switching disk types on this controller. Please report this
event to osb4-bug@ide.cabal.tm
OSB4:continuing might cause disk corruption
那位老大帮忙看看,谢谢了

 sakulagi 回复于:2003-06-24 16:32:17
如果你的hda是cdrom的话:
hdparm -d 0 /dev/hda
再mount一下看看问题有没有解决。

 zqf 回复于:2003-06-24 16:56:00
?

 弱智 回复于:2003-06-24 20:41:16
什么型号的cdrom?
ide的hdd和ide的cdrom各自在ide端口的位置?

 sakulagi 回复于:2003-06-25 09:24:10
这个和我上面提到的解决方法是一样的。是因为serverworks osb4的driver有问题。这是一个known issue。只要关掉dma("ide=nodma" 或是"hdparm -d 0")就可以解决,但是关掉dma后数据读取速度会降低。所以网上普遍认为这个解决方法是不能接受的,最好等待下一个版本的驱动来解决。

 jianf_pan 回复于:2003-06-25 08:57:34
机器为hp DL 380 服务器
hp 给的解决方法是,在lilo.conf、grub.conf
做如下的修改,我不知道为什么,还没有试
Below is a modified section of the grub.conf file for Red Hat Linux 7.2: 


title Red Hat Linux (2.4.7-10smp)
 root (hd0,0)
 kernel /vmlinuz-2.4.7-10smp ide=nodma ro root=/dev/clearcase/" target="_blank" >cciss/c0d0p2
 initrd /initrd-2.4.7-10smp.img 


Below is a modified section of the lilo.conf file for Red Hat Linux 7.2 (run
LILO after modifying this file): 


image=/boot/vmlinuz-2.4.2-2smp
 label=linux
 initrd=/boot/initrd-2.4.2-2smp.img
 read-only
 root=/dev/cciss/c0d0p5
 append="ide=nodma"

 jianf_pan 回复于:2003-06-25 09:00:24
hp的修改是在grub.conf中加入ide=nodma
在lilo.conf中加入append="ide=nodma"
请问这两句是什么意思?

 jianf_pan 回复于:2003-06-25 09:31:06
谢谢你
我想问一下造成这个问题的原因是为什么,以前我从来也没看到这个问题
是不是和cd-rom的型号有关,还有我要是修改grub.conf会不会影响启动

 sakulagi 回复于:2003-06-25 10:51:27
是光驱兼容性的问题。应该不会影响启动。

 miniyoyo2002 回复于:2003-06-25 11:16:42
这个帖子有问题吗??怎么前面出现了一只手?? javascript:window.open(this.src);" style="CURSOR: pointer" onload="return imgzoom(this,550)">

 flightbird 回复于:2003-06-25 11:33:42
[quote:10d3af5d47="miniyoyo2002"]这个帖子有问题吗??怎么前面出现了一只手?? [/quote:10d3af5d47]  

哈哈, 真逗...

 jianf_pan 回复于:2003-06-25 11:44:58
谢谢sakulagi 老兄

 jianf_pan 回复于:2003-06-25 11:45:55
谢谢sakulagi 老兄

 弱智 回复于:2003-06-25 22:25:11
[quote:94b8e34838="miniyoyo2002"]这个帖子有问题吗??怎么前面出现了一只手?? [/quote:94b8e34838]     

呵呵,是逗,yoyo有段时间没来了~~~

这是精彩回贴~~~   

原文转自:http://www.ltesting.net