From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 18:27:10 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 9F8771065672 for ; Wed, 14 Sep 2011 18:27:10 +0000 (UTC) (envelope-from juvix88@gmail.com) Received: from mail-qw0-f49.google.com (mail-qw0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6134A8FC12 for ; Wed, 14 Sep 2011 18:27:10 +0000 (UTC) Received: by qwm25 with SMTP id 25so2351133qwm.22 for ; Wed, 14 Sep 2011 11:27:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:subject:content-type:content-transfer-encoding; bh=bUVFeUPmEuDkVlmXWID+NMKNAw35upV9yQ9397ZLiI4=; b=YyZXNdehr6E89zTraYZUkv8IP+oV6rxMpp1fQxdrUB8mN8wJkvLNairnteix87aYMJ 81MhvyFYyaRy1t8cmRkRLNJWNo5oD/DqBH4xFhTmiKiN4J2dIlZMgsqCvqCQj22bq2cU OtjJ8V8oBcxUnv8Iltd75jufrP6Tk6+zQQEOs= Received: by 10.224.173.131 with SMTP id p3mr159303qaz.150.1316024829555; Wed, 14 Sep 2011 11:27:09 -0700 (PDT) Received: from [192.168.0.199] (ool-18ba4338.dyn.optonline.net. [24.186.67.56]) by mx.google.com with ESMTPS id dv3sm5261735qab.12.2011.09.14.11.27.08 (version=SSLv3 cipher=OTHER); Wed, 14 Sep 2011 11:27:08 -0700 (PDT) Message-ID: <4E70F1FA.1040407@gmail.com> Date: Wed, 14 Sep 2011 14:27:06 -0400 From: Jonathan Vomacka User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 8.2 Partition Sizing question 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: Wed, 14 Sep 2011 18:27:10 -0000 Good afternoon, In regards to partitioning, I have a question regarding a "rumor" that has been told to me by various different linux experts, and I wanted to confirm if this also takes place with FreeBSD Unix. In the past, I have always had the root filesystem (/) and the /usr filesystem all on seperate partitions. I was told that having /usr on a seperate partition is an "old" way of doing things and actually causes issues when /usr is mounted separately from root (/). Does this play true in FreeBSD or is that thought process nonsense? I was told to create a larger root filesystem and NOT create usr seperately as /usr will mount off the root filesystem anyway. Will there be any issues by having /usr on a separate partition then root? I will like to know any opinions on this, as well as suggestions based on how other FreeBSD guru's have their server setups. Any suggestions on partitioning schema's for a general LAMP stack server, and maybe some gameservers would be GREATLY appreciated. Kind Regards, Jonathan