• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. WhiteMountainMan
    3. Posts
    W
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by WhiteMountainMan

    • RE: new version e2fsck ?

      @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

      posted in FOG Problems
      W
      WhiteMountainMan
    • 1 / 1