README revision 99b74393403aab847587d6c37cd1aaf1d935a81d
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
13Initial compilation
14-------------------
15
16Before compilation initially, autoconf/automake tools should be run.
17
18 # autoreconf --install
19
20How to compile
21--------------
22
23 # ./configure
24 # make
25
26How to run by default
27---------------------
28
29 $ ./mkfs.f2fs -l [LABEL] $DEV
30
31For more mkfs options, see man page.
32