Clean up / filesystem

Eitan Adler lists at eitanadler.com
Sat Oct 9 17:05:37 UTC 2010


On Sat, Oct 9, 2010 at 12:43 AM, Caleb Stein <calebzstein at gmail.com> 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%.  What files 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.


-- 
Eitan Adler


More information about the freebsd-questions mailing list