Date: Mon, 7 May 2001 10:21:01 -0400 From: Michael Dungan <vega@res142a-008.rh.rit.edu> To: questions@freebsd.org Subject: amd config (automounter, not the other AMD) Message-ID: <20010507102100.A50783@rit.edu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010507102100.A50783>