From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 11 06:17:48 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AA716A4CE for ; Wed, 11 Aug 2004 06:17:48 +0000 (GMT) Received: from pc5.i.0x5.de (n.0x5.de [213.146.113.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA2C43D1D for ; Wed, 11 Aug 2004 06:17:47 +0000 (GMT) (envelope-from nicolas@i.0x5.de) Received: from pc5.i.0x5.de (nicolas@localhost [127.0.0.1]) by pc5.i.0x5.de (8.12.11/8.12.11) with ESMTP id i7B6HeSM064876; Wed, 11 Aug 2004 08:17:40 +0200 (CEST) (envelope-from nicolas@pc5.i.0x5.de) Received: (from nicolas@localhost) by pc5.i.0x5.de (8.12.11/8.12.11/Submit) id i7B6Hd07064875; Wed, 11 Aug 2004 08:17:39 +0200 (CEST) (envelope-from nicolas) Date: Wed, 11 Aug 2004 08:17:39 +0200 From: Nicolas Rachinsky To: Charles Sprickman Message-ID: <20040811061739.GD63484@pc5.i.0x5.de> Mail-Followup-To: Charles Sprickman , freebsd-hackers@freebsd.org References: <20040810234448.A709@toad.nat.fasttrackmonkey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040810234448.A709@toad.nat.fasttrackmonkey.com> X-Powered-by: FreeBSD X-Homepage: http://www.rachinsky.de X-PGP-Keyid: C11ABC0E X-PGP-Fingerprint: 19DB 8392 8FE0 814A 7362 EEBD A53B 526A C11A BC0E X-PGP-Key: http://www.rachinsky.de/nicolas/nicolas_rachinsky.asc User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org Subject: Re: fsck and lost+found space X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 06:17:48 -0000 * Charles Sprickman [2004-08-10 23:52 -0400]: > I was hoping for some option in fsck to allow an alternate lost+found > directory on another device, but no such luck. Is there anything else > that I'm overlooking? I'm willing to try anything since I'm doing all > this on a junk box with a ton of space that I can panic without it > bothering anyone. I'm not sure whether this has been suggested before. Can you stop fsck just before it begins to throw away files? Then you could perhaps rename lost+found (perhaps with fsdb) and rerun fsck. Just an idea, Nicolas