From owner-freebsd-stable Tue Jan 1 16:57:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DE1FB37B425 for ; Tue, 1 Jan 2002 16:57:53 -0800 (PST) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id g020vjd13497; Tue, 1 Jan 2002 16:57:45 -0800 (PST) Message-Id: <200201020057.g020vjd13497@ptavv.es.net> To: Doug Hardie Cc: Theodore Knab , stable@FreeBSD.ORG Subject: Re: accidently filled my /usr partition In-reply-to: Your message of "Tue, 01 Jan 2002 16:46:51 PST." Date: Tue, 01 Jan 2002 16:57:44 -0800 From: "Kevin Oberman" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Tue, 1 Jan 2002 16:46:51 -0800 > From: Doug Hardie > Sender: owner-freebsd-stable@FreeBSD.ORG > > At 19:33 -0500 1/1/02, Theodore Knab wrote: > >Hi, I accidently filled my /usr partition. How can I fix it ? > > > > If its just full, then deleting files you don't need or can easily > replace till you are below 100% will get things working again. > However, if something is actively filling the partition, then you > need to find it and kill it first. Otherwise it will just fill up > whatever space you clear out leaving you back where you started. Try > checking /var/log/messages to see if anything is reporting the disk > full. You should be able to identify any active process trying to > fill the disk that way. And, if the partition has soft updates enabled, allow the system at least two minutes to write the updates to disk after a deletion before the blocks are actually returned to the available pool. The command mount will tell you if a partition is mounted with soft updates: > mount /dev/ad0s2a on / (ufs, local) /dev/ad0s2f on /usr (ufs, local, soft-updates) /dev/ad0s2e on /var (ufs, local, soft-updates) R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message