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 update
sudo apt-get install f2fs-tools
- Raspbian
-
apt-get install f2fs-tools
- Dockerfile
- dockerfile.run/dump.f2fs
- Docker
-
docker run cmd.cat/dump.f2fs dump.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).