mountman/README.txt

25 lines
612 B
Plaintext
Raw Normal View History

2024-02-15 14:32:03 +00:00
A file-system manager similar to GVfs, but without a daemon, and without dbus
2024-02-15 14:51:08 +00:00
Prerequisites:
* bash
* coreutils
2024-02-15 15:39:57 +00:00
* flock
2024-02-15 14:51:08 +00:00
* mount
* umount
* eject
* blkid
* lsblk
* findmnt
* hdparm (for shutting disks down)
* cryptsetup (for setting up LUKS block devices)
2024-02-15 15:42:13 +00:00
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
2024-02-15 14:51:25 +00:00
2024-02-15 14:51:08 +00:00
Usage:
2024-02-15 14:32:03 +00:00
* 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".