Chameleon

View loop_works.txt

1$ sudo dd/64/dd if=boot1h of=/dev/rdisk2s2 bs=4096
20+1 records in
30+1 records out
41024 bytes (1.0 kB) copied, 0.001558 s, 657 kB/s
5$ sudo dd/64/dd if=/dev/rdisk2s2 of=boot1h_out bs=1024 count=1
61+0 records in
71+0 records out
81024 bytes (1.0 kB) copied, 0.000199 s, 5.1 MB/s
9$ diff boot1h boot1h_out
10Binary files boot1h and boot1h_out differ
11$ sudo dd/64/dd if=boot1h of=/dev/rdisk2s2 bs=4096
120+1 records in
130+1 records out
141024 bytes (1.0 kB) copied, 0.000196 s, 5.2 MB/s
15$ sudo dd/64/dd if=/dev/rdisk2s2 of=boot1h_out bs=1024 count=1
161+0 records in
171+0 records out
181024 bytes (1.0 kB) copied, 0.01968 s, 52.0 kB/s
19$ diff boot1h boot1h_out
20Binary files boot1h and boot1h_out differ
21$ sudo dd/64/dd if=boot1h of=/dev/rdisk2s2 bs=4096
220+1 records in
230+1 records out
241024 bytes (1.0 kB) copied, 0.000187 s, 5.5 MB/s
25$ sudo dd/64/dd if=/dev/rdisk2s2 of=boot1h_out bs=1024 count=1
261+0 records in
271+0 records out
281024 bytes (1.0 kB) copied, 0.000188 s, 5.4 MB/s
29$ diff boot1h boot1h_out
30
31(no output means they matched on 3rd try)
32
33

Archive Download this file

Attachment to issue 129

Created: 12 years 1 month ago by watou smith