透過hexdump檢視硬碟標頭檔案的區別

tonykorn97發表於2007-03-14

[root@test ~]# dd if=/dev/sda1 of=/tmp/sda1.out bs=512 count=1
1+0 records in
1+0 records out
[root@test ~]# hexdump /tmp/sda1.out
0000000 0000 0000 0000 0000 0000 0000 0000 0000
*
0000200


[root@test ~]# dd if=/dev/sdb1 of=/tmp/sdb1.out bs=512 count=1
1+0 records in
1+0 records out
[root@test ~]# hexdump /tmp/sdb1.out
0000000 0000 0000 0001 e93b 0001 1800 008c 076c
0000010 0000 0000 0000 0000 4249 204d 6e49 6f66
0000020 6d72 7869 4420 6e79 6d61 6369 5320 7265
0000030 6576 2072 6f43 7970 6972 6867 2874 2943
0000040 3120 3839 2d36 3032 3430 2020 4249 204d
0000050 6e49 6f66 6d72 7869 5320 666f 7774 7261
0000060 2c65 4920 636e 002e 0000 0002 0800 0000
0000070 6b7f 45e6 000e 0000 0000 0000 0067 0000
0000080 3031 302e 0001 0000 0000 0000 0000 0000
0000090 0000 0000 0000 0000 0000 0000 0000 0000
*
0000200
[root@test ~]#

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-245625/,如需轉載,請註明出處,否則將追究法律責任。

相關文章