From owner-freebsd-questions@FreeBSD.ORG Sat Oct 9 17:05:37 2010 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 068F9106564A for ; Sat, 9 Oct 2010 17:05:37 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF0F78FC08 for ; Sat, 9 Oct 2010 17:05:36 +0000 (UTC) Received: by iwn8 with SMTP id 8so2578538iwn.13 for ; Sat, 09 Oct 2010 10:05:36 -0700 (PDT) Received: by 10.231.79.77 with SMTP id o13mr3404214ibk.36.1286643936506; Sat, 09 Oct 2010 10:05:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.166.77 with HTTP; Sat, 9 Oct 2010 10:05:16 -0700 (PDT) In-Reply-To: References: From: Eitan Adler Date: Sat, 9 Oct 2010 13:05:16 -0400 Message-ID: To: Caleb Stein Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" Subject: Re: Clean up / filesystem 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: Sat, 09 Oct 2010 17:05:37 -0000 On Sat, Oct 9, 2010 at 12:43 AM, Caleb Stein wrote: > I'm constantly getting the message, ":/ write failed, filesystem is full"= , > so I did df, and it said that my / filesystem was at 108%. =C2=A0What fil= es can I > delete to free some space? du -chx / to view all and their sizes you might want to use du -cx /|sort to view them largest to smallest. --=20 Eitan Adler