Skip to content

shackleb0lt/FAT32_Utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 3413 Assignment 4 FAT32

Implemented a library to read directly from a FAT32 file system, the code is partially taken from other github source, allows commands like info , dir , cd , get and put , there are still a few bugs in the code. Use make all to create an executable, and run the code using.

./fat32 <diskimage>

It'll simulate a terminal opened at root directory in the fat32 diskimage. To run the code without bug use fat32demo.

About

Basic Implementation of FAT32 file system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published