I know of fat32 being of 65.000 files per dir, what about linux/debian?
ext4?
|
I know of fat32 being of 65.000 files per dir, what about linux/debian? ext4?
| |||||
feedback
|
|
It depends on your filesystem. Ext3 has the following limits:
Other filesystems will have different limits, some will limit files inside a dir while others don't. Refer to your filesystem documentation for more info. You can see some Ext4 limits on this question. | |||||||||
feedback
|
|
On ext4:
| |||
feedback
|
|
Well, why don't you test your machine?
Please, please don't run that on a production server. The system could become very sluggish as it creates massive numbers of files. Also note that deleting a directory full of many, many thousands of files could also take a very long time (like hours). | |||||||||
feedback
|