Author: Petros Koutoupis ([email protected])
Change into the project's parent directory path.
To build the rapiddisk management utility, you will need to have the
libjanssonandlibmicrohttpddevelopment library files installed on your host system.You are required to having either the full kernel source or the kernel headers installed for your current kernel revision.
To build rapiddisk from source, you would type the following on the command line:
# makeTo install rapiddisk (must execute with superuser rights: sudo):
# make installTo uninstall rapiddisk (must execute with superuser rights: sudo):
# make uninstallThe rapiddisk utility will install in /sbin/
For utility information please reference the rapiddisk manual page:
# man 1 rapiddiskTo insert the rapiddisk module:
# modprobe rapiddiskTo remove the rapiddisk module:
# modprobe -r rapiddiskTo insert the rapiddisk-cache module:
# modprobe rapiddisk-cacheTo remove the rapiddisk-cache module:
# modprobe -r rapiddisk-cacheInstalling:
# make tools-installUninstalling:
# make tools-uninstall# make dkms-install# make dkms-uninstallAfter installation, to start the service via systemd:
# systemctl start rapiddiskd.serviceTo check the status of the service via systemd:
# systemctl status rapiddiskd.serviceTo stop the service via systemd:
# systemctl stop rapiddiskd.serviceTo start the service at boot via systemd:
# systemctl enable rapiddiskd.service