acd_cli
acd_cli copied to clipboard
Implement skip ahead (zero-padding) for FUSE write
GNU cp seems to just skip blocks that are completely zeroed, leading to currently unsupported write patterns ("Wrong offset for writing to ...").
A simple mechanism should be implemented that fills the write queue with zeroed blocks for such write requests.
FWIW, you can probably work around the problem with cp --sparse=never.