LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Writing to file from kernel space at panic situation (https://www.linuxquestions.org/questions/linux-kernel-70/writing-to-file-from-kernel-space-at-panic-situation-4175444277/)

ashumnnit29 01-05-2013 12:11 PM

Writing to file from kernel space at panic situation
 
Hi All,

I want to write to file at the kernel panic situation i.e from panic function but not able to write although able to write to file from other places.Can any one guide me here ?

unSpawn 01-05-2013 02:25 PM

If the system panic()s it is beyond unstable.
Writing to a file system then becomes is a recipe for disaster.
Instead see LKCD, Netdump, Diskdump, K(exec-)dump.


All times are GMT -5. The time now is 12:13 AM.