NTFS, fat32, exfat, could I theoretically create my own filesystem? If so would my computer even be able to work with most files or connect to other devices?

  • Darohan@lemmy.zip
    link
    fedilink
    arrow-up
    19
    ·
    5 days ago

    Yes, but it would probably be a multi-decade, career-defining project if you want it to be any good. It would likely work with all files since it’s all just data once you get to the FS level anyway, but other devices would need an appropriate driver (that you would also need to write) in order to use it.

    Note that I’m not an expert in this field, so others should correct me if I’ve got something wrong here.

    • jonne@infosec.pub
      link
      fedilink
      arrow-up
      10
      ·
      5 days ago

      Also, once you finish your filesystem, don’t murder your wife or otherwise people will stop using it.

    • StarvingMartist@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      5 days ago

      Oh don’t worry, knowing me, I would create it, use it for a single drive and never touch it again. Its the fun of creation that counts. Also, I quite like my wife.

      • TranquilTurbulence@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 days ago

        Doesn’t have to be world changing or even practical. A project like that would still teach you a ton about storage hardware, how file systems work, programming, mathematics etc. Some of these lessons could even be useful, but above all, a project like this should be fun and interesting.

        Why do you think people install Linux and run Doom on all the weirdest hardware they can find. This is the spirit that drives innovation.

        Don’t let expectations hold you back. Make your own FS, and have fun.