mkfs.f2fs [options] device [sectors]
/sbin/mkfs.f2fs -l LABEL /dev/sdXY
/usr/sbin/parted -a opt -s /dev/sdb print mklabel gpt mkpart primary 0% 10 mkpart primary 10 100% disk_set pmbr_boot on set 1 boot on set 1 legacy_boot on align-check opt 1 align-check opt 2 print && mkdosfs -c -I -F 16 -n BOOT -v /dev/sdb1 && /sbin/mkfs.f2fs -l SERENITY /dev/sdb2 && /usr/sbin/parted /dev/sdb print
./configure CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" CXXFLAGS="${CFLAGS}" LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro" --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 --disable-static
https://www.archlinux.org/packages/extra/x86_64/f2fs-tools/
https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt
https://wiki.archlinux.org/index.php/F2fs
http://sourceforge.net/projects/f2fs-tools/
http://lwn.net/Articles/518988/
http://www.linux.org/threads/flash-friendly-file-system-f2fs.4477/
http://packages.debian.org/unstable/f2fs-tool
Legal Disclaimer: This documentation is produced in good faith. And, by using it you assume full responsability for your actions.
Copyright Policy: Any and all original material accessible from this page may be freely distributed at will under this Creative Commons Attribution License, unless otherwise indicated.