Displaying 1 result from an estimated 1 matches for "255gb".
Did you mean:
250gb
2008 Jan 26
1
file differences when copying files to linux, using samba
...nd copied all my files to my backup file server,
using the windows explorer, and 'copy' and 'paste'.
I also wrote a python program that computes the md5sum for all files
in a directory,
and writes out a file per directory with that info.
After I copied a directory tree containing 255gb of files, I ran
'diff --recursive'
on the windows tree and the samba tree (from windows).
There were roughly 100 differences reported.
I ran my python program locally on the linux system, and it reported
that roughly
100 md5sums for files differed.
I have looked at the samba logs, and n...