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?
Yes, you can design your own filesystem format and make a driver for that and use it on your computer
It would be insanity, but you could.
Basically: Filesystems are hard to make. Really really hard.
rdri@lemmy.world 1 hour ago
While you are at it, might concentrate on defects of certain fs you don’t like. Personally I hate the NTFS path length limit. XFS handles it much better overall but individual file names are much more limited because nobody thought about Unicode.
Also you could probably fork some fs like XFS.