From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: msdos 6 disk with errors Date: Sun, 17 Nov 2002 16:56:34 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DD7A012.5090707@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. julius junghans wrote: > what are "Oopses" ? Special kernel messages printed on an error condition. May contain the string "Oops", "invalid operand", "stack segment" etc - depending on an exception that was raised by CPU. > cant find it with grep in my logs Then search for "Call Trace" string - this should be common for any kind of an oopses. Search it in /var/log/messages (or wherever your system logs are). > my kernel is version 2.4.19 If it is -ac, then there is no that bug, but if it is Marcelo's one - then the bug is still there (but not in 2.4.20-pre).