Skip to content

leetking/usbmount

Repository files navigation

usbmount

A fork of usbmount from https://launchpad.net/ubuntu/+source/usbmount/, solving it can't mount the fuse file system via systemd.service.

There are the original README file and the copyright file.

Thanks very much.

Usage

  1. Mount

When plug in a usb device, it is mounted at /mnt/usb/$LABEL by default and the value $LABEL is the label of usb. You can modify the configure file at /etc/usbmount/usbmount.conf, more detail please see it.

  1. Eject

There is a small tool usbeject to help us eject usb devices, more detail please see usbeject -h.

Dependences

  1. blkid and lsblk
  2. mount and umount

The above all are offered by util-linux.

  1. [OPT] run-parts, https://packages.qa.debian.org/d/debianutils.html