File systems comparison
Posted: Wed Jun 27, 2007 3:39 am
I need also a comparison between file systems. I think EXT2 filesystem is the best for me, but I'm not sure.
The Place to Start for Operating System Developers
http://f.osdev.org/
Ext2 has some key features that are missing in FAT, that is UNIX-like file permissions, symbolic links and hard links.Combuster wrote:The main argument for Ext is that it has a good and proven design and a well available source base. Ext2 might be a little trickier than FAT to implement but you get more in return. Its also free of microsoft patents so you can use long file names without paying royalties.