LoginSignup
7
9

More than 5 years have passed since last update.

[メモ] MBRとかPBSとかの図解(FAT16/FAT32)

Last updated at Posted at 2016-02-17

最近、MBRとかその辺の情報が(趣味で)必要になったので、むか~し(SDHCの規格に対応させるために)自分がわかりやすいようにまとめたものをメモっておく。
当時のSDFormatter(v2?)でフォーマットしたSD/SDHCをダンプしたものを使用(してるハズ..)


  • MBR (Master Boot Record) FAT1.png

  • MBR: CHS and LBA
    FAT2.png

    CHS => sector_num:
    sector_num =  C * (NumOfHeads * SectorsPerTrack) + H * SectorsPerTrack  + S - 1
    (例) 959 * (32*63) + 31 *(63) + 63-1 => 1,935,359
    

  • PBS:FAT12/16 (Partition Boot Sector)
    FAT3.png


  • PBS:FAT32 (Partition Boot Sector) FAT4.png

  • Directory Entry FAT5.png

  • FAT32:FSInfo FAT6.png

  • 履歴

    Rev 0.3 – 2016-02-17 :  一般公開用に編集
    Rev 0.2 - 2006-11-01
    Rev 0.1 - 2006-10-30
    

  • スクショ(ALT+PrintScreen)で、ペイントに貼り付けて、クロップして、PNG保存。
  • FATクラスタチェーンはまとめてなかったので、調べなければならない。
7
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
9