Linux操作系统下MBR分区表的备份与恢复

来源:赛迪网 作者:korn
   

备份MBR分区

1.使用fdisk -l 确定MBR位置

2.备份MBR

dd if=/dev/sda1 of=/root/mbr bs=512 count=1

3.恢复MBR

dd if=/root/mbr of=/dev/sda1 bs=512 count=1

4.恢复分区表

dd if=/root/mbr of=/dev/sda1 bs=512 skip=446 count=66

 

注:mbr大小512 所以bs=512 count=1

bs=512 skip=446 count=66 用来确定分区表在备份文件中的位置

(责任编辑:A6)


时间:2007-12-10 10:28 来源:赛迪网 作者:korn 原文链接

好文,顶一下
(0)
0%
文章真差,踩一下
(0)
0%
------分隔线----------------------------


把开源带在你的身边-精美linux小纪念品
无觅相关文章插件,快速提升流量