{"id":18073476,"url":"https://github.com/iamazy/rocksfs","last_synced_at":"2026-02-13T22:06:19.287Z","repository":{"id":50934483,"uuid":"520135073","full_name":"iamazy/rocksfs","owner":"iamazy","description":"A local filesystem based on fuse and rocksdb.","archived":false,"fork":false,"pushed_at":"2022-10-22T11:29:15.000Z","size":93,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-31T10:07:28.814Z","etag":null,"topics":["filesystem","fuse","rocksdb","rust","storage"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamazy.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}},"created_at":"2022-08-01T14:05:50.000Z","updated_at":"2024-06-18T11:24:39.000Z","dependencies_parsed_at":"2023-01-20T08:06:10.569Z","dependency_job_id":null,"html_url":"https://github.com/iamazy/rocksfs","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/iamazy%2Frocksfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazy%2Frocksfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazy%2Frocksfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazy%2Frocksfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamazy","download_url":"https://codeload.github.com/iamazy/rocksfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230359932,"owners_count":18214157,"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","fuse","rocksdb","rust","storage"],"created_at":"2024-10-31T10:07:45.357Z","updated_at":"2026-02-13T22:06:19.162Z","avatar_url":"https://github.com/iamazy.png","language":"Rust","readme":"# rocksfs\n\nA local filesystem based on fuse and rocksdb. \n\n⚠️ This project is almost entirely copied from [tifs](https://github.com/Hexilee/tifs) and mainly for learning purposes\n\n## Motivation\n\n- learn rust and storage (e.g. fuse, object storage and so on)\n- find a way to learn rocksdb and how to optimize it\n\n## Environment\n\n### Build\n\n- Linux\n  `libfuse` and `build-essential` are required, in ubuntu/debian:\n\n```\nsudo apt install -y libfuse-dev libfuse3-dev build-essential\n```\n\n- macOS\n```\nbrew install --cask osxfuse\n```\n\n### Runtime\n- Linux\n  `fuse3` and `openssl` are required, in ubuntu/debian:\n\n```\nsudo apt-get install -y libfuse3-dev fuse3 libssl-dev\n```\n\n- macOS\n\n```\nbrew install --cask osxfuse\n```\n\nIn Catalina or former version, you need to load osxfuse into the kernel:\n\n```\n/Library/Filesystems/osxfuse.fs/Contents/Resources/load_osxfuse\n```\n\nor\n\n\u003e * Verify that Terminal has Full Disk Access: System Preference \u003e Security \u0026 Privacy \u003e Privacy \u003e Full Disk Access\n\u003e * Run `sudo kextunload -b io.macfuse.filesystems.macfuse`\n\n## Usage\n\n```bash\ngit clone https://github.com/iamazy/rocksfs.git\ncd rocksfs\nmkdir -p ./rocksfs/fs # as mount point\nmkdir -p ./rocksfs/db # save rocksdb's log\ncargo run ./rocksfs/fs ./rocksfs/db\n```\n\nIf you close the program unexpected, maybe got an error that says \"Device not configured\", you can execute the command `umount -f \u003cmount point\u003e` to solve it.\n\n## Acknowledgments\n\n- [tifs](https://github.com/Hexilee/tifs) - A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazy%2Frocksfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamazy%2Frocksfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazy%2Frocksfs/lists"}