Chinaunix首页 | 论坛 | 博客
  • 博客访问: 433295
  • 博文数量: 55
  • 博客积分: 2235
  • 博客等级: 大尉
  • 技术积分: 625
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-14 13:34
文章分类
文章存档

2012年(2)

2011年(26)

2010年(1)

2009年(20)

2008年(6)

我的朋友

分类:

2009-09-09 17:13:02

dd if=/dev/zero  of=/dev/hdb bs=512 count=1
然后重启!
 
sudo dd if=/dev/sda of=mbr.bin bs=512 count=1
将/dev/sda硬盘的Boot Sector信息导出到mbr.bin
Main(Mater)Boot Record主引导记录,实际上只是Boot Sector的一部分,Boot Sector:
1、MBR,占头446B
2、DPT,Disk Partion Table主分区表,4个主分区信息,每个16B
3、Boot Record ID,2B,若为合法分区,其值为0x0000aa55(little endian)。
阅读(7303) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~