From owner-freebsd-questions Mon May 10 13:12:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 6E1A114DDF for ; Mon, 10 May 1999 13:12:45 -0700 (PDT) (envelope-from kline@tera.com) Received: from athena.tera.com (athena.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id NAA26821; Mon, 10 May 1999 13:12:41 -0700 (PDT) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id NAA03226; Mon, 10 May 1999 13:12:30 -0700 (PDT) Message-Id: <199905102012.NAA03226@athena.tera.com> Subject: Re: mounting a directory In-Reply-To: from Jerry Raynor at "May 10, 99 03:54:16 pm" To: jerryr@ComCAT.COM (Jerry Raynor) Date: Mon, 10 May 1999 13:12:30 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Jerry Raynor: > Can someone tell me the syntax to mount /usr/home to /home I can't seem to > find it! Thanks > You probably mean "link" rather than "mount." To get your /usr/home to home, use a symbolic link. `ln -s' gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message