1

Possible Duplicate:
What is the maximum number of files (or folders) that can be stored in a single folder?

Where can I find specification on how many files are allowed in a folder in a windows server 2003 setup?

Makach
  • 251
  • 1
  • 10

4 Answers4

1

The maximum number of files per NTFS volume is 4,294,967,295 . So in theory the maximum number of files on an NTFS volume that only has one folder would be 4,294,967,294.

JS.
  • 3,901
  • 21
  • 18
1

Maximum number of files in a single folder on an ntfs filesystem is 4,294,967,295 files.

Maxwell
  • 5,026
  • 1
  • 25
  • 31
1

If using NTFS, here are more details about limitations : http://en.wikipedia.org/wiki/Ntfs#Limitations

Gnoupi
  • 113
  • 1
  • 1
  • 7
1

Or see this thread.

Marko Carter
  • 4,092
  • 1
  • 29
  • 38