4 To use f2fs filesystem, you should format the storage partition
5 with this utilility. Otherwise, you cannot mount f2fs.
10 You should install the following packages.
11 - libuuid-devel or uuid-dev
20 Before compilation initially, autoconf/automake tools should be run.
31 How to cross-compile (e.g., for ARM)
32 ------------------------------------
34 1. Add the below line into mkfs/Makefile.am:
35 mkfs_f2fs_LDFLAGS = -all-static
37 2. Add the below line into fsck/Makefile.am:
38 fsck_f2fs_LDFLAGS = -all-static
41 # LDFLAGS=--static ./configure \
42 --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi
48 $ mkfs.f2fs -l [LABEL] $DEV
50 For more mkfs options, see man page.