Jump to content

Maximum number of files


AndyB

Recommended Posts

Assuming I have a fairly normal, reasonably current, set up on a *nix server and it's shared hosting - approximately what's the maximum number of files I can have in any single directory?  What's the maximum number of sub-directories I can have in any single directory? 
Link to comment
https://forums.phpfreaks.com/topic/29577-maximum-number-of-files/
Share on other sites

Well, technically, there is a limit, but it's rather unlikely that you reach that limit. According to the [url=http://en.wikipedia.org/wiki/Ext3#_note-0]Wikipedia article[/url] on the Ext3 filesystem, which is likely what your host uses, the limit is V/2^13 inodes, where V is the size of the volume in bytes.

So, assuming you have 2GB of storage space, you can have a maximum of 262,144 inodes. (files and/or directories) This number is a grand total - there isn't a set restriction on files in a directory, or directories in a directory.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.