From owner-freebsd-current@FreeBSD.ORG Sun Oct 9 11:03:49 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F32831065670 for ; Sun, 9 Oct 2011 11:03:49 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2A38FC08 for ; Sun, 9 Oct 2011 11:03:49 +0000 (UTC) Received: by wyj26 with SMTP id 26so7459074wyj.13 for ; Sun, 09 Oct 2011 04:03:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wq6AwwaeTP4QZ/xixQQvXdOCJd/Gp3MEWFen4T1irb4=; b=lfwzZLEUXp3AvxNeMSWhnVcPD4LXVnhmfoHipTHAryL2Iifq0RdJV05+Oo3scwO3Xp 9QyDG0EqqgRWJUJ7MPXhskUlRRNUXj5eScm39Hgnoed29rUeYkFt9d+NswmhDbNvmwEf qhxMl7pd7bwkRcBB4CCAwg4RMx0W/1Vxq5sGo= MIME-Version: 1.0 Received: by 10.216.230.167 with SMTP id j39mr4748335weq.31.1318158228732; Sun, 09 Oct 2011 04:03:48 -0700 (PDT) Received: by 10.216.36.18 with HTTP; Sun, 9 Oct 2011 04:03:48 -0700 (PDT) In-Reply-To: <20111009092422.416011065670@hub.freebsd.org> References: <20111009092422.416011065670@hub.freebsd.org> Date: Sun, 9 Oct 2011 21:33:48 +1030 Message-ID: From: Matt Thyer To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: Memstick image differences between 8.x and 9.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2011 11:03:50 -0000 On 9 October 2011 19:54, Thomas Mueller wrote: > One issue that has not come up on the emailing list is that dd, designed to > work with memsticks of various capacities, can not make the backup gpt at > the end of the memstick. > > Partition is just big enough to hold the data, and I ran out of inodes at > times due to the installer writing to /tmp on the memstick. > > Maybe a script to put a backup GPT at the end on the memstick, and make the > second partition fill the space available so as not to be too tightly > squeezed? > A script is a kludge. As we have no need for larger than 2TiB install images we should use the POLA and continue to support dd writing our memstick images which means don't use GPT for them.