Actions
Bug #8086
closedAdd Stride parameter to dd
Start date:
2017-04-20
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Sometimes, we want to update blocks of a file, but not every block. In these
cases, in the existing world, the best answer is either to run dd many, many,
many times (seeking and writing one block each time), or to write a program
to do it yourself. This patch adds this functionality to dd itself.
Updated by Gordon Ross about 6 years ago
- Subject changed from dd Stride parameter to dd to Add Stride parameter to dd
Updated by Electric Monk almost 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 61304e4faaed38301307f7f985160d1843473587
commit 61304e4faaed38301307f7f985160d1843473587 Author: Paul Dagnelie <pcd@delphix.com> Date: 2017-06-13T02:51:05.000Z 8086 Add Stride parameter to dd Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Basil Crow <basil.crow@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
Actions