AUTOFS(5) BSD File Formats Manual AUTOFS(5)NAME
autofs -- automounter filesystem
SYNOPSIS
To compile this driver into the kernel, place the following line in the kernel configuration file:
options AUTOFS
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
autofs_load="YES"
DESCRIPTION
The autofs driver is the kernel component of the automounter infrastructure. Its job is to pass mount requests to the automountd(8) daemon,
and pause the processes trying to access the automounted filesystem until the mount is completed. It is mounted by the automount(8).
OPTIONS
These options are available when mounting autofs file systems:
master_options
Mount options for all filesystems specified in the map entry.
master_prefix
Filesystem mountpoint prefix.
EXAMPLES
To unmount all mounted autofs filesystems:
umount -At autofs
To mount autofs filesystems specified in auto_master(5):
automount
SEE ALSO auto_master(5), automount(8), automountd(8), autounmountd(8)HISTORY
The autofs driver first appeared in FreeBSD 10.1.
AUTHORS
The autofs was developed by Edward Tomasz Napierala <trasz@FreeBSD.org> under sponsorship from the FreeBSD Foundation.
BSD September 3, 2014 BSD
Check Out this Related Man Page
AUTOMOUNT(8) BSD System Manager's Manual AUTOMOUNT(8)NAME
automount -- mount autofs on the appropriate mount points
SYNOPSIS
automount [-v] [-c] [-u] [-t timeout]
DESCRIPTION
automount reads the /etc/auto_master file, and any local or network maps it includes, and mounts autofs on the appropriate mount points to
cause mounts to be triggered. It will also attempt to unmount any top-level autofs mounts that correspond to maps no longer found.
OPTIONS -v Print more detailed information about actions taken by automount.
-c Tell automountd(8) to flush any cached information it has.
-u Unmount all non-busy automounted mounts. Top-level triggers are preserved.
-t timeout
Set to timeout seconds the time after which an automounted file system will be unmounted if it hasn't been referred to within that
period of time. The default is 10 minutes (600 seconds).
FILES
/etc/autofs.conf
configuration file for automount and automountd.
/etc/auto_master
The master map contains a list of directories to be controlled by autofs and their associated direct map or indirect maps.
SEE ALSO auto_master(5), automountd(8), autofs.conf(5)Darwin July 17, 2010 Darwin
I have this question in my study guide could anyone please help me with the answer and (explicit) explanation.
hostname: HOSTONE
automounter file: /etc/auto.home
entry: scps HOSTTWO:/export/home/scps
commands executed on HOSTONE, mark all commands where the automounter will be invoked.
... (3 Replies)
Linux uses hdparm to set these parameters, my question is: what tool uses BSD systems (FreeBSD/OpenBSD/NetBSD)? There is another thing which FreeBSD implements on their filesystems: softupdates. If I forgot to enable this option when I partitioned the disk, how could I enable it at a later time? (1 Reply)
I have been using FreeBSD (currently 4.10, yes yes i havent updated it for a few months), and unfortunately when initially installing it onto my laptop, i made the mistake of only assigning it 3.5 GB and time has passed and I now find myself withonly 300 something MB left on the chunk, i want to... (2 Replies)
hello all,
I have a problem that just seem to show up. I was using autofs to mount home directory. It was working for about two week and now is just tsop working. I rebooted the erver and still not working. I can manually mount the directory but unable to mount via autofs. From the client I... (0 Replies)
Hi Guys,
Autofs works fine on AIX 5.2, but the same thing is not getting mounted automatically on AIX 5.3..
Is there ant difference for autofs confiiguration between 5.2 and 5.3
Thanks & Regards
Manu (0 Replies)
Hi,
I am facing problem during mount sharing. I am using two machines Suse and Red Hat. Trying to share a data on suse machine from Red Hat by using mount command.
The problem is that after rebooting mount won't work. How to solve this problem.
What i did?
1. create a folder on Suse... (7 Replies)
Hello Everyone,
I am working with Solaris 10 autofs feature. On the server (and client) in /etc/auto_master I have this entry:
/net -hosts -nosuid,nobrowse
On the server, I have shared out /var/tmp, started the nfs server and issued the shareall command. When I issue share I can... (1 Reply)
How to troubleshoot autofs /mnt/sum: does not exist in one of the sun server?
This was working previously. No issue on NFS mounting.
root@devapp # cat /etc/dfs/dfstab
share -F nfs -o rw /linxnet/server2
# Master map for automounter
#
+auto_master
/net -hosts ... (7 Replies)
Hi,
I know that this is probably quite a tiresome issue, but I can't get autofs to work.
I'm using udev rules to create symbolic links below /dev, that always point to the same devices regardless of which port they're plugged in. So, autofs's config files look like this for me:
... (0 Replies)
Dear All,
Struck with a peculiar problem
a) /opt/a is auto mounted to /home/a for User:a
When the User logs in to the server his home directory is getting mounted from the autofs i.e /home/a (/opt/a), Instead is has to mount the User home dir from NIS which is /home/a (from NIS).
... (2 Replies)
Hi,
I have two machines 1. MacOSx (Users --> userMac , IP - a.b.c.d)
2. FreeBSD (Users --> userBSD, IP- p.q.r.s)
I want to modify some files of FreeBSD on my MacOS. So, I mounted the FreeBSD folder on my Mac as follows.
$ sudo mount -o -P p.q.r.s:/usr/home/user... (5 Replies)
Hi
I'm trying to use autofs to mount a directory structure. I have a directory with sub directories in it and all of them mounted on their respective filesystems
/dbname /dev/mapper/vg_dbname-Home
/dbname/oracle00 /dev/mapper/vg_dbname-Data00... (3 Replies)
Hi all,
Please help! After my solaris 10 is rebooted, I found my autofs seems not mounting the file systems.
I restart autofs service :
#svcadm -v restart svc:/system/filesystem/autofs:default
Action restart set for svc:/system/filesystem/autofs:default.
But still... (1 Reply)