Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on program analysis and I need to download tens of thousands of projects from code repositories such as GitHub, Google code and CodePlex. My question is how can I store those projects on disk with the following criteria: 1. Avoid one folder to contain too many projects, so the file system folder limit is not hit. 2. It should be easy to add new servers/disks when there is not enough space in some servers.

share|improve this question
possible duplicate of Directory structure for large number of files – Paul R Dec 2 '12 at 10:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.