public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Diskdump - yet another crash dump function
@ 2004-05-27  9:33 Takao Indoh
  2004-06-03 13:10 ` Pavel Machek
  0 siblings, 1 reply; 10+ messages in thread
From: Takao Indoh @ 2004-05-27  9:33 UTC (permalink / raw)
  To: linux-kernel

Although I know about LKCD and netdump, I'm developing yet another crash
dump, which is a polling-based disk dump as netdump do. Because it
disables any interrupts during doing dump, it can avoid lots of problems
LKCD has.

Main Feature
- Reliability
   Diskdump disables interrupts, stops other cpus and writes to the 
   disk with polling mode. Therefore, unnecessary functions(like
   interrupt handler) don't disturb dumping.
- Safety
   Before writing to the disk, diskdump checks its disk partition to 
   confirm whether it is a really dump device. Therefore, diskdump
   doesn't overwrite filesystems by mistake.

Currently, diskdump supports only scsi disk(aic7xxx/aic79xx), but, I'm
planning to support IDE disk in the near future.

Diskdump can be downloaded from here.
   http://sourceforge.net/projects/lkdump
Please see readme.txt which can be downloaded from this site.

Any comments?

Best Regards,
Takao Indoh

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-06-04  9:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20pwP-55v-5@gated-at.bofh.it>
2004-05-27 13:19 ` [PATCH]Diskdump - yet another crash dump function Andi Kleen
2004-05-27 13:49   ` Christoph Hellwig
2004-05-27 14:02   ` Takao Indoh
2004-05-27 14:45   ` Nobuhiro Tachino
     [not found] ` <20suK-7C5-11@gated-at.bofh.it>
     [not found]   ` <20tAB-5c-31@gated-at.bofh.it>
     [not found]     ` <20AiB-69m-17@gated-at.bofh.it>
2004-05-27 21:31       ` [3/4] " Andi Kleen
2004-05-28  7:38         ` Ingo Molnar
2004-05-27  9:33 Takao Indoh
2004-06-03 13:10 ` Pavel Machek
2004-06-04  0:44   ` Takao Indoh
2004-06-04  9:33     ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox