markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
795 stars 80 forks source link

Modernize to FIDEDUPRANGE and allow overriding FS check #231

Closed Artoria2e5 closed 1 year ago

Artoria2e5 commented 4 years ago

The first commit renames a bunch of identifiers to be compatible with the newer Linux naming.

The second commit adds a way to override the FS check as more and more filesystems may be supporting it. The kernel has its own way of signaling no support, so it won't fuck up.

lorddoskias commented 4 years ago

I saw this pull request rather late and instead authored my own version. Can you please rebase it on current master and I will take a look.

JackSlateur commented 1 year ago

@Artoria2e5 Thank you for this work

I've commited the parts of your code that not yet merged