From owner-freebsd-hackers@FreeBSD.ORG Wed Aug 11 21:49:37 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 71F0516A4CE for ; Wed, 11 Aug 2004 21:49:37 +0000 (GMT) Received: from angryfist.fasttrackmonkey.com (angryfist.fasttrackmonkey.com [216.223.196.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA0B943D39 for ; Wed, 11 Aug 2004 21:49:36 +0000 (GMT) (envelope-from spork@fasttrackmonkey.com) Received: (qmail 52079 invoked by uid 2003); 11 Aug 2004 21:47:52 -0000 Received: from spork@fasttrackmonkey.com by angryfist.fasttrackmonkey.com by uid 1001 with qmail-scanner-1.20 (clamscan: 0.65. Clear:RC:1(216.220.116.154):. Processed in 0.043348 secs); 11 Aug 2004 21:47:52 -0000 Received: from unknown (HELO toad.nat.fasttrackmonkey.com) (216.220.116.154) by 0 with (DHE-RSA-AES256-SHA encrypted) SMTP; 11 Aug 2004 21:47:52 -0000 Date: Wed, 11 Aug 2004 17:50:24 -0400 (EDT) From: Charles Sprickman X-X-Sender: spork@toad.nat.fasttrackmonkey.com To: Peter Jeremy In-Reply-To: <20040811075435.GA423@cirb503493.alcatel.com.au> Message-ID: <20040811174821.N709@toad.nat.fasttrackmonkey.com> References: <20040810234448.A709@toad.nat.fasttrackmonkey.com> <20040811075435.GA423@cirb503493.alcatel.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 21:49:37 -0000 On Wed, 11 Aug 2004, Peter Jeremy wrote: > I've done this. The problem is stopping fsck before it starts throwing > away files. Once you stop fsck, you need to do a 'mount -f ...', > rename lost+found to something else, unmount the filesystem and > start lost+found again. This I just tried and while I was able to rename lost+found without the box panicing, it did not create a new lost+found directory, it just kept throwing things in the renamed directory. Right now I'm having a shot at recompiling fsck and having it use a different name on each run. Thanks, Charles > -- > Peter Jeremy >