dump.f2fs
Tools for Flash-Friendly File System
Install
- All systems
-
curl cmd.cat/dump.f2fs.sh
- Debian
-
apt-get install f2fs-tools - Ubuntu
-
apt-get install f2fs-tools -
Alpine
-
apk add f2fs-tools - Arch Linux
-
pacman -S f2fs-tools - Kali Linux
-
apt-get install f2fs-tools - Fedora
-
dnf install f2fs-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install f2fs-tools - Raspbian
-
apt-get install f2fs-tools - Docker
-
docker run cmd.cat/dump.f2fs dump.f2fspowered 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).