return -1;
fprintf(stderr,
- _("Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel\n"));
+ _("Device does not contain a recognized partition table\n"));
#ifdef __sparc__
create_sunlabel();
#else
lastblock = sgi_get_num_sectors(Index[0]);
} else {
if (verbose)
- printf(_("One Partition (#11) should cover the entire disk.\n"));
+ printf(_("Partition 11 should cover the entire disk.\n"));
if (debug>2)
printf("sysid=%d\tpartition=%d\n",
sgi_get_sysid(Index[0]), Index[0]+1);
sgilabel->partitions[i].start_sector = SSWAP32(start);
set_changed(i);
if (sgi_gaps() < 0) /* rebuild freelist */
- printf(_("Do You know, You got a partition overlap on the disk?\n"));
+ printf(_("Partition overlap on the disk.\n"));
if (length)
print_partition_size(i + 1, start, start + length, sys);
}