The identifier of the FAT table in the FAT32 File System

Source: Internet
Author: User

Online materials:

End cluster: 0x0FFF FFFF

Bad cluster: 0 xFFFF FFF7

0 cluster: 0xF8FF FF0F

1 Cluster: 0 xFFFF FFFF or 0 xFFFF FF0F (Table 1 may be used to record dirty marks, indicating that the file system is not normally detached or the disk surface is incorrect. However
This value is not important. Under normal circumstances, the value of table 1 is "FFFFFFFF" or "ffff0f ")

 

Official materials:

The maximum size of the file system depends on the size of the FAT item. Each FAT item in the cluster chain records the cluster address of the next cluster. the number indicated by the FAT item has an upper limit, which is the maximum cluster number in the file system. The FAT item of the FAT32 file system only uses the 28bit (0x0FFF FFFF) of 32bit, so it can only describe 268435456 (that is, 0x1000 0000) clusters (actually less than this value, because this also includes reserved values used for ending and bad cluster labels)

My understanding:

Valid cluster number: 0x0000 0000 to 0x0FFF FFEF

Reserved cluster: 0x0FFF FFF0 to 0x0FFF FFF6

Bad cluster: 0x0FFF FFF7

End cluster of the file: 0x0FFF FFF8 to 0x0FFF FFFF

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.