From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 09:51:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7B48116A400 for ; Tue, 14 Mar 2006 09:51:26 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D69B943D46 for ; Tue, 14 Mar 2006 09:51:25 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 16so1443156nzp for ; Tue, 14 Mar 2006 01:51:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rAsINYXaGrD5rmaOkG1BsUX6L6YZB8uE8OWaZGBhgyw5PJnWUs6Ktqrd0gylF+D9n3HFJP1yRPTAymHFDYeQaAzhePnFnKSvov5dm56KCUbpmPYaffM9gD06VbmqhhpWlXLmy60n9jamttMAWSJ/GJkw8P1ChfGgIxfO3L59X+A= Received: by 10.36.33.5 with SMTP id g5mr3952283nzg; Tue, 14 Mar 2006 01:51:25 -0800 (PST) Received: by 10.37.22.1 with HTTP; Tue, 14 Mar 2006 01:51:25 -0800 (PST) Message-ID: Date: Tue, 14 Mar 2006 12:51:25 +0300 From: "Andrew Pantyukhin" To: "illoai@gmail.com" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Questions Subject: Re: Using /dev/adX instead of adXc or adXe 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: Tue, 14 Mar 2006 09:51:26 -0000 On 3/14/06, illoai@gmail.com wrote: > On 3/13/06, Andrew Pantyukhin wrote: > > What's wrong with "newfs /dev/ad1" "mount /dev/ad1 /mnt" > > and using it? The disk will never be used as bootable, and > > will never be installed in a non-bsd computer. It's just there > > for storage. > > > > So is there a caveat? > > I've heard of it being done accidently with no ill effects, > and I've done it under qemu with no ill effects. It makes > me feel better to have some abstraction WRT disks, I've > tended to use glabel(8) for handling this. Hmm, glabel sounds nice. I wonder if I can get away with labelling a live disk and just replacing /dev/adX with /dev/label/mydiskXXX in fstab. Looks like I can replug the drives any way I want and still have them mounted correctly after that, right?