On Thu, Nov 25, 2010 at 05:58:37PM +0100, Moritz Muehlenhoff wrote: > > --- util-linux-2.13.1.1.orig/fdisk/fdisksgilabel.c > > +++ util-linux-2.13.1.1/fdisk/fdisksgilabel.c > > @@ -501,6 +501,9 @@ > > } > > start = sgi_get_start_sector(Index[i]) > > + sgi_get_num_sectors(Index[i]); > > + /* Align free space on cylinder boundary */ > > + if (start % cylsize != 0) > > + start += cylsize - (start % cylsize); > > if (debug > 1) { > > if (verbose) > > printf("%2d:%12d\t%12d\t%12d\n", Index[i], > > Karel, > what do you think about the patch proposed by Aurelien?
Applied, thanks. Karel -- Karel Zak <k...@redhat.com> http://karelzak.blogspot.com -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org