Forwarded from bugzilla.gnome.org: Swap partition is detected as "unknown", when a hibernation signature is on it

2009-08-23 Thread Holger Wansing
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

Correct the "msftres" flag bug in GNU Parted

2009-08-23 Thread KESHAV P.R.
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