From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 10:14:26 2003 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 B64DD37B401 for ; Thu, 3 Jul 2003 10:14:26 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E489E4401E for ; Thu, 3 Jul 2003 10:14:23 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 86959 invoked by uid 1001); 3 Jul 2003 17:17:30 -0000 Date: Thu, 3 Jul 2003 10:17:30 -0700 From: Joshua Oreman To: Greg Brooks Message-ID: <20030703171730.GG86503@webserver.get-linux.org> References: <003101c34179$6708e3f0$6e01a8c0@CITYMOUSE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003101c34179$6708e3f0$6e01a8c0@CITYMOUSE> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Adding disk space to an FTP directory -- ideas? 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, 03 Jul 2003 17:14:27 -0000 On Thu, Jul 03, 2003 at 10:40:14AM -0500 or thereabouts, Greg Brooks wrote: > I currently use most of /var for a depository of files that move in and > out via FTP. /var runs on a secondary hard drive in the system, along > with a partition called /storage that's currently empty. > > Only one user ("ftpuser") has login rights to the ftp system, although > it's not jailed with its own /bin directory, etc. > > The question: How do I take the available space in /storage and make it > available to the ftpuser? Adding a symlink to /storage within the FTP > area doesn't seem to work. # umount /storage # rmdir /storage # mkdir /var/path/to/the/location/where/you/want/storage # mount /dev/storage_device /var/path/to/the/location/where/you/want/storage Substitute the obvious. -- Josh > > Any help much appreciated. > G. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"