mountman/README.txt

25 lines
612 B
Plaintext

A file-system manager similar to GVfs, but without a daemon, and without dbus
Prerequisites:
* bash
* coreutils
* flock
* mount
* umount
* eject
* blkid
* lsblk
* findmnt
* hdparm (for shutting disks down)
* cryptsetup (for setting up LUKS block devices)
Most of these prerequisites commonly come with a Linux desktop. If you want to do a basic prerequisite-check, you can run "./check_prereq" as root
Usage:
* Installation: ./install
* Uninstallation: ./uninstall
* Running: mountman
* Running without installing: ./app/app
You can find the help by either running "mountman help" or editing "app/cmd/help".