From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 22:40:18 2012 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 8DB73106564A for ; Tue, 28 Feb 2012 22:40:18 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 004078FC15 for ; Tue, 28 Feb 2012 22:40:17 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 33AECA7; Tue, 28 Feb 2012 23:21:24 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 77kC4bJcPEt1; Tue, 28 Feb 2012 23:21:21 +0100 (CET) Received: from snifi.localnet (178-36-156-106.adsl.inetia.pl [178.36.156.106]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 0FC7273; Tue, 28 Feb 2012 23:21:21 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Tue, 28 Feb 2012 23:21:51 +0100 Message-ID: <7783796.gZcd11fCqx@snifi> User-Agent: KMail/4.8.0 (Linux/3.2.7-1-ARCH; KDE/4.8.0; x86_64; ; ) In-Reply-To: References: <20120228173042.218144e7.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "bsalinux@gmail.com" Subject: Re: fixating USB Storage 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, 28 Feb 2012 22:40:18 -0000 Dnia wtorek, 28 lutego 2012 13:08:04 bsalinux@gmail.com pisze: > Thanks, > > I got the part where you can label the partitions but the loader > doesn't look at labels. Loader looks at ufs:/dev/da0 > > So how can this be resolved at "boot" time (not mount time). > > Thanks. vfs.root.mountfrom=ufs:/dev/label/bigdisk in loader.conf doesn't work? I think that worked with stock FreeBSD loader. Maciej