Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 760 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 760 Bytes

FAT Reader

This program can read disks formatted with a FAT filesystem and show their contents.

Features

  • Can read directories
  • Can read files

Filesystem support

  • FAT32
  • FAT16
  • FAT12
  • exFAT

Compilation

make

If it can't read your disk (from /dev) try running it as root.

Available Commands

  • ls
  • fsinfo
  • fileinfo
  • exit/quit

Also, you can type any file's name to read it, or any directory's name to cd into it.

Thanks to