From owner-freebsd-questions@freebsd.org Mon Mar 19 06:14:09 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 227DBF53D94 for ; Mon, 19 Mar 2018 06:14:09 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A44157CC6A for ; Mon, 19 Mar 2018 06:14:08 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2a01:5c0:14:c351:21b:21ff:fe7b:3468]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 939C110BE0B1 for ; Mon, 19 Mar 2018 07:14:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1521440046; bh=y91ee6L9cs5EJ17G+OK5csizBonXgyXtFtIdl64xMIc=; h=Subject:To:References:From:Date:In-Reply-To; b=eUBWtE1tA627uluZYoPPmQ5MOlDL0TbRqyaB0QKr9nksn28maeXjGMdfQWmL6/SUO MtAxHKJc5yZ0H36s1qgRK8Cg8hYibjPnk7Y3iw8aU+dJnzGgl52NprucHK9k4MjlGu i5+YzsW+NLKX5PyzgxpNjyh92oEw6BC/aSytJNVI= Received: from matthias-fechners-macbook.local (179-139-067-156.ip-addr.inexio.net [156.67.139.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id E3BEE146050B for ; Mon, 19 Mar 2018 07:14:03 +0100 (CET) Subject: Re: Solved. Re: Dualboot and ZFS To: freebsd-questions@freebsd.org References: <20180115125241.GB60956@admin.sibptus.transneft.ru> <20180115144747.GA65526@admin.sibptus.transneft.ru> <20180115151526.GA66342@admin.sibptus.transneft.ru> <20180116034929.GB89443@admin.sibptus.transneft.ru> <20180131082738.GA46395@admin.sibptus.transneft.ru> <547e65d16ef16667f61d88463ca73079@roundcube.fjl.org.uk> <20180319025914.GA57490@admin.sibptus.transneft.ru> From: Matthias Fechner Message-ID: Date: Mon, 19 Mar 2018 07:14:02 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180319025914.GA57490@admin.sibptus.transneft.ru> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 06:14:09 -0000 Am 19.03.18 um 03:59 schrieb Victor Sudakov: > partition() { > gpart create -s mbr ${DISK} is there a special reason why you use mbr instead of gpt? Gruß, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook