Mailinglist Archive: opensuse (2212 mails)
| < Previous | Next > |
Re: [opensuse] help with DD
- From: Randall R Schulz <rschulz@xxxxxxxxx>
- Date: Thu, 27 Sep 2007 20:22:26 -0700
- Message-id: <200709272022.26676.rschulz@xxxxxxxxx>
On Thursday 27 September 2007 17:54, Felix Miata wrote:
> Looking at https://bugzilla.novell.com/show_bug.cgi?id=328038#c3 and
> the DD man page I figured to see a hex dump of the dmraid data I
> should be able to do:
>
> dd if=/dev/hda of=somefile.bin seek=156301440 count=1 bs=512
Dd is just a fancy copy program. It does not format the data it
transfers.
Look at the "od" command (literally, "octal dump"), which, despite its
name, can produce decimal, octal and / or hexadecimal output of 8-, 16-
and 32-bit entities from the data stream it reads.
> ...
>
> Felix Miata *** http://mrmazda.no-ip.com/
Why won't you use your real name? Do you love cars more than your god?
Randall Schulz
--
"God is dead."
—Friedrich Nietzsche
"Good riddance"
—Randall R. Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> Looking at https://bugzilla.novell.com/show_bug.cgi?id=328038#c3 and
> the DD man page I figured to see a hex dump of the dmraid data I
> should be able to do:
>
> dd if=/dev/hda of=somefile.bin seek=156301440 count=1 bs=512
Dd is just a fancy copy program. It does not format the data it
transfers.
Look at the "od" command (literally, "octal dump"), which, despite its
name, can produce decimal, octal and / or hexadecimal output of 8-, 16-
and 32-bit entities from the data stream it reads.
> ...
>
> Felix Miata *** http://mrmazda.no-ip.com/
Why won't you use your real name? Do you love cars more than your god?
Randall Schulz
--
"God is dead."
—Friedrich Nietzsche
"Good riddance"
—Randall R. Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |