Happy 30th Birthday “New Technology” File System! Thanks for 30 years of demonstrating Linux superiority with a gap that widens with every new kernel release 👍

  •  𝘋𝘪𝘳𝘬   ( @Dirk@lemmy.ml ) 
    link
    fedilink
    English
    5211 months ago

    I heard, this commercial distribution “Windows” still uses it. But this thing just recently got a (very limited) package manger. So they seem to be very late with adapting to current technology.

      • It forces you to update and then works at “something something” for 5 minutes to 5 hours and then reboots and does the same thing again but after logging in, none of your applications are updated and also none of the system seems to be changed with the updates. You don’t even get proper status information during updates.

        Of course it doesn’t destroy itself when it doesn’t change anything …

        • Oof this is only thing if you have the os on an HDD. I’ve had similar behavior on *buntu running off of an HDD.

          On an sdd or nvme you’ll never have stuff like this happen.

          There is an argument to be made for it being better ux to not have programs update without telling you. Winget isn’t perfect, but it can auto update your stuff if need be.

  • I can’t believe Microsoft is still using this piece of crap filesystem. If they had a CoW filesystem they could even paper over the mess that is Windows Update without having to actually fix it, they could save petabytes of storage over the world and significantly improve reliability all in one go. Let’s not even mention how NTFS is amazingly slow on hard drives, manages to fragment to hell and back without doing anything, requires offline repairs like it was FAT32 and its compression barely does anything while massively slowing down the computer.

    Yet here I am envying btrfs, APFS, ZFS and even fucking XFS for their reflinks and CoW.

    In fact, not even WSL uses a modern FS, I think Microsoft is allergic to modern FSs.

    •  beefcat   ( @beefcat@kbin.social ) 
      link
      fedilink
      19
      edit-2
      11 months ago

      None of these problems are really dealbreakers for a consumer-oriented file system in 2023. Not even ext4 supports CoW. Now that everyone boots off an SSD, things like file fragmentation no longer matter, and most of NTFS’ continued slowness has more to do with Windows itself than the actual file system.

      ReFS is Microsoft’s new file system meant for more advanced use cases. It supports many but not all of these advanced features. Starting with Windows 11, you can actually boot off a ReFS drive, though I’m not sure that is a recommended configuration.