public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Douglas Gilbert <dgilbert@interlog.com>
To: SCSI development list <linux-scsi@vger.kernel.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Mark Knibbs <markk@clara.co.uk>
Subject: [ANNOUNCE] ddpt, yet another dd variant
Date: Wed, 22 Sep 2010 15:46:02 -0400	[thread overview]
Message-ID: <4C9A5CFA.7080106@interlog.com> (raw)

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

                 reply	other threads:[~2010-09-22 19:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C9A5CFA.7080106@interlog.com \
    --to=dgilbert@interlog.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=markk@clara.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox