▲ | zahlman 17 hours ago | |||||||||||||||||||||||||||||||
> Out of the box, script will pass bs= option to dd for it to be aware of how much to skip from the beginning of input data (and on later while loop iterations). This seem to have handled by dd either improperly or at least in a different way than it was in the past (with GNU core utils). However, once bs= is replaced with ibs=, all seems to go back to normal. The bs/ibs/obs options don't "skip" anything, but determine how much data to buffer in memory at a time while transferring. Regardless, it's hard to fathom how something this simple got messed up, especially considering that the suite supposedly has good test coverage and has been getting close to a full green bar. | ||||||||||||||||||||||||||||||||
▲ | hulitu 17 hours ago | parent [-] | |||||||||||||||||||||||||||||||
> However, once bs= is replaced with ibs=, all seems to go back to normal. so it is a bug. bs is one thing, ibs is another. | ||||||||||||||||||||||||||||||||
|