Skip to content

michellemroy/Linux-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Linux-File-System

Custom Linux File System made with FUSE Library. Multi tier folders. Allows for creation, reading, deleleting and editing of files and folders. Persistence of the files and folders is also allowed. The filesystem is created inside a root(mounting point) folder which needs to be created inside the same folder that contains the code(filesys.c).

To run:

1.) First Compile with : gcc filesys.c -o filesys `pkg-config fuse --cflags --libs`

2.)Mount the file system with : ./filesys -f [mount point] //mount point is the directory to mount the filesystem to eg. root

3.)to run it open/cd into the filesytem and run commands via terminal or via the filebrowser.

About

Made with FUSE. This is a file system for LINUX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages