From owner-freebsd-questions Thu Aug 17 08:34:11 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id IAA19530 for questions-outgoing; Thu, 17 Aug 1995 08:34:11 -0700 Received: from lashley.slip.netcom.com (lashley.slip.netcom.com [192.187.134.225]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id IAA19521 for ; Thu, 17 Aug 1995 08:34:05 -0700 From: patl@asimov.volant.org Received: from asimov.volant.org (asimov.volant.org [192.0.2.1]) by lashley.slip.netcom.com (8.6.11/8.6.9) with SMTP id IAA02235; Thu, 17 Aug 1995 08:33:04 -0700 Received: by asimov.volant.org (5.x/SMI-SVR4) id AA28260; Thu, 17 Aug 1995 08:20:05 -0700 Date: Thu, 17 Aug 1995 08:20:05 -0700 Message-Id: <9508171520.AA28260@asimov.volant.org> To: root@jd-unix.wpafb.af.mil, ywliu@lin.wsl.sinica.edu.tw Subject: Re: Anonymous Account with ftpd Cc: questions@FreeBSD.org X-Sun-Charset: US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk |> > I would like to continue to have ~ftp in /usr/home/ftp, but would |> > like ~ftp/pub to point to /usr2/pub, i.e. My other HD... |> |> I don't think this can be done, since anonymous ftp account is chroot'ed. |> The symbolic , such as pub -> /usr2/pub , is not goning to work. Its root |> dir is ~ftp. |> |> What I have done is try to remount another partition under ~ftp/pub. Or |> using NFS to export /usr/pub to itself is another good try. Under SunOS/Solaris, this would normally be done using a loopback mount. (Faster than NFS, maintains unix semantics, and doesn't open the security hole of having an NFS server running...) I see that the mount(8) man page references mount_lofs, but there is no mount_lofs man page, nor is there an /sbin/mount_lofs. Does anyone know why loopback filesystem support seems to be missing from FreeBSD? -Pat