Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261984AbVD0T4S (ORCPT ); Wed, 27 Apr 2005 15:56:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261986AbVD0T4S (ORCPT ); Wed, 27 Apr 2005 15:56:18 -0400 Received: from thunk.org ([69.25.196.29]:25270 "EHLO thunker.thunk.org") by vger.kernel.org with ESMTP id S261984AbVD0T4O (ORCPT ); Wed, 27 Apr 2005 15:56:14 -0400 Date: Wed, 27 Apr 2005 15:55:54 -0400 From: "Theodore Ts'o" To: Andrew Morton Cc: Linus Torvalds , magnus.damm@gmail.com, mason@suse.com, mike.taht@timesys.com, mpm@selenic.com, linux-kernel@vger.kernel.org, git@vger.kernel.org Subject: Re: Mercurial 0.3 vs git benchmarks Message-ID: <20050427195554.GA7793@thunk.org> Mail-Followup-To: Theodore Ts'o , Andrew Morton , Linus Torvalds , magnus.damm@gmail.com, mason@suse.com, mike.taht@timesys.com, mpm@selenic.com, linux-kernel@vger.kernel.org, git@vger.kernel.org References: <20050426004111.GI21897@waste.org> <200504260713.26020.mason@suse.com> <200504261138.46339.mason@suse.com> <20050426135606.7b21a2e2.akpm@osdl.org> <20050426155609.06e3ddcf.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050426155609.06e3ddcf.akpm@osdl.org> User-Agent: Mutt/1.5.8i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 19 On Tue, Apr 26, 2005 at 03:56:09PM -0700, Andrew Morton wrote: > - umount the fs > - tune2fs -O ^has_journal /dev/whatever > - fsck -fy (to clean up the now-orphaned journal inode) Using moderately recent versions of e2fsprogs, tune2fs will clean up the journal inode, so there's no reason to do an fsck. (Harmless, but it shouldn't be necessary and it takes time). > - tune2fs -j -J size=nblocks (normally 4k blocks) The argument to "-J size" is in megabytes, not in blocks. - Ted - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/