Date: Tue, 19 Mar 1996 22:02:07 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: Odd-looking files in lost+found after fsck? Message-ID: <199603192102.WAA04195@uriah.heep.sax.de> In-Reply-To: <Pine.BSF.3.91.960319111503.2083J-100000@cabal.io.org> from "Brian Tao" at Mar 19, 96 11:32:57 am
next in thread | previous in thread | raw e-mail | index | archive | help
As Brian Tao wrote: > NCR53c810. fsck was spewing something nasty about bad/duplicate > inodes when it was churning through one that disk. It would be nice > if the fsck output was logged somewhere for later perusal. I've also thought about it, but it's really hard to accomplish. Your only chance is to store all the messages somewhere in Real Memory (and how it will fit), until the file systems have been checked successfully, and the data could be dumped to a disk file. Storing the messages in Virtual Memory might trash an existing core dump in the swap partititon. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603192102.WAA04195>