A file-system manager similar to GVfs, but without a daemon, and without dbus
Go to file
Fierelier 4ab2192d16 Let user exit program, while acquiring lock 2024-02-17 09:54:39 +01:00
app Let user exit program, while acquiring lock 2024-02-17 09:54:39 +01:00
LICENSE Add license 2024-02-15 08:14:10 +01:00
README.txt Update note about prerequisites 2024-02-15 16:42:13 +01:00
check_prereq Add exit code 2024-02-16 05:13:13 +01:00
install Add install message 2024-02-15 15:23:43 +01:00
uninstall Initial commit 2024-02-15 08:14:00 +01:00

README.txt

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".