Quote:
Is that too many characters for NTFS to deal with in a filename?


Yes and no. NTFS can deal with (IIRC) unlimited characters in a filename, or it might be 32768. However, without some effort, the file APIs on Windows can only deal with MAX_PATH characters, which is probably 257.

That filename you provided is only 199 characters long, but it might be mounted somewhere with a longer prefix. If not, then it could be a problem with a character in the name.

Also, how are you mounting the files? I think Samba has a 255-character limit as well...
_________________________
-- roger