English Dictionary
◊ MOUNT
mount
n 1: a lightweight horse kept for riding only [syn: {saddle horse},
{riding horse}]
2: the act of climbing something [syn: {climb}]
3: a land mass that projects well above its surroundings;
higher than a hill [syn: {mountain}]
4: a piece of metal (as in a ring or other jewelry) that holds
a gem in place; "the diamond was in a plain gold mount"
[syn: {setting}]
5: something forming a back that is added for strengthening
[syn: {backing}]
v 1: attach to a support; "They mounted the aerator on a
floating"
2: go up or advance; "Sales were climbing after prices were
lowered" [syn: {wax}, {climb}, {rise}] [ant: {wane}]
3: fix onto a backing, setting, or support; "mount slides for
macroscopic analysis"
4: put up [syn: {launch}]
5: get on the back of; "mount a horse" [syn: {hop on}, {mount
up}, {get on}, {jump on}, {climb on}, {bestride}] [ant: {hop
out}]
6: go upward with gradual or continuous progress; "Did you ever
climb up the hill behind yur house?" [syn: {climb}, {climb
up}, {go up}]
7: prepare and supply with the necessary equipment for
execution or performance; "mount a theater production";
"mount an attack'; "mount a play" [syn: {put on}]
8: copulate with, as of animals; "The bull was riding the cow"
[syn: {ride}]
English Computing Dictionary
◊ MOUNT
mount
To make a {file system} available for access.
{Unix} does this by associating the file system with a
{directory} (the "mount point") within a currently mounted
file system. The "root" file system is mounted on the {root
directory}, "/" early in the {boot} sequence. "mount" is also
the {Unix} command to do this, "unmount" breaks the
association.
E.g., "mount attaches a named file system to the file system
hierarchy at the pathname location directory [...]" -- {Unix
manual page} mount(8).
File systems are usually mounted either at {boot time} under
control of {/etc/rc} (or one of its subfiles) or on demand by
an {automounter} {daemon}.
Other {operating systems} such as {VMS} and {DOS} mount file
systems as separate directory hierarchies without any common
ancestor or root directory.
Apparently derived from the physical sense of "mount" meaning
"attach", as in "head-mounted display", or "set up", as in
"always mount a {scratch monkey}, etc."
{Unix manual page}: mount(8).
(1997-04-14)