Re: [parted-devel] [PATCH] libparted/dasd: Fix printing flags 'raid' and 'lvm'

2017-05-22 Thread Arvin Schnell
he RAID metadata is at the end of the underlying devices while the beginning of the underlying devices match the RAID device. So if you have a filesystem on the RAID device parted will not show the RAID flag of the partition. Thus I also suggest to remove the check entirely. ciao Arvin -- Arvin Schne

[parted-devel] Unknown partition types on GPT

2016-12-02 Thread Arvin Schnell
odel: Maxtor 6 Y080L0 (scsi) Disk /dev/sdb: 82.0GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: Number Start End SizeFile system Name Flags 1 1049kB 8197MB 8196MB -- Arvin Schnell, <aschn...@suse.com> Senior Software Engineer, Research &a

Re: [parted-devel] [PATCH] set swap flag on GPT partitions

2016-12-02 Thread Arvin Schnell
low.;-) > > > On 12/1/2016 7:28 PM, Arvin Schnell wrote: > > gpt_part_data->boot > > + = gpt_part_data->swap > > + = gpt_part_data->raid > > + = gpt_part_data->bios_grub > > +

[parted-devel] [PATCH] set swap flag on GPT partitions

2016-12-01 Thread Arvin Schnell
uot; are independent, any combination is possible. Feedback is welcome. ciao Arvin -- Arvin Schnell, <aschn...@suse.com> Senior Software Engineer, Research & Development SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 904

Re: [parted-devel] [PATCH] optionally delay commit in parted until requested

2016-03-22 Thread Arvin Schnell
Hi Brian, here is a updated version of my patch including your suggestions. ciao Arvin -- Arvin Schnell, <aschn...@suse.com> Senior Software Engineer, Research & Development SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstra

[parted-devel] [PATCH] optionally delay commit in parted until requested

2016-03-18 Thread Arvin Schnell
-- Arvin Schnell, <aschn...@suse.com> Senior Software Engineer, Research & Development SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany diff --git a/doc/C/parted.8 b/doc/C/parted.8 index 5304375..fda2

Re: [parted-devel] Resizing/moving partition with parted-3.0

2011-06-10 Thread Arvin Schnell
On Thu, Jun 09, 2011 at 11:09:01PM +0200, Jim Meyering wrote: Arvin Schnell wrote: On Wed, Jun 08, 2011 at 03:00:45PM +0200, Petr Uzel wrote: At least libstorage, around which SUSE's partitioner is built, depends on 'parted resize' functionality. Clearly the FS-resizing will need

[parted-devel] Machine Parseable Output and Sectors

2010-10-13 Thread Arvin Schnell
Hi, shouldn't parted print SEC; as the first line instead of BYT; when the selected unit is sectors? Regards, Arvin -- Arvin Schnell, aschn...@suse.de Senior Software Engineer, Research Development SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) diff --git a/gnulib b