[Maas-devel] curtin custom partitions
Newell Jensen
newell.jensen at canonical.com
Fri Aug 8 00:48:04 UTC 2014
Kyle,
Looks like me email updated me with your new email after I sent
mine...weird.
In any event, the default partition function that is called in that shell
script is pt_gpt, not pt_mbr. The reason there is a cap on pt_mbr is due
to the size limitation that MBR has:
"The organization of the partition table in the MBR limits the maximum
addressable storage space of a disk to 2 TB
<http://en.wikipedia.org/wiki/Tebibyte> (232 × 512 bytes)."
On Thu, Aug 7, 2014 at 5:34 PM, Kyle O'Donnell <kyleo at 0b10.mx> wrote:
> I *think* I found it:
>
> /usr/lib/curtin/helpers/common
>
> specifically the pt_mbr function:
>
> local start="2048" pt1size="" maxsize="4294967296"
>
> Which corresponds to the partition it creates:
> /dev/sda1 * 2048 4294967295 2147482624 83 Linux
>
>
> ----- Original Message -----
> From: "Kyle O'Donnell" <kyleo at 0b10.mx>
> To: "Newell Jensen" <newell.jensen at canonical.com>
> Cc: "maas-devel" <maas-devel at lists.launchpad.net>
> Sent: Thursday, August 7, 2014 7:22:02 PM
> Subject: Re: [Maas-devel] curtin custom partitions
>
>
>
> How does it determine its going to create a single 2TB root filesystem?
> What code can i change to do this?
> On Aug 7, 2014 7:17 PM, Newell Jensen <newell.jensen at canonical.com> wrote:
>
> Kyle,
>
> Currently there is no support for creating a custom partition table using
> the fastpath installer. This would be a nice feature.
>
> Newell
>
>
> On Thu, Aug 7, 2014 at 1:35 PM, Kyle O'Donnell < kyleo at 0b10.mx > wrote:
>
>
> Hi,
>
> I am trying to figure out how to create a custom partition table using the
> fastpath installer. Has anyone done this before?
>
> I have ~2.7TB of usable drive space, the default install creates one 2TB
> partition of root and nothing else. I'd like to be able to configure lvm,
> but I would settle for being able to set the root partition size.
>
> Thanks,
> Kyle
>
> --
> Mailing list: https://launchpad.net/~maas-devel
> Post to : maas-devel at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~maas-devel
> More help : https://help.launchpad.net/ListHelp
>
>
> --
> Mailing list: https://launchpad.net/~maas-devel
> Post to : maas-devel at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~maas-devel
> More help : https://help.launchpad.net/ListHelp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/maas-devel/attachments/20140807/865c2991/attachment.html>
More information about the Maas-devel
mailing list