Browse Definitions :
Definition

mount point

What is a mount point?

A mount point is a directory on a file system that is logically linked to another file system. Mount points are used to make the data on a different physical storage drive easily available in a folder structure. Mount points are fundamental to Unix, Linux and macOS. Windows can use mount points, but it is not common.

Mount points in Unix, Linux and macOS

Mount points are fundamental to the operation of most Portable Operating System Interface-compatible operating systems, such as Unix, Linux and macOS. By using a mount point, data stored on different physical and logical volumes can be put on the same file system. This way, all the data needed on the system can be accessed from the root directory.

The mount command is used to make a device or file system accessible to the system, and then to connect its root directory to a mount point on the local file system.

The mount point location is typically an empty folder. If any files are already in that folder and it is then made into a mount point for another file system, the existing data will be no longer available, but it won't be deleted.

Linux has two default mount point locations for removable media: /dev (device) is where all physical devices are first mounted. From there, an additional link to the removable media is made in the /mnt (mount) directory. The /mnt directory and subdirectories are intended for mount points to removable or temporary files storage.

As an example of using mount points, consider plugging a USB flash drive into a Linux computer. The system detects the hardware device and puts it into the file system at /dev/sdc1. You then execute the command mount /dev/sdc1 /mnt/usb to mount the file system on the USB drive to the mount point location /mnt/usb. To make the data more convenient to use, you then create an additional mount point with the command mount /dev/sdc1 /home/john/files to put the data in the home directory.

The file for default mount points to be loaded at system startup is located in /etc/fstab for many Linux distributions.

As operating system distributions become more streamlined and user-friendly, the need for users to manually mount and unmount devices has diminished. Most desktop operating systems will care for this automatically for removable media.

An illustration of a storage volume disk and partition
Mount point data allows different physical and logical volumes to be put on the same file system so that all the data needed on a system is accessible from the root directory.

Mount points in servers and containers

The need for mount points in server use is greater than ever. As data becomes more distributed and dynamic, it is increasingly common that the data a system needs is not directly attached to that system, requiring a mount point to make it accessible. For example, an application running on a server might rely on data stored on a network-attached storage device, so a mount point is made on the server pointing to the NAS data.

Virtual machines and containers make extensive use of mount points. These services are designed to be dynamic and ephemeral. For example, a Kubernetes instance can create and destroy Docker containers depending on the current load. These short-lived services might need to connect in order to read or write permanent data or settings, so a mount point is created that connects the external data to the service's private internal file system.

A diagram of virtual machines versus containers
Both virtual machines and containers make extensive use of mount points.

Mount points in Windows

Windows supports mount points, but they are not commonly used. The hosting parent volume must be New Technology File System (NTFS) formatted. A mount point can be created to the root of another locally attached volume. The target folder must be empty. Mount points are available from Windows 2000 onward.

NTFS symbolic links function similarly to mount points, but are much more flexible. They allow for relative paths and nonlocal storage through server message block shares. Symbolic links are available in Windows Vista and later versions.

Explore important storage administration skills, the key differences between containers and virtual machines, and the pros and cons of block vs. file vs. object storage.

This was last updated in October 2022

Continue Reading About mount point

Networking
  • packet filtering

    Packet filtering is the process of passing or blocking data packets at a network interface by a firewall based on source and ...

  • WAN (wide area network)

    A wide area network (WAN) is a geographically distributed private telecommunications network that interconnects multiple local ...

  • network protocol

    A network protocol is a set of established rules that specify how to format, send and receive data so that computer network ...

Security
  • FIDO (Fast Identity Online)

    FIDO (Fast Identity Online) is a set of technology-agnostic security specifications for strong authentication.

  • Cloud Security Alliance (CSA)

    The Cloud Security Alliance (CSA) is a nonprofit organization that promotes research into best practices for securing cloud ...

  • quantum supremacy

    Quantum supremacy is the experimental demonstration of a quantum computer's dominance and advantage over classical computers by ...

CIO
  • transaction

    In computing, a transaction is a set of related tasks treated as a single action.

  • lean management

    Lean management is an approach to managing an organization that supports the concept of continuous improvement, a long-term ...

  • device ID (device identification)

    A device ID (device identification) is an anonymous string of numbers and letters that uniquely identifies a mobile device such ...

HRSoftware
  • talent pool

    A talent pool is a database of job candidates who have the potential to meet an organization's immediate and long-term needs.

  • diversity, equity and inclusion (DEI)

    Diversity, equity and inclusion is a term used to describe policies and programs that promote the representation and ...

  • passive candidate

    A passive candidate (passive job candidate) is anyone in the workforce who is not actively looking for a job.

Customer Experience
  • product-qualified lead (PQL)

    A product-qualified lead (PQL) is an individual or business that experienced value from using a product as a result of a free ...

  • marketing-qualified lead (MQL)

    A marketing-qualified lead (MQL) is a website visitor whose engagement levels indicate they are likely to become a customer.

  • customer success

    Customer success is a strategy to ensure a company's products are meeting the needs of the customer.

Close