Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonilol/simple-usb-automount
Really simple usb storage device auto mounter
https://github.com/antonilol/simple-usb-automount
automount linux mount storage usb
Last synced: about 2 months ago
JSON representation
Really simple usb storage device auto mounter
- Host: GitHub
- URL: https://github.com/antonilol/simple-usb-automount
- Owner: antonilol
- License: mit
- Created: 2021-11-04T15:51:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T08:26:44.000Z (about 3 years ago)
- Last Synced: 2023-03-05T02:08:01.682Z (almost 2 years ago)
- Topics: automount, linux, mount, storage, usb
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple usb automount
Really simple usb storage device auto mounter.
Mounts your usb devices automatically when you insert them at `/usb/`.
For example: `/dev/sdb3` will be mounted at `/usb/sdb3`.Does not come with the bloat desktop managers come with.
### Install
##### Arch Linux
```bash
git clone https://aur.archlinux.org/simple-usb-automount-git.git
cd simple-usb-automount-git
makepkg -si
```Or with `yay` (an AUR helper)
```bash
yay -S simple-usb-automount-git
```##### Other distros
```bash
sudo ./install
```### Remove
##### Arch Linux
```bash
sudo pacman -R simple-usb-automount-git
```##### Other distros
```bash
sudo ./remove
```### License
MIT