exFAT Volume Checker
University Projects #Operating Systems
NOTE

Click this link to view the code on GitHub.

Overview#

A validation tool for exFAT file system volumes, checking structural integrity by verifying boot sector parameters, FAT table consistency, and directory entry validity.

Key Concepts#

  • Validated boot sector parameters and checksums
  • Checked FAT consistency (no orphaned clusters, valid chains)
  • Verified directory entries against file metadata
  • Detected cross-linked files (multiple files claiming same cluster)
  • Reported detailed error information

Technologies#

C, exFAT, File System Integrity, Validation, Systems Programming

← Back to Projects