Ron Croonenberg <[EMAIL PROTECTED]> writes: > I have a cluster that mounts OpenAFS volumes. That all seems to work. > Things is that I have an MPI app that creates quite a few (a lot > actually) files. After I was done and wanted to delete those files I > got: -bash: /bin/rm: Argument list too long
Yeah, you often have to resort to xargs at that point. > Nothing wrong AFS wise, but made me wonder. How many files does a > directory on an OpenAFS volume "hold" ? 50,000 as long as the file names are short. Longer file names consume two or more directory blocks, hence reducing the total number. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
