From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 22:57:38 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0DAABFB for ; Mon, 15 Dec 2014 22:57:38 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AE768DD for ; Mon, 15 Dec 2014 22:57:38 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 68CD928423 for ; Mon, 15 Dec 2014 23:49:47 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id B081328422 for ; Mon, 15 Dec 2014 23:49:46 +0100 (CET) Message-ID: <548F658A.7030306@quip.cz> Date: Mon, 15 Dec 2014 23:49:46 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 MIME-Version: 1.0 To: FreeBSD-STABLE Mailing List Subject: Re: Mounting swap partition References: <548F071D.2000700@multiplay.co.uk> <548F115D.3080609@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 22:57:38 -0000 Kevin Oberman wrote on 12/15/2014 23:11: > While this works, I find it best to leave gpt in place and then use gpart > to label all partitions (except swap which does not support it) and use > glabel to label swap. > Now everything is named and there should never be any confusion. Best ... and you can never attach another disk with the same labels (same naming scheme, probably your disk from another computer for recovery). Miroslav Lachman