I have several directories with over 10,000 files, when will it shit
itself?
Thx
see http://colalug.org/ml-archive/0209/msg00077.html
some lines:
There are essentially two places where any restriction might be
enforced. The first is in the generic kernel code for creating a
file. From my reading of the code there is no limit there. The second
place is in the code that is specific to the filesystem type, i.e. ext2,
ext3, vfat, etc. There seems to be no restriction for ext2 or ext3
filesystems.
There are practical (i.e. performance) limits as well. The time it takes
to find, add or delete a file grows with directory size (and it may be
non-linear. Shell expansion of metacharacters can result in lists that
exceed the maximum size of arguments permitted to a command.
Greetzzz, Mark
"garbage" <garbage...@despammed.com> wrote in message
news:pan.2003.11.27....@despammed.com...
Another answer on the net:
http://www.namesys.com/faq.html#reiserfsspecs
Greetzzz, Mark
"garbage" <garbage...@despammed.com> wrote in message
news:pan.2003.11.27....@despammed.com...
Andreas
Thanks Andreas.
Chris