On Wed, Jun 29, 2022 at 10:57:55AM +0200, Thomas Klausner wrote: > I've tried overwriting the first 100MB of the 'dp' entry in my fstab > with zeroes in the hope of getting rid of the crashdump, but that > didn't help either. How can I get rid of the crashdump so savecore > doesn't try again to write it out?
savecore -c should clear it. Martin