File Systems: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
link to EPHERFS article fixed
Undo revision 28897 by Drkeph (talk) duplicate line removed
 
(2 intermediate revisions by the same user not shown)
Line 129:
The defined standard for CDs. If you boot from CD then this is the way to go. If not, don't make it your first filesystem.
 
'''[[EPHERFSPureFS]]'''
* <code>+</code> Easy to implement
A simple file system designed to simplify the OS creation process.
* <code>+</code> Supports large files
* <code>+</code> Supports nested directories
* <code>-</code> No support for Unix permissions
* <code>-</code> It can be journalable, provided that the OS takes care of this task itself
* <code>-</code> The maximum length of the file name is 255 characters
* <code>-</code> The maximum number of volumes is 40
* <code>-</code> Does not support Unicode names
* <code>-</code> Takes up a lot of space
 
=== Rolling your own ===