/FUSE-System

Using FUSE, a file system was implemented to display the text files in a source directory as images, especially for handling "ASCII art" or "ANSI art" files.

Primary LanguageC

FUSE-System

Using FUSE, a file system system was implemented to display the text files in a source directory as images, especially for handling "ASCII art" or "ANSI art" files. For more information, please take a look at Project Explanation file.

To run the code, type the following commands on terminal

<h6>sudo cmake . </h6>
<h6>sudo make </h6>
<h6>./file_system -d /home/cansu/Desktop/proj2/src /home/cansu/Desktop/proj2/dst </h6>
<h6>fusermount -u /home/cansu/Desktop/dst </h6>