From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 16:22:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B54CA1065674 for ; Mon, 17 Mar 2008 16:22:23 +0000 (UTC) (envelope-from acambra@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 8883F8FC29 for ; Mon, 17 Mar 2008 16:22:23 +0000 (UTC) (envelope-from acambra@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so5313822wfa.7 for ; Mon, 17 Mar 2008 09:22:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=wLl8SGTDPpVfuFbUk5nZtuFIeKvHDXAg3enO8R6dAko=; b=cLwg+ll3e3KFRvlmjyEHZtsXZw8E2s/Yd+fMM5utKiQheIgGWJH36lQ0HmZiHPNH+BxzNh5A5a6dpK1LKSdnSgNL3ns/a/ySwFC4H7qeUg17p6345q0wi+j1IjGtFW6VuIItLt3vYVLnV8S+sroIUP+CfYD9bCqnWruxH4IG9zM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=PiGU+akZsf8+XNENv13k7cN+/jT6c55nzv+PlJ5AIpiVmMe6XFLJecqOZVM6kMSAgAL27yoOiRS1T2+J2DBeeF6IHEOErTjVELY6sAi4CVoYAM+U4Vhe5RzPwJuJDPkqbZD+2akP7hEfJgBvjqtBCqDUVyzxWl4IT7ijh63dI2k= Received: by 10.142.226.2 with SMTP id y2mr326321wfg.46.1205770943206; Mon, 17 Mar 2008 09:22:23 -0700 (PDT) Received: by 10.143.187.9 with HTTP; Mon, 17 Mar 2008 09:22:23 -0700 (PDT) Message-ID: Date: Mon, 17 Mar 2008 17:22:23 +0100 From: "Armando Cambra" To: freebsd-questions@freebsd.org In-Reply-To: <20080317161013.GE42595@gizmo.acns.msu.edu> MIME-Version: 1.0 References: <878724.45020.qm@web53408.mail.re2.yahoo.com> <20080317161013.GE42595@gizmo.acns.msu.edu> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Urgent: filesystem "full", though space is available X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2008 16:22:23 -0000 Or try to find the culprit with lsof (can't remember the options). You will see some processes using files you don't have --> kill that process and your space will be freed. I hope this helps. Regards and good luck. On Mon, Mar 17, 2008 at 5:10 PM, Jerry McAllister wrote: > On Mon, Mar 17, 2008 at 08:34:18AM -0700, Dr. Jennifer Nussbaum wrote: > > This is a FAQ and has to do with space reserved for root(system). > > Check the FAQs on the FreeBSD web site. > > ////jerry > > > > > Hi, Ive got a big problem now on a production server. > > > > When i do various things, i am getting "write failed, file system full" > > messages all over the place. Ive gone through and deleted > > things i can, and i should have the space now, but its just > > not available: > > > > $ df -m > > Filesystem 1M-blocks Used Avail Capacity Mounted on > > /dev/da0s1a 2015 1858 -3 100% / > > /dev/da0s1e 14061 9002 3933 70% /usr/local > > procfs 0 0 0 100% /proc > > > > I dont know what kind of math lets you do 2015-1858 and gives > > you an answer of -3! > > > > I have softupdates, or whatever, but i dont know how to get > > it to release this space. I cant reboot the running server. > > I am planning on adding a disc to this system but right now > > i need to get this space released ASAP! Can anyone help? > > > > Thanks, > > > > Jen > > > > > > --------------------------------- > > Never miss a thing. Make Yahoo your homepage. > > _______________________________________________ > > 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" > > > _______________________________________________ > 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" >