{"id":17048535,"url":"https://github.com/hollasch/drives","last_synced_at":"2026-05-02T05:08:04.225Z","repository":{"id":7354094,"uuid":"8678380","full_name":"hollasch/drives","owner":"hollasch","description":"Windows command shell utility to print out status of all active drive letters","archived":false,"fork":false,"pushed_at":"2023-10-31T07:29:39.000Z","size":194,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T07:11:44.608Z","etag":null,"topics":["active-drive-letters","c-plus-plus","command-line","command-line-tools","drives","windows"],"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/hollasch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2013-03-10T00:22:46.000Z","updated_at":"2022-03-11T16:25:20.000Z","dependencies_parsed_at":"2025-01-28T10:39:51.805Z","dependency_job_id":null,"html_url":"https://github.com/hollasch/drives","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hollasch/drives","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollasch%2Fdrives","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollasch%2Fdrives/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollasch%2Fdrives/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollasch%2Fdrives/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hollasch","download_url":"https://codeload.github.com/hollasch/drives/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hollasch%2Fdrives/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["active-drive-letters","c-plus-plus","command-line","command-line-tools","drives","windows"],"created_at":"2024-10-14T09:52:16.579Z","updated_at":"2026-05-02T05:08:04.204Z","avatar_url":"https://github.com/hollasch.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"drives -- Print status of active windows drives\n====================================================================================================\n\nDescription\n------------\nThis command-line tool prints the status of all active drive letters on Windows. It handles local\ndrives, network-mapped drives, removable drives, and virtual drives (mapped via the `subst`\ncommand).\n\n\nUsage\n------\n    drives: Print Windows drive and volume information\n    usage : drives  [--json|-j] [--verbose|-v] [drive]\n                    [--help|-h|/?] [--version]\n\n    This program prints drive information for all devices, network mappings, DOS\n    devices, and drive substitutions (via the `subst` command).\n\n    Unless the `--json` option is supplied, the following drive values will be\n    printed, in this order:\n\n        - Drive Letter\n        - Label\n        - Serial Number\n        - Type (No root, Removable, Fixed, Remote, CD-ROM, or RAM Disk)\n        - File System (for example, NTFS, FAT, or FAT32)\n        - Volume GUID, drive substitution or target, or network mapping\n\n    The volume GUID can be used in a formal volume name, with the following form:\n\n        \\\\?\\Volume{GUID}\\\n\n    Options\n        [drive]\n            Optional drive letter for specific drive report (colon optional). If no\n            drive is specified, reports information for all drives.\n\n        --help, -h, /?\n            Print help information.\n\n        --json, -j\n            Print full drive information in JSON format. To understand the file\n            system flags, see documentation for the Windows function\n            GetVolumeInformationW().\n\n        --verbose, -v\n            Generally, print additional volume information. This switch is ignored\n            if the `--json` option is supplied. Additional volume information\n            includes the amount of free space and the total drive capacity.\n\n        --version\n            Print program version.\n\n    drives v3.0.0 | 2022-04-22 | https://github.com/hollasch/drives\n\nSample Output\n--------------\n\n    C:\\\u003e drives\n    A: \"Data\"    69cc-bf14  Fixed      NTFS    0f355eb5-6b2d-4583-8c15-350f09a59add\n    B: \"Backup\"  182b-29c2  Fixed      NTFS    65b25216-ace2-4bc0-a768-00cd5ce46082\n    C: \"System\"  cf99-12f4  Fixed      NTFS    c25514ce-c902-460a-aee5-a15d63e154ca\n    D: \"ESD-USB\" a0f3-59a6  Fixed      FAT32   ca8f1d7e-f70c-40c3-b71f-6aad1b4f4848\n    E: -         9f8b-fd0f  Removable  FAT32   2b3413e6-3be6-4376-8d46-282aed06561b\n    F: \"Data\"    fa6f-f71d  Fixed      NTFS    === A:\\setup\\tools\n    G: \"Games\"   4fdd-258e  Fixed      NTFS    b4f4619b-838c-484e-96f8-05a1bfd96a7a\n    R: -         -          CD-ROM     -\n    S: \"Scratch\" 0083-3922  Fixed      NTFS    ce38d56e-b4c0-477f-b77c-866b629c0c87\n    V: \"NAS3\"    7f10-6416  Remote     NTFS    --\u003e \\\\common\\files\n    X: \"Data\"    2175-ff77  Remote     NTFS    --\u003e \\\\klaatu\\a$\n\n\nBuilding\n----------\nThis project uses the CMake build tool. CMake is a meta-build system that locates and uses your\nlocal development tools to build the project if possible.\n\nTo build, first install [CMake][https://cmake.org/]. Then go to the project root directory and run\nthe following command:\n\n    cmake -B build\n\nThis will locate your installed development tools and configure your project build in the `build/`\ndirectory. After that, whenever you want a new build, run this command:\n\n    cmake --build build\n\nThis will build a debug version of the project, located in `build/Debug/`. To build a release\nversion, run\n\n    cmake --build build --config release\n\nYou can find the built release executable in `build/Release/`.\n\n\n--------------------------------------------------------------------------------\nSteve Hollasch \u003csteve@hollasch.net\u003e\u003cbr\u003e\nhttps://github.com/hollasch/drives\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhollasch%2Fdrives","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhollasch%2Fdrives","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhollasch%2Fdrives/lists"}