▲ | zahlman 17 hours ago | |||||||||||||
> bs is one thing, ibs is another.
As described, the script should have worked as is, and the problem is in the handling of the dd options. (But I didn't verify the accuracy of the description.) | ||||||||||||||
▲ | lesuorac 16 hours ago | parent [-] | |||||||||||||
Wonder if `\00` is handled different between them. Not sure how to run the rust version but my md5sum seems to care how many null bytes there are. echo -e "\00" | md5sum 8f7cbbbe0e8f898a6fa93056b3de9c9c - echo -e "\00\00" | md5sum a4dd23550d4586aee3b15d27b5cec433 - | ||||||||||||||
|