genext2fs
genext2fs copied to clipboard
genext2fs - ext2 filesystem generator for embedded systems
Fixes two locations where unaligned accesses will cause bus errors on architectures that are strict about such accesses, namely sparc. The first is in swab32_into, which is called with an...
Hi, I'm now using genext2fs with multi-GB tarballs as input. While this works well it also takes several hours on my machine. So I profiled genext2fs: [gprof.txt](https://github.com/bestouff/genext2fs/files/8019244/gprof.txt) If I read...
This allows libarchive (in case it is activated) to handle filenames. We only change LC_CTYPE since libarchive only needs the charset set. We don't use LC_ALL because it causes problems...
According to the ext2 specification, superblocks and group descriptors are supposed to be copied per block group (or only in certain block groups if the sparse superblock feature is enabled)....
Notice that the release genext2fs-1.5.0.tar.gz still defines 1.4.2 for AC_INIT in configure.ac. Should the version be 1.5.0?
While `-` seems to be explicitly supported as the output option (because `if(strcmp(fsout, "-") == 0)` is checked), this doesn't work since `ftruncate` is called on it anyway in `copy_file`....
Total block count was removed on commit 457078c without explanation. Bring it back with a change: instead of increasing the number of blocks specified by the user (like it used...
Currently, the argument to `-d`, `-D` and `-a` is split by the first colon. This means that the path to the directory, specfile or tarball must not have a colon...
Hi, it would be great if genext2fs would also store the extended attributes of files and directories passed to it. Thanks! cheers, josch