[Bug 22749] New: Hard link creation from a Finddupe-generated batch file fails (needs fsutil.exe implemented)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 17 15:36:20 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22749

           Summary: Hard link creation from a Finddupe-generated batch
                    file fails (needs fsutil.exe implemented)
           Product: Wine
           Version: 1.1.44
          Platform: x86-64
               URL: http://www.sentex.net/~mwandel/finddupe/
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: programs
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: RandomAccountName at mail.com


Finddupe has an option to generate a batch file that can be run later to create
hard links for the duplicate files it find, but these batch files don't work in
Wine:

wine: cannot find L"C:\\windows\\system32\\fsutil.exe"

The particular command it's using is this:

fsutil hardlink create "C:\test6\testfile_1.gif" "C:\test6\testfile.gif"

Copying over fsutil.exe from WinXP lets it work as expected (aside from the
native app producing corrupted output). Fsutil is documented here:

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/fsutil.mspx

A lot of these functions probably wouldn't translate to Wine well (setting NTFS
attributes, etc.) but "fsutil hardlink create" seems to do the same thing as
CreateHardLink...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list