Operating Systems

Table of Contents

Reliability & Performance

How to ensure reliability

what are the threats?

backups: incremental vs full, online vs offline, physical vs logical (on filesystem level), compressed vs uncompressed, local vs remote

RAID: redundant array of independent (originally inexpensive) disks

fsck (File System Consistency Check)

Improve filesystem performance:

minimize disk access:

minimize seek time (stay in the same section of memory more or less):

Different file system options:

log-structured filesystems:

journaling filesystems:

virtual filesystems (VFS):