Cloning repository

You can get the latest source code of nilfs2 by using the git content tracker,
 $ git clone http://git.nilfs.org/nilfs2-module.git   # (nilfs2 kernel module)
 $ git clone http://git.nilfs.org/nilfs2-utils.git    # (nilfs2 utilities)
These repositories can be updated through git-pull command. For more detail on git, please refer to the following sites.

Preparations to build nilfs2-utils

Since these repositories don't include any intermediate files, you have to make some preparations before running the configure script for nilfs2-utils:
 $ cd nilfs2-utils
 $ aclocal
 $ autoheader
 $ libtoolize -c --force
 $ automake -a -c
 $ autoconf
The following development packages may be required to do this, Then, you can build & install tools as usual,
 $ ./configure
 $ make
 $ sudo make install

Feedback and bug reporting

To report bugs or to submit patches, please make use of the following mailing list. Good luck,

NILFS team, NTT.

Search:

Project Description Owner Last Change
nilfs2-module.git NILFS2 kernel module Ryusuke Konishi 2 weeks ago
nilfs2-utils.git NILFS2 userland utilities Ryusuke Konishi 5 days ago