On Thu, 27 Nov 2008, Boris Kunstleben onOffice Software GmbH wrote:

> any idea if there is a better filesystem, im using ext3 on the clients
> and xfs on the director

I believe XFS copes fine with overstuffed directories.

Ext3 will perform a lot better if you use tune2fs and enable the following
features:

         dir_index
          Use  hashed  b-trees  to  speed  up lookups in large
          directories.

         filetype
          Store file type information in directory entries.

         sparse_super
          Limit the number of backup superblocks to save space
          on large filesystems.


man tune2fs - note that you MUST run e2fsck before remounting the
filesystems.






-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to