Re: Kernel Dump when accessing second drive

看板DFBSD_kernel作者時間15年前 (2010/05/24 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串14/15 (看更多)
:It still crashed, but I'm not sure it is taking the command. : :# natacontrol mode ad6 PIO4 :current mode = SATA150 : :Is that correct for it to still report SATA150? : :Thanks, :Dylan The UDMA/PIO stuff might not be adjustable if its a SATA controller emulating an IDE controller. I think what is happening here is the NATA driver is detaching the drive and destroying the related dev structures before it finishes cleaning out any pending I/O's, so then when it tries to ad_done() the request it winds up blowing through dead structures. There must be some error messages reported in the console output that we haven't seen yet. You can try: dmesg -N kern.0 -M vmcore.0 And see if any other messages above the 'ad6: FAILURE' message are present. -Matt Matthew Dillon <dillon@backplane.com>
文章代碼(AID): #1B-Mretf (DFBSD_kernel)
討論串 (同標題文章)
文章代碼(AID): #1B-Mretf (DFBSD_kernel)