File Systems: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 96: Line 96:
* <code>-</code> Can not natively be read and written from windows (but [http://www.fs-driver.org/ drivers] are available)
* <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> Very large overhead
* <code>-</code> Of these four, this is the most complex filesystem
* <code>-</code> Of these five, this is the most complex filesystem




Line 113: Line 113:
* <code>+</code> Has a modular structure, basic support is very easy to implement
* <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> 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> Very minimal overhead
* <code>+</code> An open source utility (written in ANSI C) to create and parse images is available.
* <code>+</code> An open source utility (written in ANSI C) to create and parse images is available.