evil.cz
Linux do každé rodiny, linux do každé kanceláře!

Reply to comment

HOW-TO: Increase performance on ext3

dir_index is a hashed b-tree implementation for ext3, it's riskfree (Fedora has shipped several releases defaulting to it without incident), and adds a bit of performance to your filesystem.

to update an existing partitions:
0) open a terminal or enter cli
1) sudo tune2fs -O dir_index /dev/hdXY (where X indicates device, normally a and Y indicates partition, normally 1)
2a) sudo updatedb
alternatively, unmount and do
2b) sudo e2fsck -D /dev/hdXY

Original post: http://ubuntuforums.org/showthread.php?t=37806
No votes yet

Reply

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
  _   _   _____  __        __  _____ 
| | | | |_ _| \ \ / / | ____|
| |_| | | | \ \ /\ / / | _|
| _ | | | \ V V / | |___
|_| |_| |_| \_/\_/ |_____|
Enter the code depicted in ASCII art style.