File Systems: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
"me", "you", "I"...
Line 107:
* <code>-</code> No support for fragmentation
* <code>-</code> No support for unix permissions
 
 
'''[[FS/Z]]'''
* <code>+</code> Supports extra large files (technically unlimited)
* <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 minimal overhead
* <code>+</code> An open source utility (written in ANSI C) to create and parse images is available.
* <code>+</code> Supports fragmentation
* <code>+</code> Supports UUID based Access Control Lists
* <code>-</code> New, and therefore not unsupported widely.
* <code>-</code> Unix like groups not supported (uses ACLs instead)