[email protected]: > I am transferring a windows ISO file between qubes.. however, the file's MD5 > sum changes every time I complete the transfer. > > Why might this be so? >
Shouldn't be happening. I suspect faulty checksum tools in Windows. Use one of the following options: 1. (cmd.exe) CertUtil -hashfile <file> SHA256 2. (PowerShell 4 or higher) Get-FileHash -Algorithm SHA256 <file> Compare with `sha256sum` in Linux. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/6feedb94-cd4f-445b-40aa-0903fe3b4444%40gmail.com. For more options, visit https://groups.google.com/d/optout.
