• ayyy@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    5 hours ago

    The file system Windows uses (NTFS) has a lot of neat features, but ends up being astronomically slow in unexpected ways for some file operations as a result.

    • JordanZ@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      3 hours ago

      I remember playing around with NTFS streams. They’re usually used to store random metadata about a file. The size of which doesn’t appear in the normal file size calculation/display in Windows. So you can have this 2kb text file that has an alternate stream with a zip file of the entire discography of a band stuffed into it. Longest file transfer of 2kb ever. Another gotcha, the second you copy that file to a file system that doesn’t support the alternate streams they just vanish. So all the sudden that long file transfer is super quick.