On Fri, Jul 01, 2005 at 05:39:56PM -0500, Michael Reed wrote: > > Your fix is an improvement. I tried a length of -11 in creating the > partition and it worked. I tried -1, again, and it still fails. Off-by-one error. Fixed. Please also note that -0 is not valid because sectors start to count from 0.
> In the course of this testing I noticed that prefixing '=' to a sector number > results in an invalid number. Is this another UI change? :) Yes, it is. '=' is no longer a valid modifier. > If so, how do I create a partition at exactly the start/end that I want? Use unit 'sector'. Locations get more exact as units get smaller. Leslie -- PGP-KID: 0x52D70289
pgpxg0mtN3QCy.pgp
Description: PGP signature
_______________________________________________ Bug-parted mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-parted
