forked from stec-inc/EnhanceIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstall.txt
More file actions
29 lines (20 loc) · 679 Bytes
/
Install.txt
File metadata and controls
29 lines (20 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Installation steps
-------------------
Requirements
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 CLI/eio_cli
2) Man page
Copy the eio_cli.8 file under the man8 subdirectory of man directory (/usr/share/man/man8/).
3) Driver installation
make && make install
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.