1

I want to detect and delete duplicate files (same size) along local Disks and Nas Disks (The Nas Disks are mounted using Samba)

I found the How to find and delete duplicate diles answer but I'm unable to run most of the tools mentioned in the answer : all the programs mentioned in the "programs/scripts/bash-solutions" solution (dupedit, dupseek, rmdup etc)

I'm able to use fslint but this one takes ages to detect duplicate files.

Can anybody help me to find to proper and faster detect and propose me to delete duplicate files.

2 Answers2

0

You can try 'dupeGuru'

sudo apt-add-repository ppa:hsoft/ppa
sudo apt-get update
sudo apt-get install dupeguru-se

For further assistance you can have a walk through: www.unixmen.com

αғsнιη
  • 36,350
0

if it has to be with a GUI i would recommend FSlint or dupeGuru!

it won't get much faster when the program you use is checking the content of the files and therefore creates hashes!

DJCrashdummy
  • 1,922