lab9 Filesystem
  • Introduction
  • Important Commands
    • File Permissions
    • Disk Duplication
    • Create FAT Filesystems
    • Check and Repair FAT filesystem
    • Mount
    • Demo
    • Viewing with Hex Editor
      • Endian-ness in FAT32
  • Linux File System Calls
  • Directory Related Calls in C Language
  • Overview of FAT32
  • Accessing FAT using C
    • C Header of FAT
      • Header: Boot Sector
      • Header: Dir Entry
      • Read the header
    • 8+3 File Name
    • Traversing Cluster
    • Finding Next Cluster
    • Reference
Powered by GitBook
On this page

Was this helpful?

  1. Accessing FAT using C

Reference

PreviousFinding Next Cluster

Last updated 1 month ago

Was this helpful?

If you wish to know more about the FAT32 file system, please take a look at the following resources.

  1. FAT32 White Paper:

https://en.wikipedia.org/wiki/Design_of_the_FAT_file_system#File_Allocation_Table
https://aeb.win.tue.nl/linux/fs/fat/fatgen103.pdf
https://technet.microsoft.com/en-us/library/cc976796.aspx
https://www.pjrc.com/tech/8051/ide/fat32.html
http://www.easeus.com/resource/fat32-disk-structure.htm