博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
MBR(Master Boot Record)主引导记录分析
阅读量:6815 次
发布时间:2019-06-26

本文共 1308 字,大约阅读时间需要 4 分钟。

root@ubuntu1404:/home/chen# fdisk -l /dev/sda1Disk /dev/sda1: 254 MB, 254803968 bytes255 heads, 63 sectors/track, 30 cylinders, total 497664 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00000000Disk /dev/sda1 doesn't contain a valid partition table
root@ubuntu1404:/home/chen# fdisk -l /dev/sda5Disk /dev/sda5: 21.2 GB, 21216886784 bytes255 heads, 63 sectors/track, 2579 cylinders, total 41439232 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x00000000Disk /dev/sda5 doesn't contain a valid partition table

 

 

存贮字节位 内容及含义
第0字节 引导标志。若值为80H表示活动分区,若值为00H表示非活动分区。
第1,2,3字节 本分区的起始磁头号、扇区号、柱面号。其中:磁头号——第1字节;
扇区号——第2字节的低6位;
柱面号——为第2字节高2位+第3字节8位。
第4字节 分区类型符。00H——表示该分区未用(即没有指定);
06H——FAT16基本分区;
0BH——FAT32基本分区;
05H——扩展分区;
07H——NTFS分区;
0FH——(LBA模式)扩展分区(83H为Linux分区等)。
第5,6,7字节 本分区的结束磁头号、扇区号、柱面号。其中:磁头号——第5字节;
扇区号——第6字节的低6位;
柱面号——第6字节的高2位+第7字节。
第8,9,10,11字节 本分区之前已用了的扇区数。
第12,13,14,15字节 本分区的总扇区数。

 

注: 上图中的"Sector in partition 1=497664"对应的是"00 98 07 00", 查了资料, 超过1字节的数据, 实际应该对应"00 07 98 00"(好比镜像了一下)

Total = 446Byte + 64Byte + 2Byte

转载于:https://www.cnblogs.com/IvanChen/p/5183998.html

你可能感兴趣的文章
openstack-11:安装dashiboard界面
查看>>
隐藏权限lsattr_chattr
查看>>
VRRP冗余 RIP/OSPF STP配置
查看>>
乐搏讲自动化测试-Python发展背景(1)
查看>>
对于 wepy 不是内部或外部命令 -- 的解决办法
查看>>
嵌入式文件系统简介(一) —— Linux MTD设备文件系统
查看>>
洞悉物联网发展1000问之全屋智能是智能家居的新出路吗?
查看>>
Nginx服务与LNMP架构部署
查看>>
Centos 7下安装Oracle 12c 以及装后优化(附软件包)
查看>>
Linux中用户组和用户所在文件
查看>>
捷配pcb极速制造
查看>>
Hive系列之HSQL转换成MapReduce过程
查看>>
Windows cannot find the local profile and is logging you on with a temporary profile
查看>>
oracle教程之oracle动态采样(一)
查看>>
我的友情链接
查看>>
PHP数组函数
查看>>
vue+typescript入门学习
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
linix下的php源码安装
查看>>