mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use FOBOS guids
git-svn-id: svn://claunia.com/FileSystemIDandChk@6 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -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<Partition> partitions)
|
||||
|
||||
@@ -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<Partition> partitions)
|
||||
|
||||
@@ -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<Partition> partitions)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user