File Systems: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Protected "File Systems" ([edit=sysop] (indefinite) [move=sysop] (indefinite))
Line 80: Line 80:


'''[[USTAR]]'''
'''[[USTAR]]'''
* <code>+</code> Of these beginner filesystems, this is the simplest by far to implement
* <code>+</code> Of these beginner "filesystems", this is the simplest by far to implement
* <code>+</code> Uses 512 byte sectors just like floppies and disks
* <code>+</code> Uses 512 byte sectors, just like floppies and disks
* <code>+</code> Incredibly simple, a sector with meta data followed by data sectors
* <code>+</code> Incredibly simple: a sector with metadata followed by data sectors
* <code>+</code> Widely used, utility to create tar images are available for every mainstream OS
* <code>+</code> Widely used: a utility to create tar images are available for every mainstream OS
* <code>+</code> Supports special files (like devices and symlinks)
* <code>+</code> Supports special files (like devices and symlinks)
* <code>+</code> Supports Unix permissions
* <code>+</code> Supports Unix permissions
* <code>-</code> No support for fragmentation
* <code>-</code> No support for fragmentation
* <code>-</code> No standard partition type for it, you'll have to pick one on your own
* <code>-</code> No standard partition type for it, you'll have to pick one on your own
* <code>-</code> Generally read-only, was never designed for in-place modifications


'''RAMFS/TMPFS'''
'''RAMFS/TMPFS'''