Joachim Metz

Results 669 comments of Joachim Metz

While looking into another xattr related thing, while reviewing `man 2 getxattr` my request might be easier said/asked than implemented since `getxattr()` does not appear to have an equivalent that...

@Nable80 indeed the XFS documentation states 64k but the format technically allows for larger data. So this might not be that useful feature request at this time.

FYI per https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout#Extended_Attributes ``` If the disk block fills up, the filesystem returns -ENOSPC. ``` So ENOSPC corresponds with the documentation

Also note that `\\.\C:` behaves differently from `\\.\PhysicalDevice0` and typically you'll need to issue the correct WINAPI calls to get it reading the full volume.

Where does this URL come from? The current most up to date pre-release of the experimental version is `https://github.com/libyal/libewf/releases/download/20201230/libewf-experimental-20201230.tar.gz` I would also recommend to always use the latest release, especially...

I was not sure if this script was for dev or "production" usage, but for "production" usage I would recommend the current released (or legacy) version. Of which the current...

However this script and instructions look like something that can be Dockerized (and run as part of GitHub actions) and with some additional logic you can have the script grab...

So this "2014" (or legacy) version release is actually of May 17, 2021 (https://github.com/libyal/libewf-legacy/releases) it is just that no new features will be added to this version. A new version...

WIP (https://github.com/simsong/bulk_extractor/pull/339) to add a CI test for this and changes to the script, unfortunately main HEAD is not building for me at the moment

Maybe https://github.com/libarchive/libarchive is an option, seems to have some RAR 5 support