Hi,
I have jira installed in linux(RHEL 5) with ext3 file system, i have to import a project with >100,000 attachments, i am not able to bring it up on linux because ext3 filesystem has 32000 subdirectories limit and ext4 filesystem has 64000 subdirectories limit.
do I have an alternative other that moving to windows (NTFS) which has no practical limit.
thanks
Sridhar
With RHEL6.1 and ext4 filesystem you can create any number of subdirectories
Ext4? http://en.wikipedia.org/wiki/Ext4
Increasing the 32,000 subdirectory limit
In ext3, a directory can have at most 32,000 subdirectories. In ext4, this limit increased to 64,000. You can increase this limit, by using the "dir_nlink" feature (but the parent's link count will not increase). To allow for larger directories and continued performance, ext4 turns on Htree indexes (a specialized version of a B-tree), by default. This feature is implemented in Linux 2.6.23. In ext3, you can use Htrees, by enabling the dir_index feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.