.\" .\" Copyright (c) 2007-2011 Apple Inc. All rights reserved. .\" .\" @APPLE_LICENSE_HEADER_START@ .\" .\" This file contains Original Code and/or Modifications of Original Code .\" as defined in and that are subject to the Apple Public Source License .\" Version 2.0 (the 'License'). You may not use this file except in .\" compliance with the License. Please obtain a copy of the License at .\" http://www.opensource.apple.com/apsl/ and read it before using this .\" file. .\" .\" The Original Code and all software distributed under the License are .\" distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER .\" EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, .\" INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, .\" FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. .\" Please see the License for the specific language governing rights and .\" limitations under the License. .\" .\" @APPLE_LICENSE_HEADER_END@ .\" .\" ******************************************************************** .\" * .\" * mount_autofs [-f devicename] path .\" * .\" ******************************************************************** .\" .\" ******************************************************************** .\" * Required macros .\" ******************************************************************** .Dd May 3, 2005 .Dt MOUNT_AUTOFS 8 .Os Mac\ OS\ X .\" .\" ******************************************************************** .\" * NAME section .\" ******************************************************************** .Sh NAME .Nm mount_autofs .Nd mount an autofs filesystem .\" .\" ******************************************************************** .\" * SYNOPSIS section .\" ******************************************************************** .Sh SYNOPSIS .Nm .Op Fl f Ar devicename .Ar path .\" .\" ******************************************************************** .\" * DESCRIPTION section .\" ******************************************************************** .Sh DESCRIPTION The .Nm mount_autofs command creates an autofs filesystem, mounted on the directory specified by .Ar path . This command is normally executed by .Xr automount 8 at boot time. .Pp The options are as follows: .Bl -tag -width indent .It Fl f Ar devicename Mark .Ar devicename as the source of the mounted filesystem (despite the fact that autofs filesystems don't really have a source device). The default is "<autofs>". .El .\" .\" ******************************************************************** .\" * FILES section .\" ******************************************************************** .\" .\" ******************************************************************** .\" * EXAMPLES section .\" ******************************************************************** .\" .\" ******************************************************************** .\" * SEE ALSO section .\" ******************************************************************** .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , .Xr automount 8 .\" .\" ******************************************************************** .\" * BUGS section .\" ******************************************************************** .\" .\" ******************************************************************** .\" * CAVEATS section .\" ******************************************************************** .\" .\" ******************************************************************** .\" * HISTORY section .\" ******************************************************************** .Sh HISTORY The .Nm utility first appeared in Mac OS X, version 10.5. .\" .\" ******************************************************************** .\" * RETURN VALUES section .\" ********************************************************************