search for: 204864

Displaying 6 results from an estimated 6 matches for "204864".

Did you mean: 20486
2015 Mar 17
4
[PATCH] New API: part_get_part_type for showing partition type
...ot;]; + ["part_add"; "/dev/sda"; "p"; "64"; "204799"]; + ["part_add"; "/dev/sda"; "e"; "204800"; "614400"]; + ["part_add"; "/dev/sda"; "l"; "204864"; "205988"]; + ["part_get_part_type"; "/dev/sda"; "5"]], "logical"), [] + ]; + + shortdesc = "get the partition type"; + longdesc = "\ +This could get the partition type, such as primary, logical, +on partition n...
2015 Mar 23
0
Re: [PATCH] New API: part_get_part_type for showing partition type
...["part_add"; "/dev/sda"; "p"; "64"; "204799"]; > + ["part_add"; "/dev/sda"; "e"; "204800"; "614400"]; > + ["part_add"; "/dev/sda"; "l"; "204864"; "205988"]; > + ["part_get_part_type"; "/dev/sda"; "5"]], "logical"), [] > + ]; > + > + shortdesc = "get the partition type"; > + longdesc = "\ > +This could get the partition type, such as pri...
2015 Mar 24
1
[PATCH 2/2] New API: part_get_part_type for showing partition type
...ot;]; + ["part_add"; "/dev/sda"; "p"; "64"; "204799"]; + ["part_add"; "/dev/sda"; "e"; "204800"; "614400"]; + ["part_add"; "/dev/sda"; "l"; "204864"; "205988"]; + ["part_get_part_type"; "/dev/sda"; "5"]], "logical"), [] + ]; + + shortdesc = "get the partition type"; + longdesc = "\ +This could get the partition type, such as primary, logical, +on partition n...
2015 Mar 24
2
Re: [PATCH] New API: part_get_part_type for showing partition type
...ot;part_add"; "/dev/sda"; "p"; "64"; "204799"]; > > + ["part_add"; "/dev/sda"; "e"; "204800"; "614400"]; > > + ["part_add"; "/dev/sda"; "l"; "204864"; "205988"]; > > + ["part_get_part_type"; "/dev/sda"; "5"]], "logical"), [] > > + ]; > > + > > + shortdesc = "get the partition type"; > > + longdesc = "\ > > +This could get t...
2015 Mar 24
4
[PATCH 0/2] New API: part_get_part_type
Chen Hanxiao (2): parted: introduce enum for whether parted has option -m New API: part_get_part_type for showing partition type daemon/parted.c | 136 ++++++++++++++++++++++++++++++++++++++++++++++----- generator/actions.ml | 18 +++++++ src/MAX_PROC_NR | 2 +- 3 files changed, 143 insertions(+), 13 deletions(-) -- 2.1.0
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.