To read all comments associated with this story, please click here.
The development of a simple filesystem is not difficult. The difficulty is providing interoperability with other systems. FAT has taken on the role that ISO9660 and UDF fill by providing platform-neutral filesysem access for a variety of devices. So you can develop a simple filesystem, and it doesn't decrease the headache for people that can't use it because Windows doesn't ship with support for it. You can write and distribute a version of the filesysem for Windows, but then people have to know enough to need to want to get it.
If Microsoft supported writing to UDF volumes in Windows, that would go a long way toward making this all less important. Considering that FAT is seriously inadequate for large volumes, they should do this anyway.






Member since:
2005-07-06
As has been pointed out DOS/FAT filesytem is a very simple one. If we want to replace it, what is the next simplest filesystem to write to add to alt OSes?
People suggest ext2 and ext3, but are these the simplest filesystems to write that will also do the job, or would developing a still simpler FS be worth while considering?