From owner-freebsd-questions@FreeBSD.ORG Fri Sep 13 00:16:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DAFF7E5A for ; Fri, 13 Sep 2013 00:16:25 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BA3E22782 for ; Fri, 13 Sep 2013 00:16:25 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id bj1so1811976pad.28 for ; Thu, 12 Sep 2013 17:16:24 -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=uAY2iRBvcAYjiw2wtBr0NSgDUeJQAnR+HdXLPEuCJes=; b=kYiTpH9W0Eb3I4lvUydzwcRnO6/sL0uAaqQcE0PTrwTg5dhLIIIfYxCJbun1fr/HEy 37BVhlrTCsH5ftQmsxeQirWWWM3h/r5BztyG2GB15T6qGQ7c9Plt5KQKVwCcZzxdOLIm oUsBvsp3AwXWLmrW6bZsPIGpSHxt0SIAkIu2bb0gEakQZuQXEqMjDlCEPy80WwtgjpPC IoQ3ZEZvH+pPLiIaQcU1kpS1WLzg8bc2l9OGtjQNK0d2O36n1kmTlT13nK0eeiOwqJsV CCGexJaYAD3tksIakDSpLTXkz1xmPk1S5J7RrhPvWc7jtogGG5kRtDLLU4K8PAaRV/As ik8Q== MIME-Version: 1.0 X-Received: by 10.68.211.233 with SMTP id nf9mr10539581pbc.26.1379031384908; Thu, 12 Sep 2013 17:16:24 -0700 (PDT) Received: by 10.66.126.141 with HTTP; Thu, 12 Sep 2013 17:16:24 -0700 (PDT) Date: Thu, 12 Sep 2013 20:16:24 -0400 Message-ID: Subject: Geom Multipath From: Outback Dingo To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 00:16:25 -0000 does geom_multipath have some automatic type detection of mutipath drives? like in solaris? or is it all a manual process of labelling and such ??