GLO File System | GLO-2001 Ulaval

Published in
C development

Linux file system development inspired from UFS

The project was to write a file system in C that could be used under Linux or MacOS. It was realized as an assignment in the Operating System for Engineer course and was inspired from the implementation of the Unix File System (UFS). It allows mounting via FUSE which allows the user to mount it as any other file system. The data is stored in PNG files using steganography.

View the source on GitHub.