Skip to content

A simulation of the FAT16 file system written in Java. I worked on it as part of an assignment for a course on university. Most of the underlying classes are not my work, my assignment was to work on the classes MockFAT and MockDirectory classes. I additionally added the DiskFile class.

Notifications You must be signed in to change notification settings

Baksonator/fat16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to see how the "file system" works, you can create your own Unit tests or just run and analyze the existing ones. There is also a graphical representation of the system implemented using Swing.

About

A simulation of the FAT16 file system written in Java. I worked on it as part of an assignment for a course on university. Most of the underlying classes are not my work, my assignment was to work on the classes MockFAT and MockDirectory classes. I additionally added the DiskFile class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages