Author: Petros Koutoupis (petros@petroskoutoupis.com)
Change into the project's parent directory path.
To build the rapiddisk management utility, you will need to have the
libjansson
development 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:
# make
To install rapiddisk (must execute with superuser rights: sudo
):
# make install
To uninstall rapiddisk (must execute with superuser rights: sudo
):
# make uninstall
The rapiddisk utility will install in /sbin/
For utility information please reference the rapiddisk manual page:
# man 1 rapiddisk
To insert the rapiddisk module:
# modprobe rapiddisk
To remove the rapiddisk module:
# modprobe -r rapiddisk
To insert the rapiddisk-cache module:
# modprobe rapiddisk-cache
To remove the rapiddisk-cache module:
# modprobe -r rapiddisk-cache
Installing:
# make tools-install
Uninstalling:
# make tools-uninstall
# make dkms-install
# make dkms-uninstall
If you have any questions or concerns, do not contact Petros Koutoupis (petros@petroskoutoupis.com). Instead, contact your congressman or congresswoman. I am trying to be politically correct here.