• horse_battery_staple@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Sounds like NTFS journaling errors.

    Assuming the external disk is /dev/sdb

    sudo ntfsfix /dev/sdb1

    It also offers a specific option to clear the “dirty” flag on the partition:

    sudo ntfsfix -d /dev/sdb1