Re: GEOM: gpt partitions on a gmirror array possible?

From: Marcel Moolenaar (marcel_at_xcllnt.net)
Date: 11/29/04

  • Next message: Peter Jeremy: "Re: ssh & select() problem on 5.3"
    Date: Mon, 29 Nov 2004 10:35:11 -0800
    To: Pawel Jakub Dawidek <pjd@FreeBSD.org>
    
    

    On Mon, Nov 29, 2004 at 02:38:25PM +0100, Pawel Jakub Dawidek wrote:
    >
    > It is because GEOM_GPT class only allow to create GPT labels on rank#1
    > providers (i.e. disks). I'm not sure why we have this hack, maybe marcel@
    > knows something more (cc'ed).

    It's there, because it was there for the MBR class when I used that
    class as a blueprint for implementing GPT support. Since GPT is not
    allowed within an MBR slice, or within a GPT partition (no nesting),
    not to mention all the non-native partitioning schemes that GEOM
    supports, that test made sure we only tasted GPT partitions on the
    one kind of providers that existed besides slicers: disks.

    I guess a change like geom_mbr.c:1.57 is in order, or a more to-the-
    point test for rejecting GPT on MBR or GPT on GPT.

    FYI,

    -- 
     Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Peter Jeremy: "Re: ssh & select() problem on 5.3"

    Relevant Pages

    • Re: GEOM: gpt partitions on a gmirror array possible?
      ... > class as a blueprint for implementing GPT support. ... > allowed within an MBR slice, or within a GPT partition, ... > one kind of providers that existed besides slicers: disks. ...
      (freebsd-current)
    • Re: Dell Perc 6 disk geometry problem with RAID5 (both 6.3 final and 7.0 RC1)
      ... to partition disks) have problems with volumes larger than 2TB. ... best solved with having a separate - smaller - boot volume where the OS ... You must use gpt and not fdisk on any disk, be it a single drive or a virtual disk on a RAID setup that are bigger than 2TB. ...
      (freebsd-stable)
    • RE: GPT Protective Partition - cannot assign drive letter or access it
      ... With Windows Server 2003 SP1, x86 also supports GPT disks. ... I have been using one of the hard drives to ...
      (microsoft.public.windows.server.general)
    • Re: 2.4TB disk - MBR and GPT coexist?
      ... If I split two disks off to make a RAID-1 boot device, I'll lose 1TB of usable storage. ... Since we're going to be stuck with old BIOSes for a long time after 2TB is a cheap disk drive at, is anyone considering doing the work to make GPT co-exist with an MBR block? ... You boot from the MBR partition, and then load the GPT module and access the remaining data after that... ...
      (freebsd-stable)
    • RE: GPT Protected Partition?
      ... Hello Joe, ... Support for GPT disks was added in SP1, ... any changes you to those disks you do need to be running SP1. ...
      (microsoft.public.windows.server.general)