@dvorak said in new version e2fsck ?:
Used answer from MarSoft found here (the last comment):
https://github.com/NixOS/nixpkgs/issues/229450
basically run :
tune2fs -O ^orphan_file /dev/mydevice
e2fsck -f /dev/mydevice
and it is successfully capturing
I can confirm that this works as well.
I ran into this issue trying to take an image of an EndeavourOS virtual machine.
On the EndeavourOS virtual machine i had to boot off a USB so that the host OS was unmounted and then ran the following commands from terminal:
tune2fs -O ^orphan_file /dev/sda1 (Yours might be different, use lsblk to check)
e2fsck -f /dev/sda1 (Yours might be different, use lsblk to check)
After doing this i was able to take a system image with FOG 1.5.10.15