From owner-freebsd-questions Mon Jun 24 12:59:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 57C5F37B4CC for ; Mon, 24 Jun 2002 12:58:04 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Mon, 24 Jun 2002 12:58:03 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Mon, 24 Jun 2002 12:58:02 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: root partition Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624195803617.AAA703@empty1.ekahuna.com@pc02.ekahuna.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Mon, 24 Jun 2002 12:36:24 -0500 (CDT) > From: Jason P Holland > > yes, absolutely, that is a best practice. if /var fills up, you don't > want that to affect /. also, /tmp should be seperate, because its a DoS > since /tmp can be written by any user, they could conceivably fill up /. > the only case this would be ok, would be if you were installing on a > smaller hard drive, which gives you less room to juggle around. > > jason Yep. My usual practice is to create a separate /var partition, create /var/tmp, and symlink /tmp to /var/tmp. If you don't have a separate /var filesystem, I recommend: Create /usr/var Create /usr/var/tmp Symlink /var to /usr/var Symlink /tmp to /usr/var/tmp If the time comes you get a separate /var partition (ie during a drive upgrade) it becomes fairly easy to move the whole /usr/var collection to /var. Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message