File Systems: Difference between revisions

[unchecked revision][unchecked revision]
Line 96:
* <code>-</code> Can not natively be read and written from windows (but [http://www.fs-driver.org/ drivers] are available)
* <code>-</code> Very large overhead
* <code>-</code> Of these fourfive, this is the most complex filesystem
 
 
Line 113:
* <code>+</code> Has a modular structure, basic support is very easy to implement
* <code>+</code> You can add more advanced features later if you like
* <code>+</code> Very portable, can be used on harddisks, USB sticks, SSDs, ramdisks etc.
* <code>+</code> Very minimal overhead
* <code>+</code> An open source utility (written in ANSI C) to create and parse images is available.
Anonymous user