v0.6.1
- Add
extfs
in thefs
module
This allows you to operate a disk file filled with ext4 filesystem from user space.
To enable this feature, you should set ENABLE_EXTFS
when building with CMake. Package e2fsprogs
is also required.
extfs
in the fs
moduleThis allows you to operate a disk file filled with ext4 filesystem from user space.
To enable this feature, you should set ENABLE_EXTFS
when building with CMake. Package e2fsprogs
is also required.