From owner-freebsd-questions@FreeBSD.ORG Sat Dec 6 12:43:36 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 476261AD for ; Sat, 6 Dec 2014 12:43:36 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4BEAD13 for ; Sat, 6 Dec 2014 12:43:35 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so1021959wiv.12 for ; Sat, 06 Dec 2014 04:43:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=X0UTt320/AF/6VH0D1CMnEwMvsFH/TH6vhLWa91JhHM=; b=VQZtdEwww89Glx+HOesI19wn91D96RnuBzY769v5fJzgrM7yZdwY+fpORGvc8iEieI gHG2XKulO6cVpy80hXMN3o5vvv4NgP1mOiEqvfW0bGPOqR4BI73e02nEOEi05oHNsWac 72Hz3oQRy+C+KZfBXl0uoN9mCVvr7M5Mpb0ZpUANyIqbgTjPzjTLpx2fmuF6vkTy6uKK W6CmLKsfC8KsaIRV0whluuldc1d0Ba/H5gsreaJPVs8Fpz7vfmj1SD0a3hgW/gMjBfUr FI3iWhKqbbjBrRMscgwKhTeW1wqyXhrtp1Nkljo44gZK9wq4w0MjfbKAUvscyY89o+4R jwZA== X-Received: by 10.180.95.37 with SMTP id dh5mr11292528wib.64.1417869814151; Sat, 06 Dec 2014 04:43:34 -0800 (PST) Received: from gumby.homeunix.com (bcdc819a.skybroadband.com. [188.220.129.154]) by mx.google.com with ESMTPSA id cz3sm48575423wjb.23.2014.12.06.04.43.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 06 Dec 2014 04:43:33 -0800 (PST) Date: Sat, 6 Dec 2014 12:43:31 +0000 From: RW To: freebsd-questions@freebsd.org Subject: Re: Mounting swap without device name Message-ID: <20141206124331.34877371@gumby.homeunix.com> In-Reply-To: References: <20141206010235.331c3212.freebsd@edvax.de> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2014 12:43:36 -0000 On Sat, 06 Dec 2014 12:48:24 +0100 Christian Baer wrote: > Afer reading your post I tried this: > > glabel label -v swap /dev/ada0s3b > > The answer I got was "done". However, there is no new device under > /dev/label/ It wont show up if the the partition is in use. Try a swapoff -a, or remove the existing fstab swap entry and reboot.