About fsum v2.51 (checksum) problems
Problems about a multi-checksum program called fsum v2.51 (http://www.slavasoft.com/fsum)
I'm using Win XP.
I wish to compare files in:
- (Files in sending comp) G:\Backup\File
- (Files in receiving comp) C:\Documents and Settings\Desktop\File
by using the checksum file
How to do? I couldn't make it.
The problem is as follows:
First I made a checksum file in the receiving comp. I relocated the files in another place, eg C:\aaa\File. Then I typed the following in "cmd" in the receiving computer:
fsum -crc32 -r -dC:\aaa\File *.* >C:\sum.txt
So a checksum was processed and saved in C:\sum.txt
Then I transferred the sum.txt to the sending computer.
In the sending computer, I tried to check files by verifying checksum. I typed all the following in "cmd" but in vain:
-By changing the order of "sum.txt"
fsum -crc32 -c -jf -w -dG:\Backup\File sum.txt
fsum -crc32 -c -jf -w sum.txt -dG:\Backup\File
-By moving and specifying location of "sum.txt"
fsum -crc32 -c -jf -w -dG:\Backup\File G:\Backup\sum.txt
fsum -crc32 -c -jf -w -dG:\Backup\File G:\Backup\File\sum.txt
-By removing "-dG:\Backup\File"
-By removing "-jf -w", and "-crc32"
Errors occurred saying:
- Cannot open "G:\Backup\File", or
- Cannot open "sum.txt", or
- {loading succeeded. But "Not Found" error occurred during verification}
Problems about a multi-checksum program called fsum v2.51 (http://www.slavasoft.com/fsum)
I'm using Win XP.
I wish to compare files in:
- (Files in sending comp) G:\Backup\File
- (Files in receiving comp) C:\Documents and Settings\Desktop\File
by using the checksum file
How to do? I couldn't make it.
The problem is as follows:
First I made a checksum file in the receiving comp. I relocated the files in another place, eg C:\aaa\File. Then I typed the following in "cmd" in the receiving computer:
fsum -crc32 -r -dC:\aaa\File *.* >C:\sum.txt
So a checksum was processed and saved in C:\sum.txt
Then I transferred the sum.txt to the sending computer.
In the sending computer, I tried to check files by verifying checksum. I typed all the following in "cmd" but in vain:
-By changing the order of "sum.txt"
fsum -crc32 -c -jf -w -dG:\Backup\File sum.txt
fsum -crc32 -c -jf -w sum.txt -dG:\Backup\File
-By moving and specifying location of "sum.txt"
fsum -crc32 -c -jf -w -dG:\Backup\File G:\Backup\sum.txt
fsum -crc32 -c -jf -w -dG:\Backup\File G:\Backup\File\sum.txt
-By removing "-dG:\Backup\File"
-By removing "-jf -w", and "-crc32"
Errors occurred saying:
- Cannot open "G:\Backup\File", or
- Cannot open "sum.txt", or
- {loading succeeded. But "Not Found" error occurred during verification}