Is there a logical limit as to how many folders I can store inside a single folder in a hosting server (linux)? I`m talking about tens of thousands of folders.
feedback
|
migrated from stackoverflow.com Feb 8 at 14:57
This question came from our site for professional and enthusiast programmers.
Yes, there is a limit. You have a limit with everything inside the computer, because each computer is of limited resources. Especially with hard-drives, they have a limited amount of space. As each directory consumes space for it's name at least, this will be always limited by the space of the drive. Next to that, the file-system itself has limits in the way how it organizes the data. This depends on the type and version of file-system you're using then. | |||||
feedback
|