Go to file
Jan Engelhardt ec1a5da788 build: make use of AC_CONFIG_AUX_DIR
Place most of the autogenerated files in a separate directory that can
be ignored wholesale, thereby reducing files in the top-level
directory.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-12-12 03:56:12 +01:00
m4 mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
man mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
mkfs build: use pkgconfig to determine libuuid's parameters 2012-12-12 03:53:28 +01:00
.gitignore build: make use of AC_CONFIG_AUX_DIR 2012-12-12 03:56:12 +01:00
AUTHORS mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
ChangeLog mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
configure.ac build: make use of AC_CONFIG_AUX_DIR 2012-12-12 03:56:12 +01:00
COPYING mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
INSTALL mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
Makefile.am mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
NEWS mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
README Enhancement: add uuid 2012-11-26 19:45:59 +09:00
VERSION Unify version and date management 2012-12-07 14:56:27 +09:00

F2FS format utilility
---------------------

To use f2fs filesystem, you should format the storage partition
with this utilility. Otherwise, you cannot mount f2fs.

Before compilation
------------------

Your should install the following packages.
 - libuuid-devel or uuid-dev

Initial compilation
-------------------

Before compilation initially, autoconf/automake tools should be run.

 # autoreconf --install

How to compile
--------------

 # ./configure
 # make

How to run by default
---------------------

 $ ./mkfs.f2fs -l [LABEL] $DEV

For more mkfs options, see man page.