From owner-freebsd-questions@FreeBSD.ORG Thu Jan 22 10:53:35 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5317A16A4CE for ; Thu, 22 Jan 2004 10:53:35 -0800 (PST) Received: from fidel.freesurf.fr (fidel.freesurf.fr [212.43.206.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DDFA43D3F for ; Thu, 22 Jan 2004 10:53:34 -0800 (PST) (envelope-from ogautherot@freesurf.fr) Received: from du-209-52.nat.adsl.claranet.fr (du-209-52.nat.adsl.claranet.fr [212.43.209.52]) by fidel.freesurf.fr (Postfix) with ESMTP id A85DB2A6A85; Thu, 22 Jan 2004 19:53:28 +0100 (CET) From: Olivier Gautherot To: Eric Rivas , flux Date: Thu, 22 Jan 2004 19:53:17 +0100 User-Agent: KMail/1.5.4 References: <1561878551.20031224123741@hotbox.ru> <20031223101712.77fe4db5.ericr@sourmilk.net> In-Reply-To: <20031223101712.77fe4db5.ericr@sourmilk.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401221953.17431.ogautherot@freesurf.fr> cc: freebsd-questions@freebsd.org Subject: Re: /usr/home directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2004 18:53:35 -0000 If you have space on your disk, I would still advise to have a separate partition for /home. If you have to reinstall your system, you won't loose your data (emails, etc.) Anyway, you can always have a link called /home if you wish. On Tuesday 23 December 2003 16:17, Eric Rivas wrote: > On Wed, 24 Dec 2003 12:37:41 +0300 > > flux wrote: > > Maybe kinda strange question, but... > > Why users' home directory located in /usr by default, not in > > root directory unlike Linux? > > Any ideas? > > It used to be in /, but then most people had a hard time partitioning > when deciding how much space to put in /usr and /home (home should not > be the root partition), so the default is to make them one partition and > have /home as /usr/home. If you make a /home partition during install, I > believe that the default will be /home.