We have a desktop application that makes use of NTFS hard links. The application is distributed and used successfully on over 400K user PCs worldwide.
There is one customer however who has CreateHardLink() function fail consistently with error code 1 (Incorrect function). This happens on multiple machines within the same firm. All these machines run Windows XP and the problem occurs on a NTFS partition.
We have asked the user to run fsutil.exe to confirm that volume file system is in fact NTFS, and also that "fsutil.exe hardlink create newname.txt existing.txt" fails that exact error message.
Any idea what could be causing it?