J
JD
Is there a recommended maximum number (or size) of files in a folder or
sub-folder? Is 500 too many?
sub-folder? Is 500 too many?
And that limitation may only be in Fat32 not NTFS.Mark said:No, The root folder is limited, but no other.
And that limitation may only be in Fat32 not NTFS.
FAT 32 has a max of: 65,534
NTFS has a max of: 4,294,967,295
I think it represents the number or combination of files and folders.
What does? 4,294,967,295? That (2^32 - 1) is the maximum number of
*entries* (entries are always less than files and folders because a
file or folder with a long file name uses multiple entries) per
volume. The limit per folder is lower, but still big enough that none
of us has to worry about it yet.
You're mixing your VFAT and FAT32's with NTFS, Ken. NTFS only uses a
second directory entry when it generates MS-DOS short (8.3) file names,
and even then the short filename is stored in the same MFT entry
alongside the long filename (in the same file record). NTFS can store
filenames with up to 255 characters in a single MFT entry *plus* the
short filename entry, this doesn't reduce the maximum number of files
allowed on the volume.