README revision 28af021c91bb0d86187f9b81b3ff6ceafe6867c1
1F2FS format utilility
2---------------------
3
4To use f2fs filesystem, you should format the storage partition
5with this utilility. Otherwise, you cannot mount f2fs.
6
7Before compilation
8------------------
9
10Your should install the following packages.
11 - libuuid-devel or uuid-dev
12 - pkg-config
13 - autoconf
14
15Initial compilation
16-------------------
17
18Before compilation initially, autoconf/automake tools should be run.
19
20 # autoreconf --install
21
22How to compile
23--------------
24
25 # ./configure
26 # make
27
28How to run by default
29---------------------
30
31 $ ./mkfs.f2fs -l [LABEL] $DEV
32
33For more mkfs options, see man page.
34