tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: I can't generate a kernel crash core.



joseyluis%gmail.com@localhost (Jose Luis Rodriguez Garcia) writes:

>wd0: detached
>dumping to dev 0,1 (offset=8410383, size=1046094):

As you have noticed, when the driver is detached, you can no
longer use its dump function.

The driver gets detached in config_detach_all() during a
regular reboot unless you use the RB_NOSYNC flag. Unfortunately
this also prevents unmounting and syncing the filesystems.


-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index