From owner-freebsd-questions Mon May 7 7:21: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from res142a-008.rh.rit.edu (res142a-008.rh.rit.edu [129.21.142.8]) by hub.freebsd.org (Postfix) with ESMTP id 68F7837B422 for ; Mon, 7 May 2001 07:20:59 -0700 (PDT) (envelope-from vega@res142a-008.rh.rit.edu) Received: by res142a-008.rh.rit.edu (Postfix, from userid 1000) id 1A995901A0F; Mon, 7 May 2001 10:21:01 -0400 (EDT) Date: Mon, 7 May 2001 10:21:01 -0400 From: Michael Dungan To: questions@freebsd.org Subject: amd config (automounter, not the other AMD) Message-ID: <20010507102100.A50783@rit.edu> Reply-To: mpd6334@cs.rit.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm attempting to get amd to mount a user's home directory. This works fine. Some of the subdirectories in said home directory also need to be mounted via amd (from another place, of course.) I can't seem to get this to work. Here's my configs: --amd.conf (ripped from a RH-6.2 machine.)-- # GLOBAL OPTIONS SECTION [ global ] normalize_hostnames = no print_pid = yes pid_file = /var/run/amd.pid restart_mounts = yes auto_dir = /tmp_mnt log_file = /var/log/amd log_file = syslog log_options = all #debug_options = full plock = no selectors_on_default = yes print_version = no # set map_type to "nis" for NIS maps, or comment it out to search for all # types #map_type = file search_path = /etc browsable_dirs = yes show_statfs_entries = no fully_qualified_hosts = no cache_duration = 300 # DEFINE AN AMD MOUNT POINT [ /net ] map_name = amd.net map_type = file [ /home ] map_name = amd.home map_type = file --end amd.conf-- --amd.home-- /defaults \ type:=nfs;opts:=rw,grpid,intr,hard,overlay,timeo=600,retrans=5, \ wsize=8192,rsize=8192,nosuid,utimeout=600 dmir type:=link;fs:=/usr/share/home/dmir dmir/config rhost:=dmirdev;rfs:=/usr/share/home1/dmir/config --end amd.home-- The dmir directory correctly mounts. ~dmir/config does not. What am I missing? Thanks, Mike -- ___________________________________________________________ "WORKS LIKE A CHARM!!" - Pokey the Penguin from "WORKS LIKE A CHARM" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message