From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 14:56:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA54116A4CE for ; Thu, 11 Mar 2004 14:56:12 -0800 (PST) Received: from mail2.tsgincorporated.com (ns2.tsgincorporated.com [67.66.242.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B72743D1D for ; Thu, 11 Mar 2004 14:56:12 -0800 (PST) (envelope-from micheal@tsgincorporated.com) Received: (from root@localhost) by mail2.tsgincorporated.com (8.12.10/8.12.10) id i2BMu4Md096809; Thu, 11 Mar 2004 16:56:04 -0600 (CST) (envelope-from micheal@tsgincorporated.com) Received: from micheal (micheal.tsgincorporated.com [67.66.242.77]) i2BMtxQA096771; Thu, 11 Mar 2004 16:56:03 -0600 (CST) (envelope-from micheal@tsgincorporated.com) Message-ID: <01a901c407bc$1407ad30$4df24243@tsgincorporated.com> From: "Micheal Patterson" To: "Osmany Guirola Cruz" , References: Date: Thu, 11 Mar 2004 16:56:16 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by AMaViS 0.3.12 Subject: Re: ftp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 22:56:12 -0000 ----- Original Message ----- From: "Osmany Guirola Cruz" To: Sent: Thursday, March 11, 2004 3:15 PM Subject: ftp > in my system I have installed the anonymous ftp and I have a fat32 > partition mounted in /fat32 > I need put the content of these partition on the pub directorie > something like these > ftp://mymachine/pub/fat32/ and see the content of these partition via > ftp .. Symbolic link does not work > what should I do... > Anon ftp uses a chroot environment so you can't link to any directory that's not within it's chroot. One possiblity is to mount /fat32 within the ftp users home/root directory. Another one, that isn't heard of much is to mount_null /fat32 into the ftp chroot file system. Please keep in mind that null mounting, last I heard, should be treated as experimental at best. For more info on null mounting, check out man mount_null. -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.