From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 13:54:19 2009 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 587661065676 for ; Fri, 13 Mar 2009 13:54:19 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id DF0D88FC18 for ; Fri, 13 Mar 2009 13:54:18 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 70086 invoked by uid 89); 13 Mar 2009 13:54:41 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 13 Mar 2009 13:54:41 -0000 Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <20090313084625.426d6729.wmoran@potentialtech.com> References: <49BA44A1.2080800@maydias.com> <20090313084625.426d6729.wmoran@potentialtech.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <8DEA63C1-DECF-49FC-9DC6-F4FBA449EEFC@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Fri, 13 Mar 2009 09:54:15 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.753.1) Subject: Re: / partition full 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: Fri, 13 Mar 2009 13:54:19 -0000 On Mar 13, 2009, at 8:46 AM, Bill Moran wrote: > In response to Wojciech Puchar : >> >> good lesson to NOT make multiple partitions :) > > And when a rogue app fills up /var and kills 4 other apps that could > have kept going ... are we then learning conflicting lessons? > > Enterprise-class servers should have many partitions to separate > different > functions and protect apps from each other. This newbie admin agrees with this. Having a separate /var partition, in particular, has saved my bacon several times, at least until I figured out how to turn mysql-bin files off. The /var partition was at 100%, but the server kept going so I could diagnose and find the problem. Whew! -- John