From owner-freebsd-questions@FreeBSD.ORG Wed Jul 11 09:18:57 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57BEA106566B for ; Wed, 11 Jul 2012 09:18:57 +0000 (UTC) (envelope-from miles.kuo@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 14B678FC1B for ; Wed, 11 Jul 2012 09:18:57 +0000 (UTC) Received: by ghbz22 with SMTP id z22so1091020ghb.13 for ; Wed, 11 Jul 2012 02:18:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=wPbvgYnwjyVbA3qvAp5oDa+f8wDZIsG9whUt2Mr/qc8=; b=FzIeAbwHYnbOb2upW/6hTA/yJrhcB+HzponUtxCzhadjPTylZRC0Hk0Zu1ETuc1Puy YkESbkXAvAZoHpNqAMRcUrcIQj9o3HxAzgL5cniX8EJKbs4uuwKlcmvN9HK+aElPpNPe ipqP3JvyX3NOVuuiIY2L/q+E5r8jskU64Aei4m6whKeb2xUo6kmeD6h94/Bkuf8231qt LJ9DFM/5rG8DCq8PSlMXWx791FCYZqgXDn2eWzUxWLTH1d+F4VM0QmNu3/8EuyQ6Zq2d geJ25GICpIMwBIZjqx2PhXGRS+a9JZsBI0TmQ0R+U4kGxcBTzaz2qDIVm+pCrCmkvlke uoQA== MIME-Version: 1.0 Received: by 10.66.83.1 with SMTP id m1mr39371302pay.6.1341998336270; Wed, 11 Jul 2012 02:18:56 -0700 (PDT) Received: by 10.67.14.72 with HTTP; Wed, 11 Jul 2012 02:18:56 -0700 (PDT) Date: Wed, 11 Jul 2012 17:18:56 +0800 Message-ID: From: miles kuo To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to mirror the FreeBSD OS on two disks 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: Wed, 11 Jul 2012 09:18:57 -0000 Hi all, I have two SAS disks for the FreeBSD install. I want to install the freeBSD on one disk and mirror to another disk. Just like the AIX Mirror. Any changes will sync between the two disks. And if one disk crashed or disconnected, the OS could continue running on another disk. Does the FreeBSD support the disk mirror? How to implement it?