After
Then I compare it to the (already checked) downloaded file with
Or I make checksum of USB file (with pipe by
(Because
dd
I remove USB, wait a couple of seconds to clear buffer and reconnect it.Then I compare it to the (already checked) downloaded file with
cmp
command (with -n
limiting option).Or I make checksum of USB file (with pipe by
head -c
command).(Because
cmp
and sha512sum
do not know, where copy of downloaded file on the device is ending.)Statistics: Posted by ruwolf — 2024-10-30 10:40