Mailinglist Archive: opensuse (4570 mails)

< Previous Next >
Re: [SLE] autofs query
  • From: Maccy <maccy@xxxxxxxxxxxxxx>
  • Date: Fri, 25 Nov 2005 16:40:21 +0000 (UTC)
  • Message-id: <Pine.LNX.4.56.0511251635400.23106@xxxxxxxxxxxxxxxxxxxxx>

On Fri, 25 Nov 2005, Joseph Loo wrote:
> After you have configured the auto.master, did you start the autofs
> daemon by any chance?

Relevant files as requested...

[root@client ~]# more /etc/auto.master
#
# $Id: auto.master,v 1.3 2003/09/29 08:22:35 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#/misc /etc/auto.misc --timeout=60
#/misc /etc/auto.misc
#/net /etc/auto.net
/h /etc/auto.home --timeout=300 --ghost
/data /etc/auto.data --timeout=300 --ghost
/usr/local /etc/auto.local --timeout=300 --ghost
/mnt /etc/auto.usb --timeout=4

[root@ally ~]# more /etc/auto.local
* -fstype=nfs,rw,nosuid,soft server:/usr/local/&

Maccy

< Previous Next >