From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 00:49:10 2010 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 4C188106566C for ; Sat, 30 Oct 2010 00:49:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id CE8338FC0C for ; Sat, 30 Oct 2010 00:49:09 +0000 (UTC) Received: by fxm17 with SMTP id 17so3743121fxm.13 for ; Fri, 29 Oct 2010 17:49:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=fyC2MV3r/uI3diPkVa8bgY3tRVmy1q86V1s4hvyPq3w=; b=Esv9jADXBXncT8P4d/m898O+0CcIgjWvusJbwhxATnbJBhK23I7T0Ab2Pl7F68IZRF +ZHPhDDluaJovA4F82ETtf6e/irH+Tn9H7L0uD7l25IbYGSdOlvrRdBAP9b2NnC02zxI q+pd1juJw8ArFlK8QTjvniJHpUxMaGhcqPDwY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=W0eKGvjwv6Wmd3VcnREkKWgfnCfW9DCzef1kcpcKrmwLl5eKWeLIJLsVCG5NwCGROa 06BuQXtosir8lar/nJP4GpXdFOvK0hAb5poJG9AHkf2rV6uZSEDoMFFIGdBIndx79CFM k8K2LMO/S+TIrMpCUphGQ6EJeic1iQTEz73ns= MIME-Version: 1.0 Received: by 10.223.86.4 with SMTP id q4mr4474436fal.20.1288399747084; Fri, 29 Oct 2010 17:49:07 -0700 (PDT) Received: by 10.223.108.194 with HTTP; Fri, 29 Oct 2010 17:49:07 -0700 (PDT) In-Reply-To: References: Date: Fri, 29 Oct 2010 19:49:07 -0500 Message-ID: From: Adam Vande More To: Jerrin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Moving to RAID1 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: Sat, 30 Oct 2010 00:49:10 -0000 On Fri, Oct 29, 2010 at 3:35 PM, Jerrin wrote: > i have a freebsd(7.3) dedicated server with one hard disk.It have > partitions > for root and swap only.I want to setup RAID1 by adding one more hard disk.i > found in freebsd handbook about setting up RAID1 > http://www.freebsd.org/doc/handbook/geom-mirror.html .I only have remote > access to the server.Will i lose data by doing it? If you do it correct way you will not. It's possible if you make a mistake and do something like mirror the wrong way you would. > Anyways to make sure in > the procedure of setting up raid1 that i shouldn't have to go single user > mode or change something at the boot prompt when rebooting after this is > setup. > Again if you do it incorrectly you may need to resort to these procedures. However if you follow the handbook accurately you should be fine. -- Adam Vande More