From owner-freebsd-questions@FreeBSD.ORG Thu Dec 10 15:27:54 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 CFAAC1065741 for ; Thu, 10 Dec 2009 15:27:54 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8EEA98FC12 for ; Thu, 10 Dec 2009 15:27:54 +0000 (UTC) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id nBAF28Y3001048; Thu, 10 Dec 2009 10:02:08 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nBAF28Zf001047; Thu, 10 Dec 2009 10:02:08 -0500 (EST) (envelope-from jerrymc) Date: Thu, 10 Dec 2009 10:02:08 -0500 From: Jerry McAllister To: Polytropon Message-ID: <20091210150207.GC826@gizmo.acns.msu.edu> References: <20091209002231.EB7D01065741@hub.freebsd.org> <675083.74248.qm@web65510.mail.ac4.yahoo.com> <20091210012256.7d2e8240@gumby.homeunix.com> <4B204FDD.3070005@lazlarlyricon.com> <20091210030816.152b05c9.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091210030816.152b05c9.freebsd@edvax.de> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Dangerously Dedicated 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: Thu, 10 Dec 2009 15:27:54 -0000 On Thu, Dec 10, 2009 at 03:08:16AM +0100, Polytropon wrote: > On Thu, 10 Dec 2009 02:33:17 +0100, Rolf Nielsen wrote: > > As far as I understand it, it's called Dangerously Dedicated because it > > may cause other systems not to recognise the disk. > > Primarily, it's called "dedicated" (only) because it describes > a setting where a whole hard disk is dedicated to the FreeBSD > operating system. The addition "dangerously" seems to describe > the danger that other operating systems cannot handle such a > disk layout, or may cause problems to them - but I don't know > this for sure because I'm not a "multi-booter". :-) It is dangerous because other systems cannot talk to it. It is dedicated because only FreeBSD can talk to it. It is a somewhat redundant term but it sounds good and important. ////jerry