🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Linux Beginner

What is Mount Point?

A directory in the filesystem where a storage device or partition is attached and made accessible.

In Linux, all storage devices are integrated into a single directory tree. A mount point is an empty directory where a filesystem (from a partition, USB drive, or network share) is attached using the mount command.

The /etc/fstab file defines automatic mount configurations for system startup. Common mount points include /home, /boot, and /mnt.

Related Terms

Sed
A stream editor for filtering and transforming text, commonly used for find-and-replace operations in files.
Linux Kernel Module
A piece of code that can be loaded into the kernel at runtime to extend functionality without rebooting, such as device drivers and filesystems.
Disk Quota
A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.
Nohup
A command that runs a process immune to hangup signals, allowing it to continue after the terminal session ends.
SELinux
Security-Enhanced Linux — a mandatory access control system that confines programs to minimum required privileges beyond standard file permissions.
Dmesg
A command that displays kernel ring buffer messages, useful for diagnosing hardware and driver issues.
View All Linux Terms →