Comment 2 for bug 1490608

Revision history for this message
Oliver Grawert (ogra) wrote :

it is in libparted/labels/gpt.c:

1033 q = ped_exception_throw
1034 (PED_EXCEPTION_WARNING,
1035 PED_EXCEPTION_FIX | PED_EXCEPTION_IGNORE,
1036 _("Not all of the space available to %s appears "
1037 "to be used, you can fix the GPT to use all of the "
1038 "space (an extra %llu blocks) or continue with the "
1039 "current setting? "), disk->dev->path,
1040 (uint64_t) (last_usable_if_grown - last_usable));

that gets me a "Fix/Ignore" prompt.