{"id":26673749,"url":"https://github.com/mjebrahimi/ramdisk","last_synced_at":"2025-07-19T15:37:06.686Z","repository":{"id":37487940,"uuid":"245504448","full_name":"mjebrahimi/RamDisk","owner":"mjebrahimi","description":"RamDisk is a library for create virtual disk drive on system memory","archived":false,"fork":false,"pushed_at":"2023-03-02T01:57:21.000Z","size":88,"stargazers_count":67,"open_issues_count":3,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-13T18:48:59.846Z","etag":null,"topics":["imdisk","ramdisk","virtual-disk","virtual-drive"],"latest_commit_sha":null,"homepage":null,"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/mjebrahimi.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":"2020-03-06T19:50:33.000Z","updated_at":"2025-05-16T07:09:40.000Z","dependencies_parsed_at":"2025-03-26T01:37:39.120Z","dependency_job_id":"283b98ca-5a1b-4c6d-9e73-8c9f38a84818","html_url":"https://github.com/mjebrahimi/RamDisk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/mjebrahimi/RamDisk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjebrahimi%2FRamDisk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjebrahimi%2FRamDisk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjebrahimi%2FRamDisk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjebrahimi%2FRamDisk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjebrahimi","download_url":"https://codeload.github.com/mjebrahimi/RamDisk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjebrahimi%2FRamDisk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261304267,"owners_count":23138301,"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":["imdisk","ramdisk","virtual-disk","virtual-drive"],"created_at":"2025-03-26T01:37:33.497Z","updated_at":"2025-06-22T14:10:09.917Z","avatar_url":"https://github.com/mjebrahimi.png","language":"C#","readme":"[![NuGet](https://img.shields.io/nuget/v/RamDisk.svg)](https://www.nuget.org/packages/RamDisk/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)\n[![Build Status](https://github.com/mjebrahimi/RamDisk/workflows/.NET%20Core/badge.svg)](https://github.com/mjebrahimi/RamDisk)\n\n# RamDisk\n**RamDisk** is a library for create virtual disk drive on system memory (**you have to have [ImDisk](http://www.ltr-data.se/opencode.html/#ImDisk) installed, which is used in the backend - [download link of current stable version 2.0.10](http://www.ltr-data.se/files/imdiskinst.exe)**) which supports Windows NT/2000/XP/Vista/7/8/8.1/10 and Windows Server 2003/2003 R2/2008/2008 R2/2012/2012 R2, 32 and 64 bit (and ARM) editions.\n\n## Get Started\n\n### 1. Install Package\n\n```\nPM\u003e Install-Package RamDisk\n```\n\n### 2. Use it\nPlease note that all operations require your application to have administrator priviliges.\n\n**Mount** a virtual disk drive for example size : 512MB and fileSystem : NTFS and name : 'Z' and label : \"RamDisk\".\n\n```csharp\nusing RamDisk;\n\nRamDrive.Mount(512, FileSystem.NTFS, 'Z', \"RamDisk\");\n\n//or simpler (other parameters except size has default value)\nRamDrive.Mount(512);\n```\n\nThen **Unmount** drive name : 'Z'\n\n```csharp\nusing RamDisk;\n\nRamDrive.Unmount('Z');\n\n//or simpler (drive name has default value 'Z')\nRamDrive.Unmount();\n```\n\n## Contributing\n\nCreate an [issue](https://github.com/mjebrahimi/RamDisk/issues/new) if you find a BUG or have a Suggestion or Question. If you want to develop this project, Fork on GitHub and Develop it and send Pull Request.\n\nA **HUGE THANKS** for your help.\n\n## License\n\nRamDisk is Copyright © 2020 [Mohammd Javad Ebrahimi](https://github.com/mjebrahimi) under the [MIT License](https://github.com/mjebrahimi/RamDisk/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjebrahimi%2Framdisk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjebrahimi%2Framdisk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjebrahimi%2Framdisk/lists"}