Hello,
3 years ago I filed this bugreport to the gnome bugzilla
bugtracking system:
http://bugzilla.gnome.org/show_bug.cgi?id=334569
This week I was told to post that problem here on the parted
mailinglist.
So, here we go:
I use the alternative suspend-to-disk implementation named
Tux-On-Ice (t
Please correct the "msftres" flag bug in libparted by deleting the
following code from (parted-source-dir)/libparted/labels/gpt.c :-
if (strncmp (fs_type->name, "fat", 3) == 0
|| strcmp (fs_type->name, "ntfs") == 0) {
gpt_part_data->type = PARTITION_MSFT_RESERVED_GUID;
return 1;
}
The "Microsoft