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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to