Package: coreutils
Version: 8.5-1

Hi all, today i tried some stuff with dd.

I did:

<------output-------------->
dd if=/dev/sdb bs=1K count=1 | hexdump -C
1+0 records in
1+0 records out
00000000 eb 63 90 d0 bc 00 7c 8e c0 8e d8 be 00 7c bf 00 |.c....|......|..| 1024 bytes (1.0 kB) copied00000010 06 b9 00 02 fc f3 a4 50 68 1c 06 cb fb b9 04 00 |.......Ph.......|
, 1.8379e-05 s, 55.7 MB/s
00000020 bd be 07 80 7e 00 00 7c 0b 0f 85 10 01 83 c5 10 |....~..|........| 00000030 e2 f1 cd 18 88 56 00 55 c6 46 11 05 c6 46 03 02 |.....V.U.F...F..| 00000040 ff 00 00 20 01 00 00 00 00 02 fa 90 90 f6 c2 80 |... ............|
<------output-------------->

can you see the mixed output from dd to the console?

It mixed the output "1024 bytes (1.0 kB) copied" into the output from the hexdump. I dont think this is intentional.

I attached the first few lines which show the behaviour better than in this text as seperate txt-File.

Best Regards

Georg



--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
  500 testing         security.debian.org
  500 testing         ftp.de.debian.org
  500 testing         debian-multimedia.informatik.uni-erlangen.de
  500 squeeze         www.lamaresh.net

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



dd if=/dev/sdb bs=1K count=1 | hexdump -C
1+0 records in
1+0 records out
00000000  eb 63 90 d0 bc 00 7c 8e  c0 8e d8 be 00 7c bf 00  |.c....|......|..|
1024 bytes (1.0 kB) copied00000010  06 b9 00 02 fc f3 a4 50  68 1c 06 cb fb b9 
04 00  |.......Ph.......|
, 1.8379e-05 s, 55.7 MB/s
00000020  bd be 07 80 7e 00 00 7c  0b 0f 85 10 01 83 c5 10  |....~..|........|
00000030  e2 f1 cd 18 88 56 00 55  c6 46 11 05 c6 46 03 02  |.....V.U.F...F..|
00000040  ff 00 00 20 01 00 00 00  00 02 fa 90 90 f6 c2 80  |... ............|

Reply via email to