Go to file
Changman Lee fef98ebdf3 mkfs: add option to disable trim at format
This patch adds an option to disable trim command at format.
Default operation sends trim command to device.

Signed-off-by: Changman Lee <cm224.lee@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-04-04 09:20:04 +09:00
include mkfs: add option to disable trim at format 2013-04-04 09:20:04 +09:00
lib mkfs: handle labels longer than 16 characters 2013-04-04 09:19:52 +09:00
m4 mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
man build: make several base functions as a library 2013-04-04 09:19:07 +09:00
mkfs mkfs: add option to disable trim at format 2013-04-04 09:20:04 +09:00
.gitignore build: make several base functions as a library 2013-04-04 09:19:07 +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: make several base functions as a library 2013-04-04 09:19:07 +09:00
COPYING mkfs: Initial commit for patch v2 series 2012-11-26 19:45:59 +09:00
Makefile.am build: make several base functions as a library 2013-04-04 09:19:07 +09:00
README build: add description of prerequisite to build 2013-04-04 09:18:45 +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
 - pkg-config
 - autoconf

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.