autofs 5.1.8
Kernel-based automounter for Linux
Autofs is a kernel-based automounter for use with the Linux autofs4 module. It automatically mounts selected file systems when they are used and unmounts them after a set period of inactivity. This provides centrally-managed, consistent file names for users and applications, even in a large and/or frequently changing (network) environment.
- Website: https://www.kernel.org/pub/linux/daemons/autofs/
- Licenses: GPL 2+ · Modified BSD
- Package source: gnu/packages/file-systems.scm
- Builds: See build status
- Issues: See known issues
Installation
Install autofs 5.1.8
as follows:
guix install autofs@5.1.8
Or install the latest version:
guix install autofs
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.