File Systems

Mount

English

Overview

Making storage usable as part of the directory tree.

Details

The operation of attaching a file system to a specific path in the directory tree, making it accessible. It's why a USB drive is automatically mounted under /media when plugged in.

More Linux terms