mkfs.ubifs
Memory Technology Device Utilities
Install
- All systems
-
curl cmd.cat/mkfs.ubifs.sh
- Debian
-
apt-get install mtd-utils
- Ubuntu
-
apt-get install mtd-utils
- Arch Linux
-
pacman -S mtd-utils
- Kali Linux
-
apt-get install mtd-utils
- Fedora
-
dnf install mtd-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mtd-utils
- Raspbian
-
apt-get install mtd-utils
- Dockerfile
- dockerfile.run/mkfs.ubifs
mtd-utils
Memory Technology Device Utilities
Utilities for manipulating memory technology devices, such as flash memory, Disk-On-Chip, or ROM. Includes mkfs.jffs2, a tool to create JFFS2 (journaling flash file system) filesystems.