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?

Important Commands

  • File Permissions: ls -l; chmod; unmask

  • Disk Duplication: dd

  • Create FAT Filesystems: mkfs.vfat

  • Check and Repair FAT filesystem: dosfcsk

  • Mount: mount; umount

  • View disk file: hexedit

PreviousIntroductionNextFile Permissions

Last updated 5 years ago

Was this helpful?