{"id":16359048,"url":"https://github.com/kumkeehyun/ext2-file-system","last_synced_at":"2025-07-22T03:05:54.524Z","repository":{"id":125442270,"uuid":"238413588","full_name":"KumKeeHyun/EXT2-file-system","owner":"KumKeeHyun","description":"EXT2 File system simulating in RAM","archived":false,"fork":false,"pushed_at":"2020-02-22T06:53:12.000Z","size":114,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T05:02:41.954Z","etag":null,"topics":["ext2","filesystem","simulation"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KumKeeHyun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-05T09:33:46.000Z","updated_at":"2024-04-22T08:00:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"71bab3b0-df9a-4850-8ec0-58929d7895f3","html_url":"https://github.com/KumKeeHyun/EXT2-file-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KumKeeHyun/EXT2-file-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumKeeHyun%2FEXT2-file-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumKeeHyun%2FEXT2-file-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumKeeHyun%2FEXT2-file-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumKeeHyun%2FEXT2-file-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KumKeeHyun","download_url":"https://codeload.github.com/KumKeeHyun/EXT2-file-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KumKeeHyun%2FEXT2-file-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266417106,"owners_count":23925301,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ext2","filesystem","simulation"],"created_at":"2024-10-11T02:07:22.646Z","updated_at":"2025-07-22T03:05:54.516Z","avatar_url":"https://github.com/KumKeeHyun.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table of Contents\n+ [EXT2 File System](#EXT2FileSystem)\n+ [How to use](#Howtouse)\n+ [Contributors](#Contributors)\n+ [Run GDBGUI](#RunGDBGUI)\n\n# EXT2 File System \u003ca name=\"EXT2FileSystem\"\u003e\u003c/a\u003e\n\n\n\n\n## How to use \u003ca name=\"Howtouse\"\u003e\u003c/a\u003e\n\n\n\n## Contributors\n\n+ KumKeeHyun\n+ iamhge\n\n\n## Run GDBGUI \u003ca name=\"RunGDBGUI\"\u003e\u003c/a\u003e\n\n1. compile using '-g' option\n\n```\ngcc -g -o file_name files\n```\n\n2. start gdb server\n\n```\ngdbserver localhost:port /file_path/file_name\n```\n\n3. another terminal\n\n```\ngdbgui -g gdb-multiarch\n```\n\n4. in gdbgui window\n\n```\nfile /file_path/file_name\n\ntartget remote:port\n```\n\n\n## 연습장\n\n###  이것은 글자 크기\n\n이것은 본문\n\n\u003e이것은 인용\n\n**이것은 굵게**\n\n***이것은 기울임***\n\n~~이것은 취소선~~\n\n\n\n```c\n// 이것은 코드\n\ntypedef struct {\n    EXT2_FILESYSTEM *fs;\n    EXT2_DIR_ENTRY entry;\n    EXT2_DIR_ENTRY_LOCATION location;\n} EXT2_NODE;\n\nint main(int argc, char *argv[]) \n{\n    EXT2_NODE wow;\n\n    return 0;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumkeehyun%2Fext2-file-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkumkeehyun%2Fext2-file-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkumkeehyun%2Fext2-file-system/lists"}