Max file count in folders?

S

Sean

Does anyone know what the max number of objects within a
folder is? I have several that are 35000ish and users
are having trouble saving to those locations, even though
the server disk has 116gb available?

Any thoughts?

Sean Smith
 
D

Dave Patrick

Files per volume:
FAT16 = 2^16
FAT32 = 2^32
NTFS = 2^32-1 (that's four billion files)

Files per directory:
FAT16 = 2^16-2 physical directory entries (affected by long filenames)
FAT32 = 2^16-2 physical directory entries (affected by long filenames)
NTFS = No limit

Also these may help.

Limitations of FAT32 File System (Q184006)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q184006

Windows NT File Size and Partition Size Limits (Q93496)
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q93496

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
http://www.microsoft.com/protect.

:
| Does anyone know what the max number of objects within a
| folder is? I have several that are 35000ish and users
| are having trouble saving to those locations, even though
| the server disk has 116gb available?
|
| Any thoughts?
|
| Sean Smith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top