Skip to content

A Library console that reads and parses data from a FAT32 file system. Includes a shell to traverse through files and folders.

Notifications You must be signed in to change notification settings

junsklee/Fat32-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FAT32-Parser

A Library console that reads and parses data from a FAT32 file system (disk). Includes a shell to traverse through folders and download individual files.

Usage

$ make

After make has run successfully, run the exe using a formatted disk image:

$ ./fat32 diskimage

Shell Supported commands:

info

  • provides device, geometry and file system information of the provided fat32 disk.

dir

  • lists the current directory

cd <directory_name>

  • switches to the specified directory

get <file_name>

  • downloads the file from the fat32 disk to the local machine

image image

About

A Library console that reads and parses data from a FAT32 file system. Includes a shell to traverse through files and folders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published