{"id":15598397,"url":"https://github.com/fluffynuts/vhd-mounter","last_synced_at":"2026-05-12T21:39:49.168Z","repository":{"id":54780941,"uuid":"122037961","full_name":"fluffynuts/vhd-mounter","owner":"fluffynuts","description":"Simple win32 service to mount VHD images","archived":false,"fork":false,"pushed_at":"2021-03-09T12:07:05.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T16:50:54.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffynuts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-19T08:53:16.000Z","updated_at":"2021-03-09T12:07:07.000Z","dependencies_parsed_at":"2022-08-14T02:50:28.453Z","dependency_job_id":null,"html_url":"https://github.com/fluffynuts/vhd-mounter","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/fluffynuts%2Fvhd-mounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fvhd-mounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fvhd-mounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fvhd-mounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffynuts","download_url":"https://codeload.github.com/fluffynuts/vhd-mounter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240466792,"owners_count":19805862,"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":[],"created_at":"2024-10-03T01:39:07.431Z","updated_at":"2026-05-12T21:39:44.140Z","avatar_url":"https://github.com/fluffynuts.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VHDMounter\r\n\r\n## What\r\nA very simple VHD mounting service for windows.\r\n\r\n## Why\r\nMy specific usage is for MySql on a GPT partition (which MySql, at time of writing, does not approve of, but I have little option here since it's a bootcamp partition on a mac). Turns out you can get MySql working fine on a mounted VHD -- which I have. This service just makes usage of the VHD simpler.\r\n\r\n## Usage\r\n1. Build binaries \u0026 copy wherever you please\r\n2. Create an ini file in the folder where the app resides, called \"vhdmounter.ini\"\r\n3. Add one section per disk you'd like to mount -- the name is only useful for you, but you do need to specify the `path` setting, which is a fully-qualified path to the vhd you'd like to mount.\r\n4. Run: `vhdmounter.exe -i` to install\r\n5. Optionaly make other services depend on the mounter\r\n    - check their dependencies first with `sc qc {service}`\r\n    - update their dependencies with `sc config {service} depend= vhdmounter/{original dep1}/{original dep2}`\r\n    - note that `sc config` overwrites the existing dependency list, so you *must* configure the original dependencies into that list, if there are any. Also note the space after `depend=` and not before the `=`. More here: [https://serverfault.com/questions/24821/how-to-add-dependency-on-a-windows-service-after-the-service-is-installed#228326](https://serverfault.com/questions/24821/how-to-add-dependency-on-a-windows-service-after-the-service-is-installed#228326)\r\n6. `net start vhdmounter` should mount your disk(s). Alternatively, if you have any service dependencies set up (5 above), then `net start {your service}` should mount disks and start your service.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fvhd-mounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffynuts%2Fvhd-mounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fvhd-mounter/lists"}