{"id":18766068,"url":"https://github.com/akhilpandey95/fat12","last_synced_at":"2026-03-09T15:04:47.976Z","repository":{"id":79451086,"uuid":"113800191","full_name":"akhilpandey95/FAT12","owner":"akhilpandey95","description":"An implementation of a FAT 12 system simulation in C","archived":false,"fork":false,"pushed_at":"2017-12-13T19:48:48.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T11:44:06.641Z","etag":null,"topics":["c","fat12","operating-system"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akhilpandey95.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":"2017-12-11T01:54:34.000Z","updated_at":"2021-05-21T02:52:27.000Z","dependencies_parsed_at":"2023-03-12T08:13:00.539Z","dependency_job_id":null,"html_url":"https://github.com/akhilpandey95/FAT12","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akhilpandey95/FAT12","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilpandey95%2FFAT12","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilpandey95%2FFAT12/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilpandey95%2FFAT12/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilpandey95%2FFAT12/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akhilpandey95","download_url":"https://codeload.github.com/akhilpandey95/FAT12/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akhilpandey95%2FFAT12/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30299895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c","fat12","operating-system"],"created_at":"2024-11-07T18:38:11.772Z","updated_at":"2026-03-09T15:04:47.917Z","avatar_url":"https://github.com/akhilpandey95.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FAT12\n\n### What is this about ?\n\n`This is a simulation of a how a FAT12 system looks like. There are certain things to be kept in mind while studying the code for understanding what is it about.\n  - The `data.txt` is a file that contains information pertaining to the FILE system simulation. Aspects like creation, modification etc, are included in the `data.txt` file.\n  - The program is setup in such a way that it parses information from `data.txt` and then follows the cycle of instructions in order to simulate a FAT12 system.\n  - `.` and `..` are included in the File directory of the FAT12 system\n  - Since this is a simulation there is a constraint on the disk space, 2MB\n  - The directory can contain a maximum of 12 files, after which the files are allocated onto the next block\n\n### How to run ?\n\nFirst create the binary using the `make` command\n```shell\nmake\n```\n\nNow just run the binary\n```shell\n./fat12\n```\n\n### License\n[Mozilla Public License](https://github.com/akhilpandey95/FAT12/blob/master/LICENSE)\n\n### Contribute\nPlease raise an [Issue](https://github.com/akhilpandey95/FAT12/issues/new), if there is any technical discrepency either in the codebase or during the simulation of the FAT system\n\n### Note\nThe intention of this repository and the codebase is not to help you skip your assignment or easing off the effort put in completion of it. If you are a student, PLEASE DONOT COPY THE SOURCE CODE AND USE THE SAME FOR YOUR ASSIGNMENT.\n\n### Author\n[Akhil Pandey](https://github.com/akhilpandey95)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilpandey95%2Ffat12","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakhilpandey95%2Ffat12","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakhilpandey95%2Ffat12/lists"}