Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 638 Bytes

Linux_File_System

Implementation of mountable Linux friendly mountable file system that can replicate and handle most common user operations. The file system uses Linux system libraries, FUSE kernel module and wrapper, disk emulators. i-Nodes are altered to modify files and memories and data blocks are mapped carefully to avoid memory leaks.