{"id":21396054,"url":"https://github.com/harsh098/simple-in-memory-filesystem","last_synced_at":"2025-03-16T14:41:38.468Z","repository":{"id":139369122,"uuid":"476674870","full_name":"harsh098/simple-in-memory-filesystem","owner":"harsh098","description":"A very primitive read-only in-memory fuse-based Unix/Linux Filesystem written in C.","archived":false,"fork":false,"pushed_at":"2022-04-15T17:38:36.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T02:11:16.772Z","etag":null,"topics":["filesystem","systems-programming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harsh098.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-01T10:27:36.000Z","updated_at":"2023-06-08T02:53:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"58470e83-0b7f-4833-94a8-70ddb00bf082","html_url":"https://github.com/harsh098/simple-in-memory-filesystem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fsimple-in-memory-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fsimple-in-memory-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fsimple-in-memory-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh098%2Fsimple-in-memory-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harsh098","download_url":"https://codeload.github.com/harsh098/simple-in-memory-filesystem/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885886,"owners_count":20363643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["filesystem","systems-programming"],"created_at":"2024-11-22T14:24:42.972Z","updated_at":"2025-03-16T14:41:38.447Z","avatar_url":"https://github.com/harsh098.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-in-memory-filesystem\n**SIMF**(Simple In-memory Filesystem) is a filesystem that runs on **FUSE**(Filesystem in User Space).  \n*According to the following [Wikipedia](https://en.wikipedia.org/wiki/Filesystem_in_Userspace) article:-*  \n\u003e**F**ilesystem in **USE**rspace is a software interface for Unix and Unix-like computer operating systems  \n\u003ethat lets non-privileged users create their own file systems without editing kernel code.  \n\n\n**SIMF** is an in-memory read-only filesystem that mounts itself to a target and creates two files file001 and file002 that can only be read.\nThis project works on macOS,Linux and BSD systems.\n\n**Compilation instructions on Linux Based targets :-**\n\n**1.**  Make sure FUSE libraries are installed.  \nFor Ubuntu/Debian based systems :-  \n`sudo apt-get install fuse libfuse-dev`\n\nFor RHEL/Fedora/CentOS:-  \n`sudo yum install fuse fuse-devel`\n\n**2.**  Run the following command  \n`gcc simf.c -o simf 'pkg-config fuse --cflags --libs'`\n\n**Running the project**  \n\nNavigate to the directory containing `simf` executable and run the following commands:-   \n**1.** `chmod 744 simf` *to make `simf`executeable.*\n\n**2.** `./simf -f [mount_point]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh098%2Fsimple-in-memory-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharsh098%2Fsimple-in-memory-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh098%2Fsimple-in-memory-filesystem/lists"}