Le 23/01/2018 à 15:56, Carlos E. R. a écrit :
Well, then we can work at that, it should be a short list.
I try again. The two disks are not the same as before, but the files are and also come from rsync --delete linux-owxt:/run/media/jdd/intenso5to2 # ls -aR > ../5t02.txt linux-owxt:/run/media/jdd/intenso5to2 # cd ../intenso4to/ linux-owxt:/run/media/jdd/intenso4to # ls -aR > ../4to.txt linux-owxt:/run/media/jdd/intenso4to # cd .. linux-owxt:/run/media/jdd # diff -b 5t02.txt 4to.txt > diff.txt diff.txt is zero bytes linux-owxt:/run/media/jdd # du --apparent-size -s /run/media/jdd/intenso* 3239147738 /run/media/jdd/intenso4to 3239148282 /run/media/jdd/intenso5to2
find . -ls
linux-owxt:/run/media/jdd/intenso5to2 # find . -ls > ../find5.txt linux-owxt:/run/media/jdd/intenso5to2 # cd ../intenso4to/ linux-owxt:/run/media/jdd/intenso4to # find . -ls > ../find4.txt the size of the to files is not identical, but the size of the file (more than 300Mb) # diff -b find5.txt find4.txt > diff2.txt then diff2.txt is very large, the sum of the two files, for sure the diff syntax is not good what may I do? thanks jdd jdd -- http://dodin.org -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org