harddisk clone

http://hrn25.sakura.ne.jp/win/clone-hdd/clone-hdd.html

MBR view

1、[root@centos5 ~]# dd if=/dev/sda of=mbr.bin bs=1 count=512
512+0 records in
512+0 records out
512 bytes (512 B) copied, 0.001414 seconds, 362 kB/s
(这里面主要是用到了dd这个工具,dd这个工具很强大。大家可以看下它的用法。)

2、[root@centos5 ~]# hexdump -C mbr.bin
00000000 eb 48 90 10 8e d0 bc 00 b0 b8 00 00 8e d8 8e c0 |.H…………..|
00000010 fb be 00 7c bf 00 06 b9 00 02 f3 a4 ea 21 06 00 |…|………!..|
00000020 00 be be 07 38 04 75 0b 83 c6 10 81 fe fe 07 75 |….8.u……..u|
00000030 f3 eb 16 b4 02 b0 01 bb 00 7c b2 80 8a 74 03 02 |………|…t..|

Add a Comment

您的电子邮箱地址不会被公开。 必填项已用*标注