Skip to content
Discussion options

You must be logged in to vote

All three questions answered below.

1. NTFS hardlinks on Windows

Yes — dupehunter fully supports NTFS hardlinks on Windows. NTFS has supported hardlinks since Windows Vista, and the Node.js call that dupehunter uses is cross-platform. There is one NTFS-specific constraint: hardlinks cannot cross drive letters (e.g., you cannot hardlink → ). dupehunter automatically detects this — files on different volumes are never suggested as hardlink candidates.

2. Safety during interruption

dupehunter uses an atomic two-step operation for each hardlink:

  1. Create the hardlink at the destination path.
  2. Only if step 1 succeeds, remove the original.

If the process is interrupted between step 1 and step 2,…

Replies: 1 comment

Comment options

amasen02
Jul 26, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by amasen02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant