This document discusses directory structures and file system mounting in operating systems. It describes several types of directory structures including single-level, two-level, hierarchical, tree, and acyclic graph structures. It notes that directories organize files in a hierarchical manner and that mounting makes storage devices available to the operating system by reading metadata about the filesystem. Mounting attaches an additional filesystem to the currently accessible filesystem, while unmounting disconnects the filesystem.