https://github.com/shadowblip/steam-removable-media
Automounts and imports removable media as a Steam library
https://github.com/shadowblip/steam-removable-media
Last synced: about 1 year ago
JSON representation
Automounts and imports removable media as a Steam library
- Host: GitHub
- URL: https://github.com/shadowblip/steam-removable-media
- Owner: ShadowBlip
- License: gpl-3.0
- Created: 2022-05-01T04:41:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T02:05:06.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T20:23:30.253Z (about 1 year ago)
- Language: Shell
- Size: 55.7 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steam-removable-media
Automounts and imports removable media as a Steam library.
Devices must be formated as ext4 or they will not work.
Supported device types:
```
mmcblkX
nvmeX
sdX
```
# Usage
See the [wiki](https://github.com/ShadowBlip/steam-removable-media/wiki) for detailed usage instructions.
# Installing
## From the AUR
`yay -Sy steam-removable-media-git`
## From source
```
yay -Sy --needed parted
git clone https://github.com/ShadowBlip/steam-removable-media.git && cd steam-removable-media
sudo ./install.sh.
```
# Removing
## From the AUR
'yay -R steam-removable-media-git`
## From source
```
cd steam-removable-media
sudo ./remove.sh
```