Re: A replacement for GEOM_LABEL's gpt/gptid

2011-08-17 Thread Andrey V. Elsukov
On 18.08.2011 4:08, Nathan Whitehorn wrote: What it contains: * gpt/gptid support removed from GEOM_LABEL class; * new GEOM_ALIAS class added. This class has two public functions: void g_alias_create(struct g_provider *pp, const char *name); void g_alias_spoil(struct g_provider *pp); * first two

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-08-17 Thread Nathan Whitehorn
On 04/29/11 11:55, Andrey V. Elsukov wrote: On 27.04.2011 11:37, Andrey V. Elsukov wrote: I wrote a small extension for the GEOM_PART class. It adds an ability to GEOM_PART class to create partition labels for schemes which are support them. Hi All, i got several successful reports from users,

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-05-03 Thread Marius NĂ¼nnerich
Hi Andrey, just want to say you don't have to wait for me anymore. Just can't find the time to analyze your aproach. Thanks for your work on this. 2011/5/3 Andriy Gapon : > on 29/04/2011 19:55 Andrey V. Elsukov said the following: >> On 27.04.2011 11:37, Andrey V. Elsukov wrote: I wrote a sm

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-05-03 Thread Andriy Gapon
on 29/04/2011 19:55 Andrey V. Elsukov said the following: > On 27.04.2011 11:37, Andrey V. Elsukov wrote: >>> I wrote a small extension for the GEOM_PART class. It adds an ability >>> to GEOM_PART class to create partition labels for schemes which are >>> support them. > > Hi All, > > i got sever

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-04-29 Thread Andrey V. Elsukov
On 27.04.2011 11:37, Andrey V. Elsukov wrote: >> I wrote a small extension for the GEOM_PART class. It adds an ability >> to GEOM_PART class to create partition labels for schemes which are >> support them. Hi All, i got several successful reports from users, but now i decided to make this functi

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-04-28 Thread Jason J. Hellenthal
Andrey, Great work, thank you. I have a little destraught about this over the years since its inception with having just a label class for itself. Now that this has all be properly tested it seems like a good idea to me to split them up into their respective sections as you have done. Now with t

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-04-27 Thread Nathan Whitehorn
On 04/27/11 02:37, Andrey V. Elsukov wrote: On 25.04.2011 14:38, Andrey V. Elsukov wrote: I wrote a small extension for the GEOM_PART class. It adds an ability to GEOM_PART class to create partition labels for schemes which are support them. Currently we have GEOM_LABEL class which does similar

Re: A replacement for GEOM_LABEL's gpt/gptid

2011-04-27 Thread Andrey V. Elsukov
On 25.04.2011 14:38, Andrey V. Elsukov wrote: > I wrote a small extension for the GEOM_PART class. It adds an ability > to GEOM_PART class to create partition labels for schemes which are > support them. > > Currently we have GEOM_LABEL class which does similar functions, > but it has problems in