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.

Laurent06000
  • 736
  • 2
  • 13
  • 28

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нιη
  • 35,660
Dhaval Simaria
  • 795
  • 2
  • 12
  • 29
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,911
  • the fallowing commands gives me bad results : sudo apt-get install dupeguru-se 0 à enlever et 6 non mis à jour. laurent06000@PC-DE-LDP:/etc/samba$ dupeguru-se dupeguru-se : commande introuvable – Laurent06000 Jan 31 '15 at 18:51
  • WHich can be translated to 0 package to remove 6 not updated. The error message translation is : command not found – Laurent06000 Jan 31 '15 at 20:25
  • execute the 3 commands like posted in Dhaval Simarias answer and everything should work fine! – DJCrashdummy Jan 31 '15 at 20:39