From owner-freebsd-stable@FreeBSD.ORG Mon Dec 15 16:50:43 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 13A68AD5 for ; Mon, 15 Dec 2014 16:50:43 +0000 (UTC) Received: from mail-qa0-x22c.google.com (mail-qa0-x22c.google.com [IPv6:2607:f8b0:400d:c00::22c]) (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 C605079C for ; Mon, 15 Dec 2014 16:50:42 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id j7so947033qaq.3 for ; Mon, 15 Dec 2014 08:50:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=L6wwWqfTdU8H5MBmHtx9SKsIHoXh+trr+qK+qBfGOkA=; b=F9WEb7zgTayaerfepJCGRsVFWCcaCVuZ0xvsrX/BBi0/YGMEAOnr8zqSsU4FpDHiS2 mI8UhLe5cQGMBtj+6U41iC6lh3EC6o+oCutXzEBTvXmpkeDWfHFsJAn6lZ9DMuuA9BCE fpnVCOYFgz20HXY1ect4ruXclm+ZcvrIO0YwX9d9+LN2vIQ65IOjAQpSKlpUkcot/Qbi Cmr2LKNeKHRM0T++neyZbNzPLewt6bhxdGk5aDNwVF2C6YeIt2bS3Xh1027AWte5D2dG Zp4if8zz+yjY3e1QbdXfg+ILAHR7BO23hGOZSt2N2TDnNhjTQNcXRFUsfAmudD9TYzbR 9Hbg== X-Received: by 10.224.54.203 with SMTP id r11mr57647002qag.62.1418662241772; Mon, 15 Dec 2014 08:50:41 -0800 (PST) Received: from [192.168.0.102] ([181.47.206.199]) by mx.google.com with ESMTPSA id l10sm10990631qas.25.2014.12.15.08.50.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Dec 2014 08:50:41 -0800 (PST) Message-ID: <548F115D.3080609@gmail.com> Date: Mon, 15 Dec 2014 13:50:37 -0300 From: Net Warrior User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Mounting swap partition References: <548F071D.2000700@multiplay.co.uk> In-Reply-To: <548F071D.2000700@multiplay.co.uk> Content-Type: text/plain; charset=windows-1252; 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 16:50:43 -0000 Hi Steve After disabling gpt and gptid at boot the swap is back root@:~ # swapinfo Device 1K-blocks Used Avail Capacity /dev/ada0p2 2097152 0 2097152 0% Thank you very much. On 12/15/2014 01:06 PM, Steven Hartland wrote: > Is your disk attached to ada0? > > You can check this with camcontrol e.g. > camcontrol devlist > camcontrol identify > > Personally I find diskid's more of a hindrance than a help so I > disable them in /boot/loader.conf with: > kern.geom.label.disk_ident.enable="0" > > For reference the same can be done for gpt and gptid, however gptid > are more useful: > kern.geom.label.gpt.enable="0" > kern.geom.label.gptid.enable="0" > > If your using 9.x I would also recommend moving to 10.1, lots of good > things in this. > > Regards > Steve > > On 15/12/2014 15:34, Net Warrior wrote: >> Hi there guys >> It's beeen a long time since I do not use FreeBSD, sice 9-RELEASE, now I >> back on the road and I found lots of cools stuff and thing which I'm >> trying >> to assimilate, now I have a simple problem which I cannot solve, cannot >> activate swap partition, can you lend me a hand with this? >> >> root@:~ # gpart show >> => 34 83886013 diskid/DISK-VB7030ac45-d4933b52 GPT (40G) >> 34 1024 1 freebsd-boot >> (512K) >> 1058 4194304 2 freebsd-swap >> (2.0G) >> 4195362 79690685 3 freebsd-zfs >> (38G) >> >> >> root@:~ # swapinfo >> Device 1K-blocks Used Avail Capacity >> >> root@:~ # swapon -a >> swapon: /dev/ada0p2: No such file or directory >> >> Best regards >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"