Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FreeBSD #179

Merged
merged 3 commits into from
Apr 19, 2022
Merged

Add support for FreeBSD #179

merged 3 commits into from
Apr 19, 2022

Conversation

smortex
Copy link
Member

@smortex smortex commented Apr 18, 2022

FreeBSD 10.1 added support for an autofs implementation that is similar
to what this module manage with a few minor specificities from the Linux
world:

"autofs" is the actual driver of the automounter infrastructure in the
kernel. It communicate with the "automountd" service when a device must
be mounted, features an "autounmountd" service to unmount unused
devices, and has a rc-script "automount" to update the kernel view of
the available mountpoints.

No functional change.
FreeBSD 10.1 added support for an autofs implementation that is similar
to what this module manage with a few minor specificities from the Linux
world:

"autofs" is the actual driver of the automounter infrastructure in the
kernel.  It communicate with the "automountd" service when a device must
be mounted, features an "autounmountd" service to unmount unused
devices, and has a rc-script "automount" to update the kernel view of
the available mountpoints.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants