acd_cli icon indicating copy to clipboard operation
acd_cli copied to clipboard

Implement skip ahead (zero-padding) for FUSE write

Open yadayada opened this issue 10 years ago • 1 comments

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.

yadayada avatar Oct 04 '15 07:10 yadayada

FWIW, you can probably work around the problem with cp --sparse=never.

mattdm avatar Dec 01 '15 23:12 mattdm