• H4mi@lemm.ee
      link
      fedilink
      arrow-up
      17
      ·
      10 months ago

      I don’t even use a file system on my storage drives. I just write the file contents raw and try to memorize where.

        • 257m@lemmy.ml
          link
          fedilink
          arrow-up
          3
          ·
          10 months ago

          Sounds inefficient. You can only store 8 gigs and goes away when you shut off your computer? I just put it on punch cards and feed it into my machine.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Linux mostly doesn’t use file extensions… It relies on “magic bytes” in the file.

      Same with the web in general - it relies purely on MIME type (e.g. text/html for HTML files) and doesn’t care about extensions at all.