Mount

Updated: 05/06/2024 by Computer Hope

A mount may refer to any of the following:

Mount command

1. With computers, mounting is a process where the operating system makes storage resources available to the user. Essentially, before an operating system can read from or write to a disk, the file system on one of the disk's partitions must be mounted. A "mounted" disk is then able to act as a file system, performing tasks that involve reading and writing functions.

How does it work?

When mounting a disk, the operating system reads information about the file system from the disk's partition table and assigns the disk a mount point. The mount point is a name that refers to the disk, like "C:" in Microsoft Windows or "/" in Linux, BSD (Berkeley Software Distribution), macOS, and other Unix-like operating systems.

For instance, in Microsoft Windows, mountable file systems are called volumes. Mounted volumes are listed in File Explorer in the section named "This PC" (in Windows 10) or "My Computer" (in earlier versions of Windows). Every mounted volume is assigned a drive letter.

Automatic vs. manual mounting

Windows and macOS, by default, automatically mount every disk attached to the computer. For instance, when you insert a USB (Universal Serial Bus) flash drive, the OS (Operating System) detects the new storage media, attempts to mount it, and if it can, it does. Other operating systems, such as Linux, require you to explicitly configure mount points (in the file system table file, /etc/fstab) or mount the disk manually with the mount command.

2. When a blank disc is placed into a computer, it must be mounted before it can be used by the computer. Mounting a disc is like formatting a floppy disk or hard drive before it can be used.

3. With an Apple Macintosh, mounting describes when a disc is placed in a machine.

Smartphone car mount

4. With hardware, a mount may refer to a mechanism that helps hold a device, such as a hard drive, in a computer. See the anti-vibration mount definition for further information about this term.

5. Mount may refer to a group of files in a file system accessible to a user or group of users.

6. With gaming, a mount is a creature (e.g., a horse) that can be obtained to help a character in a game travel faster or fly. Typically, the player must reach a certain levels before getting access to a mount.

Apple terms, Dismount, Game terms, Hardware terms, Operating system terms