* [ANNOUNCE] ddpt, yet another dd variant
@ 2010-09-22 19:46 Douglas Gilbert
0 siblings, 0 replies; only message in thread
From: Douglas Gilbert @ 2010-09-22 19:46 UTC (permalink / raw)
To: SCSI development list; +Cc: linux-kernel, Mark Knibbs
ddpt is yet another variant of the venerable Unix
dd command line utility. Some features found in
ddpt which are not found in the current (GNU) dd
implementation:
- sparse writing (i.e. don't write buffer if all zeros)
- write sparing (i.e. don't write buffer if already same
as destination)
- resume (after the copy has been interrupted)
- trim on output of copy, self trim (pt interface only)
- send output to a second file (see 'of2=' option)
- access devices directly via pass-through interface,
bypassing file system
- accept numeric command line arguments in hexadecimal
- explicit controls over how much data is read into the
copy buffer and then written to output (separate from
the logical block sizes of any device involved)
For those familiar with the sg3_utils package, ddpt is
a rewrite of the sg_dd utility. ddpt removes the special
support for the SCSI generic (sg) driver features found in
sg_dd. This allows ddpt to use other SCSI pass-throughs
such as bsg in Linux plus the SCSI pass-throughs found in
FreeBSD, Solaris and Windows.
ddpt has been almost 2 years in the making. Every time I
prepared to release it, the most frequent contributor to
this project, Mark Knibbs, would have another feature
request or correction in my Inbox. Time to get it out the
door.
Note that ddpt is not meant to be an exact replacement for
dd. ddpt changes some dd defaults. For example, if the output
file (i.e "of=") is not given, ddpt does not output anything;
dd will send the output to stdout which is not much fun if
the input is a terabyte of binary data.
The initial release version number is 0.91 . For more
information and downloads see:
http://sg.danny.cz/sg/ddpt.html
A release announcement has been sent to freshmeat.net .
Doug Gilbert
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-22 19:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 19:46 [ANNOUNCE] ddpt, yet another dd variant Douglas Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox