A file system is a major component of the operating system (OS). Applications command the OS to input and output data, and the file system reads and writes the sectors on the storage drive.
For example, you might have a data logger and want to expose its data as a file system. It isn’t that hard to do. There’s a data structure to fill in, and you don’t have to fill all of it in.
I am the kind of person who needs to switch between both the OS daily. So I needed a format that is both read and write on both the systems. It is where exFAT or Extended File Allocation Table ...