linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Horsten <thomas@horsten.com>
To: "100-Watt Puppeteer -- 100-Watt Puppeteer" <jtc@bmnetwerks.net>,
	"Gál Viktor" <galv@mit.bme.hu>,
	"Jonas Lundgren" <neonman@linuxmail.org>,
	"Patrick Scharrenberg" <pittipatti@web.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Silicon Image SiI3112 SATA software RAID driver
Date: Tue, 29 Jul 2003 09:49:20 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.40.0307290946400.20824-100000@jehova.dsm.dk> (raw)
In-Reply-To: <Pine.LNX.4.40.0307282157090.15787-100000@jehova.dsm.dk>

On Mon, 28 Jul 2003, Thomas Horsten wrote:

> Then do:
>   dd if=/dev/hde of=hde_superblock bs=512 seek=160070144

Sorry, it must be "skip" not "seek" or this will fail.

So, the correct command in the example is:
  dd if=/dev/hde of=hde_superblock bs=512 skip=160070144

Regards,

Thomas


      parent reply	other threads:[~2003-07-29  7:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-28 20:43 Silicon Image SiI3112 SATA software RAID driver Thomas Horsten
2003-07-28 22:55 ` Marcelo Penna Guerra
2003-07-29  7:49 ` Thomas Horsten [this message]

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=Pine.LNX.4.40.0307290946400.20824-100000@jehova.dsm.dk \
    --to=thomas@horsten.com \
    --cc=galv@mit.bme.hu \
    --cc=jtc@bmnetwerks.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=neonman@linuxmail.org \
    --cc=pittipatti@web.de \
    /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;
as well as URLs for NNTP newsgroup(s).