Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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