Bug 15784

Summary: implement fullblock flag support for dd
Product: Busybox Reporter: Ivan Sorokin <ivan.sorokin.tech>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Ivan Sorokin 2023-09-21 13:12:34 UTC
Hello!

I am working on FISH (https://en.wikipedia.org/wiki/Files_transferred_over_shell_protocol) protocol implementation for Far Manager Linux port (https://github.com/elfmz/far2l/issues/1819).

For the protocol to work reliably, support for the "fullblock" option of the dd command is necessary, as it is done in GNU dd. If this is possible, please add support for this option. Thank you!
Comment 1 Ivan Sorokin 2023-09-22 11:18:55 UTC
According to the changelog, dd iflag=fullblock was introduced into busybox relatively long ago:

1 July 2018 -- BusyBox 1.29.0 (unstable)

Nicholas Clark:
dd: add 'fullblock' iflag