From owner-freebsd-questions Sun Feb 5 10:58:21 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA29484 for questions-outgoing; Sun, 5 Feb 1995 10:58:21 -0800 Received: from sed.cs.fsu.edu (sed.cs.fsu.edu [128.186.121.157]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA29478 for ; Sun, 5 Feb 1995 10:58:19 -0800 Received: by sed.cs.fsu.edu (8.6.8.1/56) id NAA13807; Sun, 5 Feb 1995 13:57:00 -0500 From: Mark Bynum Message-Id: <199502051857.NAA13807@sed.cs.fsu.edu> Subject: Re: need a help with amd To: aerygis@ae560.technion.ac.il (Yuri Gindin) Date: Sun, 5 Feb 1995 13:57:00 -0500 (EST) Cc: freebsd-questions@FreeBSD.org In-Reply-To: from "Yuri Gindin" at Feb 5, 95 02:56:21 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 501 Sender: questions-owner@FreeBSD.org Precedence: bulk > amd /yuri /etc/amd.test > > where /etc/amd.test is: > home type:=nfs;rhost:=yuri;rfs:=/home;opts:=rw,intr,nosuid,grpid > What you are specifying is to automount the partition home under /yuri, per your instruction to mount "amd /yuri /etc/amd.map" where amd.map has an entry for home. When you cd to yuri there will be nothing there because you have not tried to access /yuri/home yet. Try cd /yuri/home and that should automount the partition. Hope this helps. Mark Bynum bynum@cs.fsu.edu