From owner-freebsd-stable@FreeBSD.ORG Sun Jun 25 17:54:54 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BB316A406 for ; Sun, 25 Jun 2006 17:54:54 +0000 (UTC) (envelope-from V.Haisman@sh.cvut.cz) Received: from service.sh.cvut.cz (service.sh.cvut.cz [147.32.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30E5543D55 for ; Sun, 25 Jun 2006 17:54:41 +0000 (GMT) (envelope-from V.Haisman@sh.cvut.cz) Received: from localhost (localhost [127.0.0.1]) by service.sh.cvut.cz (Postfix) with ESMTP id E8B481A362C; Sun, 25 Jun 2006 19:54:39 +0200 (CEST) Received: from service.sh.cvut.cz ([127.0.0.1]) by localhost (service [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26836-02; Sun, 25 Jun 2006 19:54:35 +0200 (CEST) Received: from logout.sh.cvut.cz (logout.sh.cvut.cz [147.32.127.203]) by service.sh.cvut.cz (Postfix) with ESMTP id 18C6F1A3636; Sun, 25 Jun 2006 19:54:35 +0200 (CEST) Received: from [192.168.1.2] (localhost [127.0.0.1]) by logout.sh.cvut.cz (Postfix) with ESMTP id 878AA61C20; Sun, 25 Jun 2006 19:54:34 +0200 (CEST) Message-ID: <449ECDD1.8070407@sh.cvut.cz> Date: Sun, 25 Jun 2006 19:54:25 +0200 From: =?UTF-8?B?VsOhY2xhdiBIYWlzbWFu?= User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.94.0.0 OpenPGP: id=733031B4 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUnMzWJm5S+0864pn5r blp/hnW2up7X7uqftbNRVUrW1LGBdGfHwJqPi3ScoYtBQzhDxGEwAAAAB3RJTUUH1QoQDDgyQtx8 HQAAAkNJREFUeJzFU0toU0EUPYu66CpGdCUUmoUJkpUDQUoNBVEUrBJsq1Ki2EIKIUZ8mydBhYi0 wVUXJVCLCrFN4DIEQdxIqdBIFsMkWD9YJClCRGKjJaviynjfe8RPogtXPcObuXPOPXd+PHj+Aeyo QNmobGLXVeANGM+GsP0B2yqHHNVoCD2LwLglVGZx7yXSlADR0uZu9C4Bpy3hUxPvH/cuUw6UoPCL h64I8KAJuMpwRU8uUMJy0OIpHVeXmulZoCc/t0LlTbJLEY1EudPRcnVjgAP5Osdl4K5HVP4+2bAI okaUA0Iq6Q59+Zy2eMWN6EpFTsa3+uD1+JKj4TPHuYTSMaLScLAaqk94YJqG4ds30hojOVgYoNJc NTztNU2TBYbhu9Aafnq08ORja37da1NwBrN/b7NVEc+b8yecuYkp08vNvLYneVZRaSH1vS0UnfHm OUPzWaZufHPmCWSdWrfeGVQQKmcsO4If8pAdXJ/xF4QQAeOVY1AQQcfirwkLUWeWVTgi6vaGt2xe BGzBEIMQorru8RxgPqY1V6uxYnwVBRZEI1ytCm3dE8mC2DgcbzCJGHdBEVDKuWDSwsrSGoqzJmNt 2jJpNueIH0qS8/0JrDKnVBdvOzIsdVr4zaX9dn9xcLLKdCtQGfutVacLE9Ja+yfbDvO4aMWrklfK /JYv15C8Kw9S10kup5Bys0N1bLdcn4HvTl/Xlh6Fpllwj5/XpH9BUXn/ym0Dvv7Rt2MywojpYiSi i7Hsscaa19zZ//y/hR+BT/ns80nmJAAAAABJRU5ErkJggg== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig23AD6B8FBF47956C524D85D2" X-Virus-Scanned: by amavisd-new at sh.cvut.cz X-Spam-Status: No, hits=-5.9 tagged_above=-255.0 required=5.0 tests=ALL_TRUSTED, BAYES_00 X-Spam-Level: Subject: Setting up GEOM mirror X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 17:54:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig23AD6B8FBF47956C524D85D2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I want to set up GEOM mirror of whole existing partitioned 250G disk. The procedure described at seems to be rather long/complicated. I thought about using this: # Boot into single user, then... # First change fstab. cp -p /etc/fstab /etc/fstab.orig sed -e 's/dev\/ad0/dev\/mirror\/gm0/g' /etc/fstab # Then create the mirror. gmirror label -v -b split -s 2048 mymirror ad0 gmirror insert -h mymirror ad2 # Reboot into the new World order. shutdown -r now Will this work or is it wrong? I appreciate any comment to this. -- Vaclav Haisman --------------enig23AD6B8FBF47956C524D85D2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRJ7N2W56zbtzMDG0AQKkhgf+Ow3fu97JqZloMgQhpQnNuU2szt+/KXae P35S9glC4l3VL9lOceWhD4ZAhL4cbRixK/B9jOS7nXOX6uQaXiC1mLHDICNC8a8k u+EblYLsaVi/b8LeNI1AB3v1ze3EE4XrD39DvyM7v1BUIRt9PXAVM6lpy377Hlu2 BQn8F52Dj60BRkzEfkWEgqPmjXS42+zP7Ann9DWkYzMZ0eHUC5o9zBDRjK4q4Ur0 IJ9OkWQGfzIV6L92+BqVSIT1f9quV/sd9HzsKDmIPRmEUEvGiTr73+bn+tIxyCIj mamYTUuHxCltZk/TkjNUQj0QrsVQ0Wy6G/qL75kkl3hMy5JIpKd2eA== =n6CU -----END PGP SIGNATURE----- --------------enig23AD6B8FBF47956C524D85D2--