On 2018-01-23 21:38, jdd@dodin.org wrote:
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
Well, "ls -aR" doesn't list file sizes. The list of files are the same, no missing files.
linux-owxt:/run/media/jdd # du --apparent-size -s /run/media/jdd/intenso* 3239147738 /run/media/jdd/intenso4to 3239148282 /run/media/jdd/intenso5to2
The difference is 544 bytes "blocks".
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
If the diff is very large, you did not run "find . -ls" at the equivalent directories both times. Display find5.txt and find4.txt, they should look very identical. The difference must be very hard to find. If it is not, then obviously you did not copy identical directory structures. -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malachite" at Telcontar)