e2mkdir
utilities for manipulating files in an ext2/ext3 filesystem
Install
- All systems
-
curl cmd.cat/e2mkdir.sh
- Debian
-
apt-get install e2tools
- Ubuntu
-
apt-get install e2tools
- Kali Linux
-
apt-get install e2tools
- Fedora
-
dnf install e2tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install e2tools
- OS X
-
brew install e2tools
- Raspbian
-
apt-get install e2tools
- Dockerfile
- dockerfile.run/e2mkdir
e2tools
utilities for manipulating files in an ext2/ext3 filesystem
E2tools is a simple set of utilities to read, write, and manipulate files in an ext2/ext3 filesystem. The purpose of these utilities is manipulating ext2/ext3 filesystems from userspace without the need for mounting them, so that they can be used directly by normal users. Included utilities are e2cp, e2mv, e2rm, e2mkdir, e2ln, e2ls and e2tail.