fuse2fs
ext2 / ext3 / ext4 file system driver for FUSE
Install
- All systems
-
curl cmd.cat/fuse2fs.sh
- Debian
-
apt-get install fuse2fs
- Ubuntu
-
apt-get install fuse2fs
- Kali Linux
-
apt-get install fuse2fs
- Fedora
-
dnf install fuse2fs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fuse2fs
- Raspbian
-
apt-get install fuse2fs
- Dockerfile
- dockerfile.run/fuse2fs
fuse2fs
ext2 / ext3 / ext4 file system driver for FUSE
fuse2fs is a FUSE file system client that supports reading and writing from devices or image files containing ext2, ext3, and ext4 file systems.
e2fsprogs
ext2/ext3/ext4 file system utilities
The ext2, ext3 and ext4 file systems are successors of the original ext ("extended") file system. They are the main file system types used for hard disks on Debian and other Linux systems. This package contains programs for creating, checking, and maintaining ext2/3/4-based file systems. It also includes the "badblocks" program, which can be used to scan for bad blocks on a disk or other storage device.