From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8FD563B2A3 for ; Sun, 12 Jun 2016 04:07:00 -0400 (EDT) Received: by mail-wm0-x234.google.com with SMTP id n184so40311619wmn.1 for ; Sun, 12 Jun 2016 01:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=10k/0/S38twk4hYx+d9exxpN3WZ4VBfpvcTUOOG4yD8=; b=PywqbHWRL9x17Q19hr/72OCc3oH8gDBFboK4Pmz/4a5WSk5ZcXcy9eXN0gCH++O3VI W+KyOVcq1AJcQRxjwRQ5xbp2YRD1WuG8LqLWNkpT/cRN3MunjBTve0sfqNor+EdbFVDN 9rUdQIRfLmW/KLJsvxMvjYwaiQdwSCOvxqEKKeDDL+yW+JzvePEl1qULm3hiz1hRcIbF VXUetv7suVpOqUs25YHO6oSvy3/puWoJqwCsNgKaYIQywxyDXBV4TtyIy/72q6g+PPRB mtuzPZ+yByZSXvSiXLosk3jbmZM/fn5LfAvRQH+shLdA2XnzL8fmbjy47rTly8PS5zwv 2+dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=10k/0/S38twk4hYx+d9exxpN3WZ4VBfpvcTUOOG4yD8=; b=C2s4Lf2vkm06NElZkVGLKDM4NEnyxLDley5Z197gXy8w/6C9nihiyPHZlCgqaWIXzp Wj7qzD6nwIVdUx99968F9zMuO1ndjs8ulvcCiBnfvaIZZdXcv42BBOzbSJyIP5LSfqep fXzWnfdmIEaNGuUuWeDMfLo8t1aoARk6AhEkyZHXY4dHie6FpzQ7AcZXJYY5knxeyV9Y K/avGjl9Azs7etA3yd8CkjJGYHlZfO7YqmOOSYvH62dS/xRAlIoeRCF5WXaMKSoV9RGX HtxjtvmJ3l6fl/ydwMNXp03bT0HrcgkiZJLUQfspXCdSZDCg3ngDsug3Ob2WrElagTsk NAIw== X-Gm-Message-State: ALyK8tLvGDhYJNPzWC3YzhofjkkDdIo1I78lboII6PwlhowPYsAW1oxvIf0LJtqZNcfFDA== X-Received: by 10.28.105.216 with SMTP id z85mr6478646wmh.75.1465718819175; Sun, 12 Jun 2016 01:06:59 -0700 (PDT) Received: from localhost.localdomain (host-89-243-101-72.as13285.net. [89.243.101.72]) by smtp.googlemail.com with ESMTPSA id o76sm7961776wme.0.2016.06.12.01.06.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Jun 2016 01:06:58 -0700 (PDT) To: Dave Taht , "cerowrt-devel@lists.bufferbloat.net" , lede-dev@lists.infradead.org References: From: Alan Jenkins Message-ID: Date: Sun, 12 Jun 2016 09:06:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Cerowrt-devel] lede integration issues remaining from the detrius of cerowrt X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2016 08:07:00 -0000 On 11/06/16 18:44, Dave Taht wrote: > happy to see cake working today! thx all! > > In https://github.com/dtaht/ceropackages-3.10: > The principal problem with fdisk nowadays is that very large (> 2TB, I > think) devices are not supported by it, and require a GPT capable > tool. Is there a replacement in lede that handles GPT? If not - this > is an old gdisk port to openwrt that I used to use. > fdisk has support for creating GPT now (like all the other formats it can do). Available in util-linux versions used on the desktop. I just checked Chaos Calmer, it's there in the fdisk package.