Pardon me for the repost, but I did not get any responses to my earlier
post.
I am observing about 10% file-id clashes on a FAT filesystem which has
about 7000 files. Has anyone seen this before? I want to have a unique
file-id for every file and I don’t want to base it on the name (because
long/short names are a mess) and also not on the contents. Is there a good
way to generate a unique file-id for files on a FAT volume? I am already
handling all the fsctl’s which could cause changed in file-id. This
behaviour has been observed on 2k SP4. Has this been fixed in later FAT
drivers?
Thanks