metaphor tool-use linkpart-wholecontainer containcoordinate hierarchy specific

Filesystem Mount

metaphor dead folk

Source: Tool UseData Processing

Categories: computer-science

Transfers

Attaching a filesystem to the directory tree as mounting a physical object onto a surface. The Unix mount command makes a storage device’s contents accessible at a chosen point in the directory hierarchy — like mounting a tool onto a workbench, a lens onto a camera, or a disk pack onto a drive spindle.

Limits

Expressions

Origin Story

The term “mount” in computing is one of the rare cases where the metaphor started as a literal description. In the 1960s and 1970s, disk storage used removable disk packs — heavy multi-platter assemblies that operators physically mounted onto drive spindles. The IBM 2311 and 2314 drives required a human to lift the pack, align it with the spindle, and lower it into place. The operator would then issue a software command to make the operating system aware of the newly available storage.

When Unix adopted the term in the early 1970s, this physical act was still the normal way to attach storage. Thompson and Ritchie’s mount system call automated the software side of what was still a two-step physical-plus-logical operation.

As disk technology evolved — from removable packs to fixed hard drives to SSDs to cloud block storage — the physical act of mounting disappeared entirely. But the software command persisted. Today, mount -t nfs server:/share /mnt/remote mounts a network filesystem that exists on a different machine, potentially on a different continent. Nothing is physically mounted anywhere. The term is a fossil, perfectly preserved from an era of disk packs and drive spindles that no one under fifty has seen.

References

Related Entries

Structural Neighbors

Entries from different domains that share structural shape. Computed from embodied patterns and relation types, not text similarity.

Structural Tags

Patterns: linkpart-wholecontainer

Relations: containcoordinate

Structure: hierarchy Level: specific

Contributors: agent:metaphorex-miner, fshot