From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 20:13:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 17AE716A41F for ; Wed, 17 Aug 2005 20:13:09 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CBD43D45 for ; Wed, 17 Aug 2005 20:13:08 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-251.dynamic.qsc.de [212.202.37.251]) by efacilitas.de (Postfix) with ESMTP id E4EC24AF7F; Wed, 17 Aug 2005 22:19:08 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 1747F1933CE; Wed, 17 Aug 2005 22:12:52 +0200 (CEST) Message-ID: <43039A43.5040106@cs.tu-berlin.de> Date: Wed, 17 Aug 2005 22:12:51 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: vladone References: <222650464.20050817193609@spaingsm.com> <4303753B.7020409@cs.tu-berlin.de> <789237492.20050817224013@spaingsm.com> In-Reply-To: <789237492.20050817224013@spaingsm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: problem with vsftpd. filesystem full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 20:13:09 -0000 vladone wrote: > # du -h > > Filesystem Size Used Avail Capacity Mounted on > /dev/ad1s1a 248M 228M 200K 100% / > [...] > /dev/ad1s1f 36G 1.4G 32G 4% /usr > [...] > My ftp directory is in root, but i can see there is no more free space. > I want to resize partitons in same slice. How i can do this? I would move the ftp directory to another place, e.g. /usr/home/ftp. That's obviously easier. Björn