Skip to content

FAT file system is a file system to store user data into clusters on media. A linked list table is made that helps the system know if a cluster of data is free or occupied. This project is an example of that.

Notifications You must be signed in to change notification settings

csc1111/FAT-File-System-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FAT-File-System-Example

FAT file system is a file system to store user data into clusters on media. A linked list table is made that helps the system know if a cluster of data is free or occupied. This project is an example of that made in linux.

About

FAT file system is a file system to store user data into clusters on media. A linked list table is made that helps the system know if a cluster of data is free or occupied. This project is an example of that.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published