Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 747 Bytes

File metadata and controls

2 lines (2 loc) · 747 Bytes

File System

This simple two-level directory file system with a block size of 512 bytes was built using FUSE as a final project.  My file system would mount at a directory and then faux as root while accessing files inside of it.  Before writing this project I was indifferent to C.  However, after finishing this project I really grew to like C because of how exciting it was to actually get my favorite bare-bones text editor, nano, to create, open and save a new file using my file system.  Disclaimer: I am not sure if this code will work with multiple blocks because I ran out of time to test files larger than 512 bytes.  Also, this code will not compile or run by itself so it is just example of my C code.