Categories

  • 12k Topics
    114k Posts
    Tom ElliottT

    @bond007fink The Could not adjust the bad sector list error generally indicates that NTFS metadata (bitmap / bad cluster map) is in an inconsistent state. FOG relies on ntfsresize and partclone to safely shrink and copy NTFS volumes, and if those tools cannot reliably map the filesystem, the capture will correctly fail.

    This can occur even when the drive is physically healthy. A filesystem marked dirty will prevent offline resize operations. In that case, FOG is behaving as designed — failing here is preferable to deploying a potentially corrupt image to multiple systems.

    We are seeing this more frequently after recent Windows updates, which appear to be leaving or reasserting the NTFS dirty bit.

    Please boot the source machine into Windows and run a full filesystem and encryption check. Make sure to adjust the drive letter if your system volume is not C:.

    chkdsk /x /r /f C: manage-bde -ff C:

    Also ensure hibernation is disabled, as it can leave NTFS in a state that prevents offline resizing:

    powercfg -h off

    If capture succeeds when resizing is disabled, that further confirms this is a Windows filesystem state issue rather than a FOG defect.

    FOG cannot safely work around filesystem states imposed by other vendors. Ignoring NTFS safety checks would risk data integrity, and that is not something FOG should or will do.

  • Get the latest news on what's happening.
    184 Topics
    825 Posts
    A

    @Tom-Elliott I really appreciate that you are putting effort into providing more frequent releases, which makes it easier for everyone to deploy new security fixes in time. Keep up the good work!

  • View tutorials or talk about FOG in general.
    2k Topics
    19k Posts
    L

    @Bristow-0 You can clone the repo, and run the installer from the branch you want to work from. When you install FOG (either downloading the files or running it through git), it will create a settings file that will be read during subsequent install attempts to fill out the default answers.

  • Report bugs, request features, or get the latest progress.
    2k Topics
    21k Posts
    F

    @Sebastian-Roth Can I bother you with this quick question ^^^

119

Online

12.4k

Users

17.5k

Topics

156.0k

Posts