You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Have more than 65000 duplicate files
2. Run hardlink.py
What is the expected output? What do you see instead?
Expected files to be linked, instead it reports "Failed to Link.
What version of the product are you using? On what operating system?
head revision on CentOS 6.5
Please provide any additional information below.
ext4 limits the maximum number of hardlinks to 65000
Original issue reported on code.google.com by [email protected] on 24 Jul 2014 at 2:06
The commit includes several changes meant to deal with directories containing tons of files, including huge ones.
The commit includes patches proposed but not pulled in on the project hosted in Google Code:
- dealing with max hardlink: JohnVillalovos#14 (inlcuded with some reporting)
- uses hashes for comparisons that greatly (!!) improves perfs, included from patch: JohnVillalovos#11
- added --min-size option (greatly improve perfs too), including the patch from: JohnVillalovos#13
- triggers an exception when out of memory instead of crashing
- added some more logging (in verbose mode 3)
Original issue reported on code.google.com by
[email protected]
on 24 Jul 2014 at 2:06Attachments:
The text was updated successfully, but these errors were encountered: