About 26,900 results
Open links in new tab
  1. autofs - how it works — The Linux Kernel documentation

    “autofs” is a Linux kernel module which provides the “autofs” filesystem type. Several “autofs” filesystems can be mounted and they can each be managed separately, or all managed by the …

  2. 8.3. autofs | Storage Administration Guide - Red Hat

    The autofs configuration file (/etc/sysconfig/autofs) provides a mechanism to specify the autofs schema that a site implements, thus precluding the need to determine this via trial and error in …

  3. Autofs - Community Help Wiki

    Jul 8, 2019 · autofs is a program for automatically mounting directories on an as-needed basis. Auto-mounts are mounted only as they are accessed, and are unmounted after a period of …

  4. Demystify Linux Automounts with Autofs – TheLinuxCode

    Dec 27, 2023 · This detailed guide will explain how autofs elegantly handles these challenges and more by automatically mounting remote filesystems only when accessed. You‘ll master the …

  5. Autofs - ArchWiki

    If you use multiple USB drives/sticks and want to easily tell them apart, you can use AutoFS to set up the mount points and Udev to create distinct names for your USB drives.

  6. autofs (8) - Linux manual page - man7.org

    autofs controls the operation of the automount (8) daemon (s) running on the Linux system. Usually autofs is invoked at system boot time with the start parameter and at shutdown time …

  7. Auto Mount USB on Linux: Autofs & UUID Methods

    Sep 22, 2025 · Learn to auto-mount USB on Linux using autofs or UUID. Simplify USB drive use with this comprehensive guide.

  8. Mastering Linux Autofs: A Comprehensive Guide - linuxvox.com

    Nov 14, 2025 · One powerful tool that simplifies the process of mounting and accessing remote file systems is Autofs. Autofs, short for Automatic File System, is a service in Linux that …

  9. Mount NFS filesystems with autofs - Enable Sysadmin

    Aug 12, 2020 · Let's dig into what autofs is and how it works. Autofs is an automount daemon that manages mount points as needed. In short, it only mounts a given share when that share is …

  10. How Automount Works with `autofs` - Linux Bash

    autofs is a daemon that automatically mounts filesystems when a file or directory within that filesystem is accessed and unmounts it after a certain period of inactivity. This means that …