lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Jun 2007 14:46:31 -0400
From:	Theodore Tso <tytso@....edu>
To:	Tejas Sumant <tejas.sumant@...il.com>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: Couple of queries related to htree directory

On Thu, Jun 14, 2007 at 06:52:01PM +0530, Tejas Sumant wrote:
> 
> Any idea, how to search a directory on given ext3 file system, which
> is having htree structure?

The same way you search any other Linux/Unix system.  I.e., using
opendir()/readir() from a C program, or /bin/ls from a shell program,
etc.  It's completely transparent. 

> Also is there any way to create a htree indexed directory explicitly?
> using some command or tool?

Once the dir_index feature is enabled, for all new directories and all
directories which are only take one disk block grow to bigger than one
disk block, they automatically get indexed.  (There's no point
indexing a single directory block since that's equivalent to a single
leaf block.)

To convert existing directories, you need to unmount the filesystem
and use the command:

	e2fsck -fD /dev/hdXX

This really should be added to an FAQ on ext4.wiki.kernel.org....

					 - Ted
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ