Skip to content

nilfs-dev/nilfs2-kmod8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* Required packages

- gcc
- make
- binutils
- kernel-devel

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 8 Stream~~ (Reached EOL on May 31, 2024)
- AlmaLinux 8
- Rocky Linux 8

* How to get development sources

 $ cd your-work-directory
 $ git clone https://github.com/nilfs-dev/nilfs2-kmod8.git

* How to compile

 $ cd nilfs2-kmod8
 $ make

* How to install

 $ sudo make install