Windows Server 2003
1826426 Members
3529 Online
109692 Solutions
New Discussion

Maximum number of folders

 
Rancher
Honored Contributor

Maximum number of folders

Does anyone know what is the maximum number of folders you can have in an NTFS, Server 2003 share? Thanks!
2 REPLIES 2
Igor Karasik
Honored Contributor

Re: Maximum number of folders

AFAIK - there is no practical limit for number of folders

http://ask-leo.com/is_there_a_limit_to_what_a_single_folder_or_directory_can_hold.html
Rune J. Winje
Honored Contributor

Re: Maximum number of folders

Depending on the ratio of (millions ?) of files and folders to disk size - be aware of how NTFS reserves space for the Master File Table: http://support.microsoft.com/kb/174619

Also the practical effects of having max (or millions) of files on a given volume may affect performance and backup/restore times. Some of the checks when runing Chkdsk use time proportional to the number of files and folders.

NTFS by default always generates short filenames and keeps track of last update times - both can be disabled to gain performance.
http://support.microsoft.com/kb/555041


Cheers,
Rune