File Systems: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Grammar
USTAR is not a filesystem. It's for archives. Replace with tmpfs.
Line 79:
There are only five filesystems that are both relatively easy to implement and worth to consider. There is no general recommendation as the choice depends largely on style and OS design. Instead you can read the comparison and make your own educated decision.
 
'''[[USTAR]]RAMFS/TMPFS'''
* <code>+</code> OfHigh theseflexibility beginnerof filesystems, this is the simplest by far to implementimplementation
* <code>+</code> Uses 512 byte sectors just like floppies and disksFast
* <code>+</code> IncrediblyWill simple,allow ayou sectorto withtest metaout datayour followedVFS byAPI datawithout sectorshaving to rely on filesystem specifics
* <code>+</code> Widely*Highly* used,recommended utilityas a starter filesystem to createavoid tarmorphing imagesyour areVFS availableinterface forover everya mainstreamspecific OSfilesystem
* <code>+</code> SupportsIdeal specialto filesunpack (likea devices[[USTAR]] andor symlinks)[[CPIO]] [[initrd]] image into
* <code>-</code> Changes are, obvious, not persistent, and only in memory, to be wiped after a reboot
* <code>+</code> Supports Unix permissions
* <code>-</code> No support for fragmentation
* <code>-</code> No standard partition type for it, you'll have to pick one on your own
 
'''[[FAT]]'''