From 98834231552b94a52989375c548ddeaedae9fe72 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 28 Mar 2011 11:15:54 +0000 Subject: [PATCH] Use FOBOS guids git-svn-id: svn://claunia.com/FileSystemIDandChk@6 17725271-3d32-4980-a8cb-9ff532f270ba --- FileSystemIDandChk/PartPlugins/AppleMap.cs | 2 +- FileSystemIDandChk/PartPlugins/MBR.cs | 2 +- FileSystemIDandChk/PartPlugins/NeXT.cs | 2 +- FileSystemIDandChk/Plugins/AppleHFS.cs | 2 +- FileSystemIDandChk/Plugins/AppleHFSPlus.cs | 2 +- FileSystemIDandChk/Plugins/AppleMFS.cs | 2 +- FileSystemIDandChk/Plugins/FAT.cs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/FileSystemIDandChk/PartPlugins/AppleMap.cs b/FileSystemIDandChk/PartPlugins/AppleMap.cs index 85b88ddb9..fd7038a3d 100644 --- a/FileSystemIDandChk/PartPlugins/AppleMap.cs +++ b/FileSystemIDandChk/PartPlugins/AppleMap.cs @@ -11,7 +11,7 @@ namespace FileSystemIDandChk.PartPlugins public AppleMap (PluginBase Core) { base.Name = "Apple Partition Map"; - base.PluginUUID = new Guid("ffe4b4e9-82ed-4761-af49-8bade4081d10"); + base.PluginUUID = new Guid("36405F8D-4F1A-07F5-209C-223D735D6D22"); } public override bool GetInformation (FileStream stream, out List partitions) diff --git a/FileSystemIDandChk/PartPlugins/MBR.cs b/FileSystemIDandChk/PartPlugins/MBR.cs index 7cc4df1b0..337e5018b 100644 --- a/FileSystemIDandChk/PartPlugins/MBR.cs +++ b/FileSystemIDandChk/PartPlugins/MBR.cs @@ -11,7 +11,7 @@ namespace FileSystemIDandChk.PartPlugins public MBR (PluginBase Core) { base.Name = "Master Boot Record"; - base.PluginUUID = new Guid("630ddb30-433e-44ea-9541-52d36dea504a"); + base.PluginUUID = new Guid("5E8A34E8-4F1A-59E6-4BF7-7EA647063A76"); } public override bool GetInformation (FileStream stream, out List partitions) diff --git a/FileSystemIDandChk/PartPlugins/NeXT.cs b/FileSystemIDandChk/PartPlugins/NeXT.cs index ed21888aa..af6878cee 100644 --- a/FileSystemIDandChk/PartPlugins/NeXT.cs +++ b/FileSystemIDandChk/PartPlugins/NeXT.cs @@ -11,7 +11,7 @@ namespace FileSystemIDandChk.PartPlugins public NeXTDisklabel (PluginBase Core) { base.Name = "NeXT Disklabel"; - base.PluginUUID = new Guid("460840f4-23f7-1fbe-6f28-50815e871853"); + base.PluginUUID = new Guid("246A6D93-4F1A-1F8A-344D-50187A5513A9"); } public override bool GetInformation (FileStream stream, out List partitions) diff --git a/FileSystemIDandChk/Plugins/AppleHFS.cs b/FileSystemIDandChk/Plugins/AppleHFS.cs index 064c2bd75..62c980ebc 100644 --- a/FileSystemIDandChk/Plugins/AppleHFS.cs +++ b/FileSystemIDandChk/Plugins/AppleHFS.cs @@ -14,7 +14,7 @@ namespace FileSystemIDandChk.Plugins public AppleHFS(PluginBase Core) { base.Name = "Apple Hierarchical File System"; - base.PluginUUID = new Guid("8f4ee9d5-6820-4d7a-ae6b-3a4a49e7a88f"); + base.PluginUUID = new Guid("36405F8D-0D26-6ECC-0BBB-1D5225FF404F"); } public override bool Identify(FileStream stream, long offset) diff --git a/FileSystemIDandChk/Plugins/AppleHFSPlus.cs b/FileSystemIDandChk/Plugins/AppleHFSPlus.cs index 356730ec0..6278c7132 100644 --- a/FileSystemIDandChk/Plugins/AppleHFSPlus.cs +++ b/FileSystemIDandChk/Plugins/AppleHFSPlus.cs @@ -14,7 +14,7 @@ namespace FileSystemIDandChk.Plugins public AppleHFSPlus(PluginBase Core) { base.Name = "Apple HFS+ filesystem"; - base.PluginUUID = new Guid("b4ef5baf-0ebe-41cd-866c-1a4bb2b75fd5"); + base.PluginUUID = new Guid("36405F8D-0D26-6EBE-436F-62F0586B4F08"); } public override bool Identify(FileStream stream, long offset) diff --git a/FileSystemIDandChk/Plugins/AppleMFS.cs b/FileSystemIDandChk/Plugins/AppleMFS.cs index 8875b7728..1c14f8bd6 100644 --- a/FileSystemIDandChk/Plugins/AppleMFS.cs +++ b/FileSystemIDandChk/Plugins/AppleMFS.cs @@ -14,7 +14,7 @@ namespace FileSystemIDandChk.Plugins public AppleMFS(PluginBase Core) { base.Name = "Apple Macintosh File System"; - base.PluginUUID = new Guid("67591456-90fa-49bd-ac89-14ef750b8af3"); + base.PluginUUID = new Guid("36405F8D-0D26-4066-6538-5DBF5D065C3A"); } public override bool Identify(FileStream stream, long offset) diff --git a/FileSystemIDandChk/Plugins/FAT.cs b/FileSystemIDandChk/Plugins/FAT.cs index 22534446e..ca3bca747 100644 --- a/FileSystemIDandChk/Plugins/FAT.cs +++ b/FileSystemIDandChk/Plugins/FAT.cs @@ -12,7 +12,7 @@ namespace FileSystemIDandChk.Plugins public FAT(PluginBase Core) { base.Name = "Microsoft File Allocation Table"; - base.PluginUUID = new Guid("67591456-90fa-49bd-ac89-14ef750b8af3"); + base.PluginUUID = new Guid("33513B2C-0D26-0D2D-32C3-79D8611158E0"); } public override bool Identify(FileStream stream, long offset)