File system
mount
Mounts filesystems at mount points.
Ubuntu
CentOS
Debian
Arch
SUSE
Slackware
Alpine
Fedora
macOS
FreeBSD
NetBSD
OpenBSD
Verified: 2025-09-22
Syntax
$mount [OPTIONEN] GERÄT VERZEICHNIS
Examples
$mount /dev/sda1 /mnt
$mount -t nfs server:/share /mnt
Typical use cases
?
Standard usage
mount --help
Note
Requires root privileges. Supports various file system types.
Export