mkfs.f2fs

Tools for Flash-Friendly File System

Install

All systems
curl cmd.cat/mkfs.f2fs.sh
Debian Debian
apt-get install f2fs-tools
Ubuntu
apt-get install f2fs-tools
Alpine
apk add f2fs-tools
Arch Arch Linux
pacman -S f2fs-tools
image/svg+xml Kali Linux
apt-get install f2fs-tools
Fedora
dnf install f2fs-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install f2fs-tools
Raspbian
apt-get install f2fs-tools
Docker
docker run cmd.cat/mkfs.f2fs mkfs.f2fs powered by Commando

f2fs-tools

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).