From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 18:21:47 2011 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 56A531065670 for ; Mon, 7 Nov 2011 18:21:47 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id DBDDF8FC17 for ; Mon, 7 Nov 2011 18:21:46 +0000 (UTC) Received: by faar19 with SMTP id r19so7671164faa.13 for ; Mon, 07 Nov 2011 10:21:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=33+t40VapoaudcSBSfPYfUU6aahfn1tIuPXTLtU9yDE=; b=iIVGR0DAB3MQh6Ig9Be3bvpIUpJ+2v0DQ6X9f4A35iCRUVaBnegkfUlW/OlFv0HgpV rslLUz8XmRlZx0Yp/O18IUmto+XF/OXhFfDS0lKnjQAf7GMoyQKC4apxGYE4jrSvGcJj x9m3FNpbwwUPuRgyVei98Vt4aJKhSS25iSMOw= MIME-Version: 1.0 Received: by 10.223.17.23 with SMTP id q23mr48567635faa.11.1320690105515; Mon, 07 Nov 2011 10:21:45 -0800 (PST) Received: by 10.223.88.72 with HTTP; Mon, 7 Nov 2011 10:21:45 -0800 (PST) In-Reply-To: <1320687592.41253.YahooMailNeo@web121804.mail.ne1.yahoo.com> References: <1320687592.41253.YahooMailNeo@web121804.mail.ne1.yahoo.com> Date: Mon, 7 Nov 2011 12:21:45 -0600 Message-ID: From: Adam Vande More To: rtsit Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: OH NO! Says root partition / is full but it's not! I don't get it 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, 07 Nov 2011 18:21:47 -0000 On Mon, Nov 7, 2011 at 11:39 AM, rtsit wrote: > > > Why does it say my main root partition is full when it's not? It's only > using 146 Meg out of a possible 507 Meg > http://www.freebsd.org/doc/en/books/faq/disks.html#DU-VS-DF Boot in single user mode. > for each mount point ( /tmp /usr /var ) > chflags -R noschg / > rm -rf //* > This is terrible advice. There are proper methods for finding what's using the space and to recover it. You should use them. -- Adam Vande More