markfasheh / duperemove

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

Does duperemove dedupe writable files from read-only subvolumes? #314

Open RustyNova016 opened 9 months ago

RustyNova016 commented 9 months ago

I got a few read-only subvolumes on my disk that have duplicates with my non readonly files. Both are hard copied, so no dedupe.

Once I run duperemove, I get errors that the files in the readonly subvolume could not get deduped because of being read-only, but there is no information about the writable files getting deduped from the read-only data.

Is duperemove able to use the read-only data to dedupe the files? Is it even implementable?