Created attachment 226878 [details] sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. A popular project complementing e2fsprogs. Simple GNU autotools port. Tested with Poudriere on armv7 arm64 amd64 i386 riscv64 FreeBSD 13.0. *** e2tools is a simple set of GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. These utilities access a filesystem directly using the ext2fs library. I wrote these tools in order to copy files into a linux filesystem on a machine that does not have ext2 support. Of course, they can also be used on a Linux machine to read/write to disk images or floppies without having to mount them or have root access. Supported functionality: - copy files: e2cp - move files: e2mv - remove files: e2rm - create directory: e2mkdir - create hard links: e2ln - list files/directories: e2ls - output the last part of a file: e2tail WWW: https://e2tools.github.io/
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=73dcbdb9f040a873f83f8fadf575c998ac1988b9 commit 73dcbdb9f040a873f83f8fadf575c998ac1988b9 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2021-08-02 13:21:36 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-08-02 20:57:44 +0000 sysutils/e2tools: Utilities to manipulate files in an ext2/ext3 filesystem PR: 257561 sysutils/Makefile | 1 + sysutils/e2tools/Makefile (new) | 18 ++++++++++++++++++ sysutils/e2tools/distinfo (new) | 3 +++ sysutils/e2tools/pkg-descr (new) | 19 +++++++++++++++++++ sysutils/e2tools/pkg-plist (new) | 16 ++++++++++++++++ 5 files changed, 57 insertions(+)