http://bugs.winehq.org/show_bug.cgi?id=21863
Summary: Finddupe fails to create hard links Product: Wine Version: 1.1.39 Platform: x86-64 URL: http://www.sentex.net/~mwandel/finddupe/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com
When running Finddupe with the -hardlink option, it fails to create hard links between duplicate files. Instead, the first duplicate file found is deleted. (The deletion is a known issue with the program when hard link creation fails for whatever reason.) The only terminal output from Wine is this:
fixme:file:CreateHardLinkA ("test\bgm02_1.mid", "test\bgm02.mid", (nil)): stub
Looks like a probable culprit to me, but I'm not a programmer, so I could be wrong.