Go to file
Jan Engelhardt b1bce4d3b7 build: remove unnecessary m4_flatten
automake can cope with it as-is.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
2012-12-12 03:52:24 +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 mkfs: Make HDIO_GETGEO ioctl optional 2012-12-12 11:17:34 +09:00
.gitignore More files git should ignore 2012-12-10 08:38:56 +09: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: remove unnecessary m4_flatten 2012-12-12 03:52:24 +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.