• jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    16
    ·
    5 months ago

    any unwritten data would be lost, perhaps some file system updates get out of sync, but it shouldn’t be a big problem.

      • catloaf@lemm.ee
        link
        fedilink
        English
        arrow-up
        9
        ·
        5 months ago

        A proper journaling filesystem should handle this, but I hardly trust NTFS as it is.

        • Justin@lemmy.jlh.name
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          5 months ago

          Journaling should make sure that the file system itself doesn’t corrupt, but journaling doesn’t magically make all writes atomic. If a program is halfway through writing a file and the power is cut, that file will be corrupt.

          • jet@hackertalks.com
            link
            fedilink
            English
            arrow-up
            2
            ·
            5 months ago

            As a user. When I want the computer to shut down. I’ve got my programs already closed. I really don’t care if there’s a half open log file or some telemetry isn’t properly recorded. It needs to shut down now.