Skip to content

antonilol/simple-usb-automount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple usb automount

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.

Install

Arch Linux
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
Other distros
sudo ./install

Remove

Arch Linux
sudo pacman -R simple-usb-automount-git
Other distros
sudo ./remove

License

MIT