How to Install f2fs-tools in Ubuntu 18.04



Install f2fs-tools by entering the following commands in the terminal:

sudo apt update
sudo apt install f2fs-tools

Description:

Tools for Flash-Friendly File System

F2FS is a new filesystem for Linux aimed at NAND flash memory-based storage devices, such as SSD, eMMC, and SD cards. It is based on Log-structured File System (LFS).

Homepage: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git

Version: 1.10.0-1

Section: universe/admin