Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262004AbTH3TPL (ORCPT ); Sat, 30 Aug 2003 15:15:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262028AbTH3TPL (ORCPT ); Sat, 30 Aug 2003 15:15:11 -0400 Received: from [64.114.249.67] ([64.114.249.67]:40133 "EHLO schatzie.adilger.int") by vger.kernel.org with ESMTP id S262004AbTH3TPI (ORCPT ); Sat, 30 Aug 2003 15:15:08 -0400 Date: Sat, 30 Aug 2003 13:14:21 -0600 From: Andreas Dilger To: Mike Fedyk Cc: linux-kernel@vger.kernel.org Subject: Re: mutt segfault with ext3 & 1k blocks & htree in 2.6 Message-ID: <20030830131421.M15623@schatzie.adilger.int> Mail-Followup-To: Mike Fedyk , linux-kernel@vger.kernel.org References: <20030829172451.GA27023@matchmail.com> <20030829180957.GC27023@matchmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030829180957.GC27023@matchmail.com>; from mfedyk@matchmail.com on Fri, Aug 29, 2003 at 11:09:57AM -0700 X-GPG-Key: 1024D/0D35BED6 X-GPG-Fingerprint: 7A37 5D79 BF1B CECA D44F 8A29 A488 39F5 0D35 BED6 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 29 On Aug 29, 2003 11:09 -0700, Mike Fedyk wrote: > On Fri, Aug 29, 2003 at 10:24:51AM -0700, Mike Fedyk wrote: > o Find out that a directory is using htree? "lsattr " will show it. Note that it will only ever be set on directories that are larger than a single disk block. # lsattr -d d1 ----------I-- d1 > o Disable htree on my /? (tune2fs -O ^dir_index), but then how do I get > my directories back to non-htree without running fsck from a rescue CD? That's the great thing about htree - you don't need to do anything to turn it off. The on-disk format is exactly the same as without htree, and the first time you modify the directory it will clear the per-directory htree flag. Cheers, Andreas -- Andreas Dilger http://sourceforge.net/projects/ext2resize/ http://www-mddsp.enel.ucalgary.ca/People/adilger/ - 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/