Could I just create my own drive format?
Could I just create my own drive format?
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?
Could I just create my own drive format?
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?
You're viewing a single thread.
If you just want to do it for the fuck of it look at how old simple filesystems like FAT12 work and implement them in whatever high-level programming language you're most comfortable, maybe with FUSE as others have suggested since there are beginner-level tutorials for that.