This program can read disks formatted with a FAT filesystem and show their contents.
- Can read directories
- Can read files
- FAT32
- FAT16
- FAT12
- exFAT
make
If it can't read your disk (from /dev) try running it as root.
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.
- StackOverflow for the string trimming algorithm
- The official FAT specification
- The unofficial FAT specification at OSDev Wiki