Managing filesystem types

The relationship between the filesystem and the storage device
    Formatting the storage device
    Data integrity and caching disk controllers

The s5 filesystem type
    The s5 boot block
    The s5 superblock
    s5 inodes
    s5 storage blocks
    s5 free blocks

The ufs filesystem type
    The ufs cylinder group map
    The ufs boot block
    The ufs superblock
    ufs inodes
    ufs storage blocks
    ufs free blocks
    Quotas on the ufs filesystem
    Time and space optimization

The sfs filesystem type
    The sfs inodes

The vxfs filesystem type
    Fast filesystem recovery for vxfs
    Extent-based allocation on a vxfs filesystem
    Enhanced data integrity on a vxfs filesystem
    vxfs disk space allocation
    vxfs disk layout

The bfs filesystem type
    The bfs superblock
    bfs inodes
    bfs storage blocks

The memfs filesystem type

The dosfs filesystem type
    The file allocation table
    The disk directory
    The root directory
    The files area

Administering filesystems
    The generic administrative commands
    The vfstab filesystem table
    Commands for sfs filesystems
    Listing installed filesystem types
    Identifying the type of an unmounted filesystem
    Choosing a logical block size
    Creating a filesystem with mkfs
    Using mkfs to create an s5 filesystem
    Using mkfs to create a ufs filesystem
    Using mkfs to create an sfs filesystem
    Using mkfs to create a bfs filesystem

Moving and copying filesystems
    Step 1: copying the source filesystem
    Steps 2 and 3: Removing the source filesystem and editing vfstab

Mounting and unmounting filesystems
    Examples of mounting filesystems
    Mounting filesystems from a diskette
    Unmounting a filesystem
    Choosing a mount mode

Quick reference guide to managing filesystem types