maximum number of files in an XP directory

  • Thread starter Thread starter rowan
  • Start date Start date
R

rowan

I' getting the following error:

"Cannot move filename: The directory or file cannot be
created".

when trying to copy files into a subdir that has 21,844
files in it.

Any ideas?
 
What is the name of the file that you're trying to copy? Does it have any
forward or backward slashes in it? ('/' or '\')?

Bryan
 
the file names are 16 chars.LCB with no forward or
backward slashes or dashes or underscores ('/' '\').

Ihave also deleted 5 files from the subdirectory and can
still only copy 5 files into the sudir. The limit appears
to be the # of files (21,844)
 
the file names are 16 chars.LCB with no forward or
backward slashes or dashes or underscores ('/' '\').

Then each file will be taking two directory entries in addition to the
base one, in order to hold the long name at 13 characters per entry.
Multiplying your 21K existing files by three, and adding a few for some
names over 26 characters, it seems likely that you are hitting the limit
for the number of entries in an individual directory. Move a few files
out and make some subfolders
 

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

Similar Threads


Back
Top