Re: [patch 2/2] util-linux: resizepart: Utility to resize a partition

2012-08-13 Thread Karel Zak
On Mon, Jul 09, 2012 at 05:34:20PM -0400, vgo...@redhat.com wrote: > A simple user space utility to resize an existing partition. It tries to read > the start of partiton from sysfs. Applied with some changes -- will be in the next release util-linux 2.22-rc2 Thanks! Karel -- Karel Zak

Re: [patch 2/2] util-linux: resizepart: Utility to resize a partition

2012-08-13 Thread Karel Zak
On Mon, Jul 09, 2012 at 05:34:20PM -0400, vgo...@redhat.com wrote: A simple user space utility to resize an existing partition. It tries to read the start of partiton from sysfs. Applied with some changes -- will be in the next release util-linux 2.22-rc2 Thanks! Karel -- Karel Zak

[patch 2/2] util-linux: resizepart: Utility to resize a partition

2012-07-09 Thread vgoyal
A simple user space utility to resize an existing partition. It tries to read the start of partiton from sysfs. This is a real quick dirty patch I used for my testing. I am sure there are better and faster ways of getting to partition "start" from device and partition number. Signed-off-by:

[patch 2/2] util-linux: resizepart: Utility to resize a partition

2012-07-09 Thread vgoyal
A simple user space utility to resize an existing partition. It tries to read the start of partiton from sysfs. This is a real quick dirty patch I used for my testing. I am sure there are better and faster ways of getting to partition start from device and partition number. Signed-off-by: Vivek