{"id":21380813,"url":"https://github.com/frameworkcomputer/steam-drive-mounter","last_synced_at":"2025-10-03T13:50:39.402Z","repository":{"id":240442748,"uuid":"802646285","full_name":"FrameworkComputer/steam-drive-mounter","owner":"FrameworkComputer","description":"Label, auto-mount your dedicated Steam library drive/partition.","archived":false,"fork":false,"pushed_at":"2025-01-23T14:47:41.000Z","size":1107,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T02:05:10.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrameworkComputer.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":"2024-05-18T21:42:02.000Z","updated_at":"2025-09-08T11:03:01.000Z","dependencies_parsed_at":"2024-05-18T22:37:57.281Z","dependency_job_id":"dd97b97c-1bee-4579-b94e-9dcea3c67d2c","html_url":"https://github.com/FrameworkComputer/steam-drive-mounter","commit_stats":null,"previous_names":["frameworkcomputer/steam-drive-mounter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FrameworkComputer/steam-drive-mounter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrameworkComputer%2Fsteam-drive-mounter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrameworkComputer%2Fsteam-drive-mounter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrameworkComputer%2Fsteam-drive-mounter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrameworkComputer%2Fsteam-drive-mounter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrameworkComputer","download_url":"https://codeload.github.com/FrameworkComputer/steam-drive-mounter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrameworkComputer%2Fsteam-drive-mounter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278173365,"owners_count":25942293,"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-10-03T02:00:06.070Z","response_time":53,"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":[],"created_at":"2024-11-22T10:42:51.358Z","updated_at":"2025-10-03T13:50:39.372Z","avatar_url":"https://github.com/FrameworkComputer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# steam-drive-mounter\n\n## Label, auto-mount your dedicated Steam library drive/partition on a second NVMe.\n\n(A helper script for setting up your **secondary** NMVe drive on Framework Laptop 16 [to use with Steam](https://github.com/FrameworkComputer/dri_prime1-detection/blob/main/README.md#beginner-method-for-ubuntu-lts))\n\n### Features:\n- Detects all drives and partitions available.\n- Provides a CLI prompt to select your desired games partition to be used.\n- Labels said partition as steamgames (only if selected and only if not already labeled as such).\n- Handles permissions and ownership automatically, plus provides the auto-mount entry in fstab.\n- Creates a systemd service that checks the ownership/permissions at each boot - extreme, but it's a failsafe.\n  - chown $USER:$USER /media/$USER/steamgames\n  - chmod 700 /media/$USER/steamgames\n- Seperate python script to remove the systemd service and related permission file.\n\n\n### Requirements:\n- Python3\n- Tested on Bluefin, but should work on Fedora Workstation and Ubuntu just fine.\n- Drive or partition that is formatted as ext4, ready to be used for Steam games.\n\n  ![Step-1](https://raw.githubusercontent.com/FrameworkComputer/steam-drive-mounter/main/1.png)\n\n  ![Step-2](https://raw.githubusercontent.com/FrameworkComputer/steam-drive-mounter/main/2.png)\n\n  ![Step-3](https://raw.githubusercontent.com/FrameworkComputer/steam-drive-mounter/main/3.png)\n\n### To install:\n~~~\ncurl -s https://raw.githubusercontent.com/FrameworkComputer/steam-drive-mounter/main/steaminator.py -o steaminator.py \u0026\u0026 python3 steaminator.py\n~~~\n\n### To run it again later on without downloading again:\n\n~~~\npython3 steaminator.py \n~~~\n\n- [Back to configuring Steam Fedora.](https://github.com/FrameworkComputer/dri_prime1-detection/tree/main#configure-steam-3)\n\n- [Back to configuring Steam Ubuntu.](https://github.com/FrameworkComputer/dri_prime1-detection/tree/main#configure-steam-1)\n\n  \n### To remove the install:\n\n~~~\nwget https://raw.githubusercontent.com/FrameworkComputer/steam-drive-mounter/main/mount-removal.py \u0026\u0026 chmod +x mount-removal.py\n~~~\n\n### To run removal\n\n~~~\npython3 mount-removal.py\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframeworkcomputer%2Fsteam-drive-mounter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fframeworkcomputer%2Fsteam-drive-mounter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframeworkcomputer%2Fsteam-drive-mounter/lists"}