[Bug 257561] [New Port] sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem.
Date: Mon, 02 Aug 2021 14:15:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257561 Bug ID: 257561 Summary: [New Port] sysutils/e2tools: GPL'ed utilities to read, write, and manipulate files in an ext2/ext3 filesystem. Product: Ports & Packages Version: Latest Hardware: Any URL: https://e2tools.github.io/ OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: fuz@fuz.su Created attachment 226878 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226878&action=edit 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/ -- You are receiving this mail because: You are the assignee for the bug.