From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:45:34 2015 Return-Path: Delivered-To: freebsd-stable@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 93B2A3BC for ; Fri, 2 Jan 2015 21:45:34 +0000 (UTC) Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) (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 2570F66980 for ; Fri, 2 Jan 2015 21:45:33 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so5010294wes.15 for ; Fri, 02 Jan 2015 13:45:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zyTkNnLPyrXZvqHiY269ABy3ivI4o7+Zvu/Cv+QkYy8=; b=E2Dg3BPAjYxeZY17OYPCmV4F/Zdze8aey27VQ8yTDJi53CoiCV8PAmkU3hKgdVEdjN vXi1KExrmzw++QFkSE2ELrcaMqFV2gOZSguNAkfOuT+m2aPTxXfwvt97nN+RNLrOW5Qt QT90BUqxRZo4/CnLfPzDX9rdtXyXYqIX+zPpwiMih71iDQHfKp5Su8TxsN4HHlL7umfv 7HqCutPqyHq8Nv5nA/T4yeAo+HeaaNY4i2IFpdoiCDD6Ol+EduFXRdwDr2F9e23zJdNk VszFhYIgz5r2vk6NOfW3tDmxBBx5KL4Kb+x7eVEbtzEn8a9nAEOQsBqSlf0qSOCnOn/j IqBg== X-Gm-Message-State: ALoCoQkuNEC97f//4OaRJ6Rv/NZlOp7O9+D7MWOHjU7f0q/iz/dTIjfuP6rrjQ8VfXKoGAaIxcLK X-Received: by 10.194.108.202 with SMTP id hm10mr157501546wjb.72.1420235126315; Fri, 02 Jan 2015 13:45:26 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id x6sm32234318wjf.24.2015.01.02.13.45.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jan 2015 13:45:25 -0800 (PST) Message-ID: <54A7116E.5070704@multiplay.co.uk> Date: Fri, 02 Jan 2015 21:45:18 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: I need some swap partion help on new 10.1 install References: <20150102210855.GE867@rancor.immure.com> In-Reply-To: <20150102210855.GE867@rancor.immure.com> 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: Fri, 02 Jan 2015 21:45:34 -0000 It did you just have disk idents enabled, which IMO are a PITA. Add this to /boot/loader.conf and you'll see the normal device names again. kern.geom.label.disk_ident.enable="0" If you also don't want gpt's or gptid's you can also add: kern.geom.label.gpt.enable="0" kern.geom.label.gptid.enable="0" Regards Steve On 02/01/2015 21:08, Bob Willcox wrote: > I just installed 10.1-release on a Samaung EVO 250 SSD using the guided ZFS > install steps. Unfortunately, the swap device (it partition does exist on the > drive) isn't being created: > > # cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ada0p2 none swap sw 0 0 > > # ls -l /dev/ada0* > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > # swapinfo > Device 1K-blocks Used Avail Capacity > > # gpart list > Geom name: diskid/DISK-S21NNSAFC51114F > modified: false > state: OK > fwheads: 16 > fwsectors: 63 > last: 488397134 > first: 34 > entries: 128 > scheme: GPT > Providers: > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > Mediasize: 524288 (512K) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 17408 > Mode: r0w0e0 > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > label: gptboot0 > length: 524288 > offset: 17408 > type: freebsd-boot > index: 1 > end: 1057 > start: 34 > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > Mediasize: 8589934592 (8.0G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r0w0e0 > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > label: swap0 > length: 8589934592 > offset: 541696 > type: freebsd-swap > index: 2 > end: 16778273 > start: 1058 > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > Mediasize: 241468856832 (225G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r1w1e1 > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > label: zfs0 > length: 241468856832 > offset: 8590476288 > type: freebsd-zfs > index: 3 > end: 488397134 > start: 16778274 > Consumers: > 1. Name: diskid/DISK-S21NNSAFC51114F > Mediasize: 250059350016 (233G) > Sectorsize: 512 > Mode: r1w1e2 > > So, what did I miss? Why isn't the /dev/ada0p2 device getting created? > > Thanks for any help! > > Bob >