About 22,000 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. 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 …

  4. 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.

  5. autofs (5) - Linux manual page - man7.org

    autofs provides additional variables that are set based on the user requesting the mount: USER The user login name UID The user login ID GROUP The user group name GID The user …

  6. 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 …

  7. What is Autofs in Linux? - by TRÄW - sysxplore

    Feb 7, 2024 · Autofs, short for Automount File System, is a Linux kernel module that allows for automatic mounting of remote filesystems when they are accessed, and unmounting them …

  8. Chapter 19. Mounting file systems on demand - Red Hat

    The autofs service can mount and unmount file systems automatically (on-demand), therefore saving system resources. It can be used to mount file systems such as NFS, AFS, SMBFS, …

  9. On-demand mounting with autofs | Storage Administration Guide …

    autofs is a program that automatically mounts specified directories on an on-demand basis. It is based on a kernel module for high efficiency, and can manage both local directories and …

  10. greenfly.org - Tips - How to set up autofs

    First of all, what is autofs? Basically, it is a kernel option that lets you automatically mount filesystems to your computer when you access them, and then automatically umount them …