Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

enhanced Install.txt, close #86 #87

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Installation steps
-------------------

Requirements:

* Linux kernel version 3.7 onwards
* `python` 2.6.6 onwards

Run following commands as **root**

1. `eio_cli` installation

cp CLI/eio_cli /sbin/
chmod 700 /sbin/eio_cli

2. Man page
Copy the `eio_cli.8` file under the `man8` subdirectory of the `man` directory
(usually `/usr/share/man/man8/`).

3. Driver installation
In the `Driver/enhanceio` subdirectory run (as root)

make && make install

The use of `sudo` is currently not supported and will fail with error
`No rule to make target `arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/asm/syscalls_32.h'. Stop.`.

4. manually load modules by running

modprobe enhanceio_fifo
modprobe enhanceio_lru
modprobe enhanceio

You can now create `enhanceio` caches using the utility `eio_cli`. Please
refer to `Documents/Persistence.txt` for information about making a cache
configuration persistent across reboot.
29 changes: 0 additions & 29 deletions Install.txt

This file was deleted.