R
Richard Urban
I have 13,440 files in the Windows folder, 6556 of these files are in the
system32 folder. The NTFS file system handles this load flawlessly.
--
Regards,
Richard Urban
Microsoft MVP Windows Shell/User
Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
"David Candy" <.> wrote in message
NTFS is faster not slower on anything that newer than 10 years. The main
reason is finding files. XP has a lot more files than ME (MS's best post 3.1
OS) so it's even more important.
Directories in Fat are unsorted (too much CPU time in the old days to resort
the directory on every new file being added). In NTFS they are sorted.
My System32 folder has about 3000 files (it did when I looked a few years
ago). On Fat it takes an average of 1500 directories entries to be checked
to find a given file (max 3000). However on NTFS XP jumps to the middle of
the list and checks that. As it is sorted it then knows if the file is in
the first 1500 or last 1500. It jumps to the new half way point and finds
what 750 it is in, then 375, 188, 94, 47, 24, 12, 6, 3, 2, 1. The average
and max will be around 12 entries to be checked.
However NTFS is not documented so troubleshooting is a lot more difficult.
system32 folder. The NTFS file system handles this load flawlessly.
--
Regards,
Richard Urban
Microsoft MVP Windows Shell/User
Quote from George Ankner:
If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
"David Candy" <.> wrote in message
NTFS is faster not slower on anything that newer than 10 years. The main
reason is finding files. XP has a lot more files than ME (MS's best post 3.1
OS) so it's even more important.
Directories in Fat are unsorted (too much CPU time in the old days to resort
the directory on every new file being added). In NTFS they are sorted.
My System32 folder has about 3000 files (it did when I looked a few years
ago). On Fat it takes an average of 1500 directories entries to be checked
to find a given file (max 3000). However on NTFS XP jumps to the middle of
the list and checks that. As it is sorted it then knows if the file is in
the first 1500 or last 1500. It jumps to the new half way point and finds
what 750 it is in, then 375, 188, 94, 47, 24, 12, 6, 3, 2, 1. The average
and max will be around 12 entries to be checked.
However NTFS is not documented so troubleshooting is a lot more difficult.