Skip to content

Vitaspiros/FATReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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