-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
35 lines (23 loc) · 722 Bytes
/
README
File metadata and controls
35 lines (23 loc) · 722 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
30
31
32
33
34
* Required packages
- GCC
- GNU make
- GNU binutils
- Kernel headers (kernel-headers)
You also need to install nilfs-utils package. The garbage collector
of NILFS, snapshot management tools, man-pages, and other filesystem
administration tools, are included in the package.
* Supported Linux distributions
- CentOS 6
- Scientific Linux 6
- Vanilla kernel (2.6.32.y ~ 2.6.35.y)
Note that the current version of NILFS2 does not work with
SELinux-enabled systems because extended attributes are not supported
yet.
* How to get development sources
$ cd your-work-directory
$ git clone git://github.com/nilfs-dev/nilfs2-kmod6.git
* How to compile
$ cd nilfs2-kmod6
$ make
* How to install
$ sudo make install