Really simple usb storage device auto mounter.
Mounts your usb devices automatically when you insert them at /usb/<device>
.
For example: /dev/sdb3
will be mounted at /usb/sdb3
.
Does not come with the bloat desktop managers come with.
git clone https://aur.archlinux.org/simple-usb-automount-git.git
cd simple-usb-automount-git
makepkg -si
Or with yay
(an AUR helper)
yay -S simple-usb-automount-git
sudo ./install
sudo pacman -R simple-usb-automount-git
sudo ./remove
MIT