From owner-freebsd-fs@FreeBSD.ORG Thu May 27 21:31:59 2010 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D27BB1065673 for ; Thu, 27 May 2010 21:31:59 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8A5618FC27 for ; Thu, 27 May 2010 21:31:59 +0000 (UTC) Received: by vws12 with SMTP id 12so559214vws.13 for ; Thu, 27 May 2010 14:31:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=uZ5UXg0iGbzJdVtStS/isTqEQRPlkl450uiOzgEaz1E=; b=RQjbw8fQjUzpjTWBt/n0Y4svebzJN5Gv4vz8Y7j1o7euQ3hU9/5EgNV4jPLAwbsw4v sb9G5Xlm5meBsTH9/ZOxtGQZ4bPguctoYuM4xIRwAH+b6Em/Qwv3t5uO9SwTC0Rq2MO6 TaUpTlUST/VBQ6U1tlBrFJpkmpHnNX+TQfPmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=f45/EDhjpNJOyQ4VUlZCBcglRwJIETyWGv3AlrJbe3A0DGTThlZXuLir7Wu9LY415e HcPBUTvISCIUHC4Q6JqqMRNJlOgDGHOaxEt5B5J+6KJ7d0VltP+1NLzp/CfocZfwZ3bB JZJn9T/RoMzYfmISnLa1r+0bgQzOl3syq+cl8= MIME-Version: 1.0 Received: by 10.229.88.147 with SMTP id a19mr2474455qcm.1.1274994252555; Thu, 27 May 2010 14:04:12 -0700 (PDT) Received: by 10.229.190.83 with HTTP; Thu, 27 May 2010 14:04:12 -0700 (PDT) Date: Thu, 27 May 2010 14:04:12 -0700 Message-ID: From: Garrett Cooper To: fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: gpart - how to point to the other disk? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2010 21:31:59 -0000 Hi FS folks, I'm currently looking at switching over bits of our existing infrastructure from boot0cfg / fdisk to gpart, and one of the things that not 100% clear is -- how do I get one disk to point to the other one? I can do this today with boot0cfg [...] -s 5, but AFAICT gpart bootcode should supersede this usage (or am I incorrect?). Thanks, -Garrett PS Please CC me on all messages as I'm not subscribed to fs@.