On Mon, Nov 29, 2010 at 02:16:09PM +0100, Karel Zak wrote: > 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.
Lamont, are you fine with an NMU? This bug has been open for a long time and needs to be fixed for Squeeze soon. Cheers, Moritz -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org