AndyB Posted December 5, 2006 Share Posted December 5, 2006 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 More sharing options...
neylitalo Posted December 5, 2006 Share Posted December 5, 2006 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. Link to comment https://forums.phpfreaks.com/topic/29577-maximum-number-of-files/#findComment-135710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.