linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] fdisk and the LVM partition.
@ 2001-01-19  9:34 Tom Dawes-Gamble
  2001-01-19 11:52 ` Heinz J. Mauelshagen
  2001-01-24  7:13 ` Benoit SERRA
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Dawes-Gamble @ 2001-01-19  9:34 UTC (permalink / raw)
  To: linux-lvm

Hi,

	Is anyone actively pursuing getting the LVM partition ID
"Registered"?

	  I got a little tee-d off with the LVM partition showing 
'Unknown' so I fixed my fdisk with this patch to i386_sys_types.c

*** i386_sys_types.c    Fri Jan 19 09:30:07 2001
--- i386_sys_types.c.new        Fri Jan 19 09:29:52 2001
***************
*** 58,63 ****
--- 58,64 ----
        {0x85, N_("Linux extended")},
        {0x86, N_("NTFS volume set")},
        {0x87, N_("NTFS volume set")},
+       {0x8e, N_("LVM Physical volume")}, /* LVM http://www.sistina.com/lvm/ */
        {0x93, N_("Amoeba")},
        {0x94, N_("Amoeba BBT")},       /* (bad block table) */
        {0xa0, N_("IBM Thinkpad hibernation")},     



	So now my fdisk knows about LVM partitions.

	While checking that fdisk still worked correctly I was reminded
the we used to use Partition type 'fe' but I guess that got stolen by LANstep. 

	I changed the type of my 'fe' to '8e' and rebooted no problems.
Though I guess I can't go back to my old and I mean "really" old kernel.  :-)

	
Regards,
Tom.

-- 
char  *r,*e,*w="%.9s%.7s%.7s\n";extern int printf(const char*,...);int main(){
int l=*w,a,b,th=*(w-~(l/=l))-*(w+l);b=*w+~th--;a=b-th;//Aviation Briefing Ltd.
r=e="  DISPLAY'tmdg@avbr';,,;'ief.com'*>"+b;l+=~b,th-=printf(w,e-a,th+e,r);
r=e="  DISPLAY'http://www.avbrief.com/' *>"-~b,exit(~l-printf(w,e+~a,th+e,r));}

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] fdisk and the LVM partition.
  2001-01-19  9:34 [linux-lvm] fdisk and the LVM partition Tom Dawes-Gamble
@ 2001-01-19 11:52 ` Heinz J. Mauelshagen
  2001-01-19 12:12   ` Patrick Boutilier
  2001-01-24  1:13   ` Brett G. Person
  2001-01-24  7:13 ` Benoit SERRA
  1 sibling, 2 replies; 5+ messages in thread
From: Heinz J. Mauelshagen @ 2001-01-19 11:52 UTC (permalink / raw)
  To: linux-lvm

I registered 0x8E a long time ago.
Obviously nobody (including me ;-) took care of extending fdisk.
Could you go for it, please?

On Fri, Jan 19, 2001 at 09:34:18AM +0000, Tom Dawes-Gamble wrote:
> Hi,
> 
> 	Is anyone actively pursuing getting the LVM partition ID
> "Registered"?
> 
> 	  I got a little tee-d off with the LVM partition showing 
> 'Unknown' so I fixed my fdisk with this patch to i386_sys_types.c
> 
> *** i386_sys_types.c    Fri Jan 19 09:30:07 2001
> --- i386_sys_types.c.new        Fri Jan 19 09:29:52 2001
> ***************
> *** 58,63 ****
> --- 58,64 ----
>         {0x85, N_("Linux extended")},
>         {0x86, N_("NTFS volume set")},
>         {0x87, N_("NTFS volume set")},
> +       {0x8e, N_("LVM Physical volume")}, /* LVM http://www.sistina.com/lvm/ */
>         {0x93, N_("Amoeba")},
>         {0x94, N_("Amoeba BBT")},       /* (bad block table) */
>         {0xa0, N_("IBM Thinkpad hibernation")},     
> 
> 
> 
> 	So now my fdisk knows about LVM partitions.
> 
> 	While checking that fdisk still worked correctly I was reminded
> the we used to use Partition type 'fe' but I guess that got stolen by LANstep. 
> 
> 	I changed the type of my 'fe' to '8e' and rebooted no problems.
> Though I guess I can't go back to my old and I mean "really" old kernel.  :-)
> 
> 	
> Regards,
> Tom.
> 
> -- 
> char  *r,*e,*w="%.9s%.7s%.7s\n";extern int printf(const char*,...);int main(){
> int l=*w,a,b,th=*(w-~(l/=l))-*(w+l);b=*w+~th--;a=b-th;//Aviation Briefing Ltd.
> r=e="  DISPLAY'tmdg@avbr';,,;'ief.com'*>"+b;l+=~b,th-=printf(w,e-a,th+e,r);
> r=e="  DISPLAY'http://www.avbrief.com/' *>"-~b,exit(~l-printf(w,e+~a,th+e,r));}
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@sistina.com
> http://lists.sistina.com/mailman/listinfo/linux-lvm

-- 

Regards,
Heinz    -- The LVM Guy --

*** Software bugs are stupid.
    Nevertheless it needs not so stupid people to solve them ***

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Heinz Mauelshagen                                 Sistina Software Inc.
Senior Consultant/Developer                       Am Sonnenhang 11
                                                  56242 Marienrachdorf
                                                  Germany
Mauelshagen@Sistina.com                           +49 2626 141200
                                                       FAX 924446
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] fdisk and the LVM partition.
  2001-01-19 11:52 ` Heinz J. Mauelshagen
@ 2001-01-19 12:12   ` Patrick Boutilier
  2001-01-24  1:13   ` Brett G. Person
  1 sibling, 0 replies; 5+ messages in thread
From: Patrick Boutilier @ 2001-01-19 12:12 UTC (permalink / raw)
  To: linux-lvm

fdisk v2.10m has partiton type 0x8e but fdisk v2.10f doesn't so I am not sure when it
was implemented.



"Heinz J. Mauelshagen" wrote:

> I registered 0x8E a long time ago.
> Obviously nobody (including me ;-) took care of extending fdisk.
> Could you go for it, please?
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] fdisk and the LVM partition.
  2001-01-19 11:52 ` Heinz J. Mauelshagen
  2001-01-19 12:12   ` Patrick Boutilier
@ 2001-01-24  1:13   ` Brett G. Person
  1 sibling, 0 replies; 5+ messages in thread
From: Brett G. Person @ 2001-01-24  1:13 UTC (permalink / raw)
  To: linux-lvm

I've been playing with LVM recently and I'm pretty sure that my RH 7.0
fdisk sees the partitions as Linux LVM.  Just checked and , in fact, it
does. 


Brett G. Person
415-358-2656
bperson@penguincomputing.com

Penguin Computing - The World's Most Reliable Linux Systems

On Fri, 19 Jan 2001, Heinz J. Mauelshagen wrote:

> 
> I registered 0x8E a long time ago.
> Obviously nobody (including me ;-) took care of extending fdisk.
> Could you go for it, please?
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] fdisk and the LVM partition.
  2001-01-19  9:34 [linux-lvm] fdisk and the LVM partition Tom Dawes-Gamble
  2001-01-19 11:52 ` Heinz J. Mauelshagen
@ 2001-01-24  7:13 ` Benoit SERRA
  1 sibling, 0 replies; 5+ messages in thread
From: Benoit SERRA @ 2001-01-24  7:13 UTC (permalink / raw)
  To: linux-lvm

I'm not sure but I think that Mandrake 7.2 reconize 0x8E partitions as
Linux LVM

Tom Dawes-Gamble wrote:
> 
> Hi,
> 
>         Is anyone actively pursuing getting the LVM partition ID
> "Registered"?
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-01-24  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-19  9:34 [linux-lvm] fdisk and the LVM partition Tom Dawes-Gamble
2001-01-19 11:52 ` Heinz J. Mauelshagen
2001-01-19 12:12   ` Patrick Boutilier
2001-01-24  1:13   ` Brett G. Person
2001-01-24  7:13 ` Benoit SERRA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).