mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor: Simplify field names.
This commit is contained in:
@@ -62,412 +62,412 @@ namespace DiscImageChef.Tests.Partitions
|
||||
readonly Partition[][] wanted = {
|
||||
// D2
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1024, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 2,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 42496, PartitionName = "Macintosh", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 83,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 55808, PartitionName = "Empty", PartitionType = "Apple_Free", PartitionStart = 75264, PartitionSectors = 109,
|
||||
PartitionSequence = 2, PartitionStartSector = 147 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 26083328, PartitionName = "Volume label", PartitionType = "Apple_HFS", PartitionStart = 131072, PartitionSectors = 50944,
|
||||
PartitionSequence = 3, PartitionStartSector = 256 },
|
||||
new Partition{ Description = null, Size = 1024, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 2,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 42496, Name = "Macintosh", Type = "Apple_Driver43", Offset = 32768, Length = 83,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 55808, Name = "Empty", Type = "Apple_Free", Offset = 75264, Length = 109,
|
||||
Sequence = 2, Start = 147 },
|
||||
new Partition{ Description = null, Size = 26083328, Name = "Volume label", Type = "Apple_HFS", Offset = 131072, Length = 50944,
|
||||
Sequence = 3, Start = 256 },
|
||||
},
|
||||
// HDT 1.8 Encryption Level 1
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 7168, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 14,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "FWB Disk Driver", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 1024,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25657344, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 557056, PartitionSectors = 50112,
|
||||
PartitionSequence = 2, PartitionStartSector = 1088 },
|
||||
new Partition{ Description = null, Size = 7168, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 14,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "FWB Disk Driver", Type = "Apple_Driver43", Offset = 32768, Length = 1024,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25657344, Name = "MacOS", Type = "Apple_HFS", Offset = 557056, Length = 50112,
|
||||
Sequence = 2, Start = 1088 },
|
||||
},
|
||||
// HDT 1.8 Encryption Level 2
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 7168, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 14,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "FWB Disk Driver", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 1024,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25657344, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 557056, PartitionSectors = 50112,
|
||||
PartitionSequence = 2, PartitionStartSector = 1088 },
|
||||
new Partition{ Description = null, Size = 7168, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 14,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "FWB Disk Driver", Type = "Apple_Driver43", Offset = 32768, Length = 1024,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25657344, Name = "MacOS", Type = "Apple_HFS", Offset = 557056, Length = 50112,
|
||||
Sequence = 2, Start = 1088 },
|
||||
},
|
||||
// HDT 1.8 with password
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 7168, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 14,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "FWB Disk Driver", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 1024,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25657344, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 557056, PartitionSectors = 50112,
|
||||
PartitionSequence = 2, PartitionStartSector = 1088 },
|
||||
new Partition{ Description = null, Size = 7168, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 14,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "FWB Disk Driver", Type = "Apple_Driver43", Offset = 32768, Length = 1024,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25657344, Name = "MacOS", Type = "Apple_HFS", Offset = 557056, Length = 50112,
|
||||
Sequence = 2, Start = 1088 },
|
||||
},
|
||||
// HDT 1.8
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 7168, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 14,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "FWB Disk Driver", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 1024,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25657344, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 557056, PartitionSectors = 50112,
|
||||
PartitionSequence = 2, PartitionStartSector = 1088 },
|
||||
new Partition{ Description = null, Size = 7168, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 14,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "FWB Disk Driver", Type = "Apple_Driver43", Offset = 32768, Length = 1024,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25657344, Name = "MacOS", Type = "Apple_HFS", Offset = 557056, Length = 50112,
|
||||
Sequence = 2, Start = 1088 },
|
||||
},
|
||||
// Linux
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 512, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 32768, PartitionSectors = 1,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 819200, PartitionName = "bootstrap", PartitionType = "Apple_Bootstrap", PartitionStart = 33280, PartitionSectors = 1600,
|
||||
PartitionSequence = 1, PartitionStartSector = 65 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 512, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 852480, PartitionSectors = 1,
|
||||
PartitionSequence = 2, PartitionStartSector = 1665 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 52428800, PartitionName = "Linux", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 852992, PartitionSectors = 102400,
|
||||
PartitionSequence = 3, PartitionStartSector = 1666 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 20971520, PartitionName = "ProDOS", PartitionType = "Apple_PRODOS", PartitionStart = 53281792, PartitionSectors = 40960,
|
||||
PartitionSequence = 4, PartitionStartSector = 104066 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 52428800, PartitionName = "Macintosh", PartitionType = "Apple_HFS", PartitionStart = 74253312, PartitionSectors = 102400,
|
||||
PartitionSequence = 5, PartitionStartSector = 145026 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 7535616, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 126682112, PartitionSectors = 14718,
|
||||
PartitionSequence = 6, PartitionStartSector = 247426 },
|
||||
new Partition{ Description = null, Size = 512, Name = "Extra", Type = "Apple_Free", Offset = 32768, Length = 1,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 819200, Name = "bootstrap", Type = "Apple_Bootstrap", Offset = 33280, Length = 1600,
|
||||
Sequence = 1, Start = 65 },
|
||||
new Partition{ Description = null, Size = 512, Name = "Extra", Type = "Apple_Free", Offset = 852480, Length = 1,
|
||||
Sequence = 2, Start = 1665 },
|
||||
new Partition{ Description = null, Size = 52428800, Name = "Linux", Type = "Apple_UNIX_SVR2", Offset = 852992, Length = 102400,
|
||||
Sequence = 3, Start = 1666 },
|
||||
new Partition{ Description = null, Size = 20971520, Name = "ProDOS", Type = "Apple_PRODOS", Offset = 53281792, Length = 40960,
|
||||
Sequence = 4, Start = 104066 },
|
||||
new Partition{ Description = null, Size = 52428800, Name = "Macintosh", Type = "Apple_HFS", Offset = 74253312, Length = 102400,
|
||||
Sequence = 5, Start = 145026 },
|
||||
new Partition{ Description = null, Size = 7535616, Name = "Extra", Type = "Apple_Free", Offset = 126682112, Length = 14718,
|
||||
Sequence = 6, Start = 247426 },
|
||||
},
|
||||
// Mac OS 1.1
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 2048, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 4 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 21403648, PartitionName = "Macintosh", PartitionType = "Apple_HFS", PartitionStart = 8192, PartitionSectors = 41804,
|
||||
PartitionSequence = 1, PartitionStartSector = 16 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 2048, Length = 10,
|
||||
Sequence = 0, Start = 4 },
|
||||
new Partition{ Description = null, Size = 21403648, Name = "Macintosh", Type = "Apple_HFS", Offset = 8192, Length = 41804,
|
||||
Sequence = 1, Start = 16 },
|
||||
},
|
||||
// Mac OS 2.0
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 2048, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 4 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 19950080, PartitionName = "Macintosh", PartitionType = "Apple_HFS", PartitionStart = 8192, PartitionSectors = 38965,
|
||||
PartitionSequence = 1, PartitionStartSector = 16 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 2048, Length = 10,
|
||||
Sequence = 0, Start = 4 },
|
||||
new Partition{ Description = null, Size = 19950080, Name = "Macintosh", Type = "Apple_HFS", Offset = 8192, Length = 38965,
|
||||
Sequence = 1, Start = 16 },
|
||||
},
|
||||
// Mac OS 4.2
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5632, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 2048, PartitionSectors = 11,
|
||||
PartitionSequence = 0, PartitionStartSector = 4 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 19950080, PartitionName = "Macintosh", PartitionType = "Apple_HFS", PartitionStart = 8192, PartitionSectors = 38965,
|
||||
PartitionSequence = 1, PartitionStartSector = 16 },
|
||||
new Partition{ Description = null, Size = 5632, Name = null, Type = "Apple_Driver", Offset = 2048, Length = 11,
|
||||
Sequence = 0, Start = 4 },
|
||||
new Partition{ Description = null, Size = 19950080, Name = "Macintosh", Type = "Apple_HFS", Offset = 8192, Length = 38965,
|
||||
Sequence = 1, Start = 16 },
|
||||
},
|
||||
// Mac OS 4.3
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5632, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 2048, PartitionSectors = 11,
|
||||
PartitionSequence = 0, PartitionStartSector = 4 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 19950080, PartitionName = "Macintosh", PartitionType = "Apple_HFS", PartitionStart = 8192, PartitionSectors = 38965,
|
||||
PartitionSequence = 1, PartitionStartSector = 16 },
|
||||
new Partition{ Description = null, Size = 5632, Name = null, Type = "Apple_Driver", Offset = 2048, Length = 11,
|
||||
Sequence = 0, Start = 4 },
|
||||
new Partition{ Description = null, Size = 19950080, Name = "Macintosh", Type = "Apple_HFS", Offset = 8192, Length = 38965,
|
||||
Sequence = 1, Start = 16 },
|
||||
},
|
||||
// Mac OS 6.0.2
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3203072, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 6256,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 3252224, PartitionSectors = 1024,
|
||||
PartitionSequence = 3, PartitionStartSector = 6352 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1048576, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 3776512, PartitionSectors = 2048,
|
||||
PartitionSequence = 4, PartitionStartSector = 7376 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2191360, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 4825088, PartitionSectors = 4280,
|
||||
PartitionSequence = 5, PartitionStartSector = 9424 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1217024, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 7016448, PartitionSectors = 2377,
|
||||
PartitionSequence = 6, PartitionStartSector = 13704 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1572864, PartitionName = "Eschatology 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 8233472, PartitionSectors = 3072,
|
||||
PartitionSequence = 7, PartitionStartSector = 16081 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1310720, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 9806336, PartitionSectors = 2560,
|
||||
PartitionSequence = 8, PartitionStartSector = 19153 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2550272, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 11117056, PartitionSectors = 4981,
|
||||
PartitionSequence = 9, PartitionStartSector = 21713 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2048000, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 13667328, PartitionSectors = 4000,
|
||||
PartitionSequence = 10, PartitionStartSector = 26694 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1296384, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 15715328, PartitionSectors = 2532,
|
||||
PartitionSequence = 11, PartitionStartSector = 30694 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1364992, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17011712, PartitionSectors = 2666,
|
||||
PartitionSequence = 12, PartitionStartSector = 33226 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3986432, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 18376704, PartitionSectors = 7786,
|
||||
PartitionSequence = 13, PartitionStartSector = 35892 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5714944, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 22363136, PartitionSectors = 11162,
|
||||
PartitionSequence = 14, PartitionStartSector = 43678 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 3203072, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 6256,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "Scratch", Type = "Apple_Scratch", Offset = 3252224, Length = 1024,
|
||||
Sequence = 3, Start = 6352 },
|
||||
new Partition{ Description = null, Size = 1048576, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 3776512, Length = 2048,
|
||||
Sequence = 4, Start = 7376 },
|
||||
new Partition{ Description = null, Size = 2191360, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 4825088, Length = 4280,
|
||||
Sequence = 5, Start = 9424 },
|
||||
new Partition{ Description = null, Size = 1217024, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 7016448, Length = 2377,
|
||||
Sequence = 6, Start = 13704 },
|
||||
new Partition{ Description = null, Size = 1572864, Name = "Eschatology 2", Type = "Apple_UNIX_SVR2", Offset = 8233472, Length = 3072,
|
||||
Sequence = 7, Start = 16081 },
|
||||
new Partition{ Description = null, Size = 1310720, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 9806336, Length = 2560,
|
||||
Sequence = 8, Start = 19153 },
|
||||
new Partition{ Description = null, Size = 2550272, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 11117056, Length = 4981,
|
||||
Sequence = 9, Start = 21713 },
|
||||
new Partition{ Description = null, Size = 2048000, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 13667328, Length = 4000,
|
||||
Sequence = 10, Start = 26694 },
|
||||
new Partition{ Description = null, Size = 1296384, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 15715328, Length = 2532,
|
||||
Sequence = 11, Start = 30694 },
|
||||
new Partition{ Description = null, Size = 1364992, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 17011712, Length = 2666,
|
||||
Sequence = 12, Start = 33226 },
|
||||
new Partition{ Description = null, Size = 3986432, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 18376704, Length = 7786,
|
||||
Sequence = 13, Start = 35892 },
|
||||
new Partition{ Description = null, Size = 5714944, Name = "Extra", Type = "Apple_Free", Offset = 22363136, Length = 11162,
|
||||
Sequence = 14, Start = 43678 },
|
||||
},
|
||||
// Mac OS 6.0.3
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5948928, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 11619,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1029632, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 5998080, PartitionSectors = 2011,
|
||||
PartitionSequence = 3, PartitionStartSector = 11715 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2455552, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 7027712, PartitionSectors = 4796,
|
||||
PartitionSequence = 4, PartitionStartSector = 13726 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3932160, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 9483264, PartitionSectors = 7680,
|
||||
PartitionSequence = 5, PartitionStartSector = 18522 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4194304, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 13415424, PartitionSectors = 8192,
|
||||
PartitionSequence = 6, PartitionStartSector = 26202 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 587776, PartitionName = "Eschatology 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17609728, PartitionSectors = 1148,
|
||||
PartitionSequence = 7, PartitionStartSector = 34394 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 6537216, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 18197504, PartitionSectors = 12768,
|
||||
PartitionSequence = 8, PartitionStartSector = 35542 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1766400, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 24734720, PartitionSectors = 3450,
|
||||
PartitionSequence = 9, PartitionStartSector = 48310 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1558528, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 26519552, PartitionSectors = 3044,
|
||||
PartitionSequence = 10, PartitionStartSector = 51796 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 18432, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 26501120, PartitionSectors = 36,
|
||||
PartitionSequence = 11, PartitionStartSector = 51760 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 5948928, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 11619,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 1029632, Name = "Scratch", Type = "Apple_Scratch", Offset = 5998080, Length = 2011,
|
||||
Sequence = 3, Start = 11715 },
|
||||
new Partition{ Description = null, Size = 2455552, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 7027712, Length = 4796,
|
||||
Sequence = 4, Start = 13726 },
|
||||
new Partition{ Description = null, Size = 3932160, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 9483264, Length = 7680,
|
||||
Sequence = 5, Start = 18522 },
|
||||
new Partition{ Description = null, Size = 4194304, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 13415424, Length = 8192,
|
||||
Sequence = 6, Start = 26202 },
|
||||
new Partition{ Description = null, Size = 587776, Name = "Eschatology 2", Type = "Apple_UNIX_SVR2", Offset = 17609728, Length = 1148,
|
||||
Sequence = 7, Start = 34394 },
|
||||
new Partition{ Description = null, Size = 6537216, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 18197504, Length = 12768,
|
||||
Sequence = 8, Start = 35542 },
|
||||
new Partition{ Description = null, Size = 1766400, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 24734720, Length = 3450,
|
||||
Sequence = 9, Start = 48310 },
|
||||
new Partition{ Description = null, Size = 1558528, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 26519552, Length = 3044,
|
||||
Sequence = 10, Start = 51796 },
|
||||
new Partition{ Description = null, Size = 18432, Name = "Extra", Type = "Apple_Free", Offset = 26501120, Length = 36,
|
||||
Sequence = 11, Start = 51760 },
|
||||
},
|
||||
// Mac OS 6.0.4
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3932160, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 7680,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3197440, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 3981312, PartitionSectors = 6245,
|
||||
PartitionSequence = 3, PartitionStartSector = 7776 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3197440, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 7178752, PartitionSectors = 6245,
|
||||
PartitionSequence = 4, PartitionStartSector = 14021 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2626560, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 10376192, PartitionSectors = 5130,
|
||||
PartitionSequence = 5, PartitionStartSector = 20266 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1370112, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 13002752, PartitionSectors = 2676,
|
||||
PartitionSequence = 6, PartitionStartSector = 25396 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2944512, PartitionName = "Eschatology 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 14372864, PartitionSectors = 5751,
|
||||
PartitionSequence = 7, PartitionStartSector = 28072 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2776576, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17317376, PartitionSectors = 5423,
|
||||
PartitionSequence = 8, PartitionStartSector = 33823 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2892800, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 20093952, PartitionSectors = 5650,
|
||||
PartitionSequence = 9, PartitionStartSector = 39246 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3433472, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 22986752, PartitionSectors = 6706,
|
||||
PartitionSequence = 10, PartitionStartSector = 44896 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1657856, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 26420224, PartitionSectors = 3238,
|
||||
PartitionSequence = 11, PartitionStartSector = 51602 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 3932160, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 7680,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 3197440, Name = "Scratch", Type = "Apple_Scratch", Offset = 3981312, Length = 6245,
|
||||
Sequence = 3, Start = 7776 },
|
||||
new Partition{ Description = null, Size = 3197440, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 7178752, Length = 6245,
|
||||
Sequence = 4, Start = 14021 },
|
||||
new Partition{ Description = null, Size = 2626560, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 10376192, Length = 5130,
|
||||
Sequence = 5, Start = 20266 },
|
||||
new Partition{ Description = null, Size = 1370112, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 13002752, Length = 2676,
|
||||
Sequence = 6, Start = 25396 },
|
||||
new Partition{ Description = null, Size = 2944512, Name = "Eschatology 2", Type = "Apple_UNIX_SVR2", Offset = 14372864, Length = 5751,
|
||||
Sequence = 7, Start = 28072 },
|
||||
new Partition{ Description = null, Size = 2776576, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 17317376, Length = 5423,
|
||||
Sequence = 8, Start = 33823 },
|
||||
new Partition{ Description = null, Size = 2892800, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 20093952, Length = 5650,
|
||||
Sequence = 9, Start = 39246 },
|
||||
new Partition{ Description = null, Size = 3433472, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 22986752, Length = 6706,
|
||||
Sequence = 10, Start = 44896 },
|
||||
new Partition{ Description = null, Size = 1657856, Name = "Extra", Type = "Apple_Free", Offset = 26420224, Length = 3238,
|
||||
Sequence = 11, Start = 51602 },
|
||||
},
|
||||
// Mac OS 6.0.5
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 4096,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 342528, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 2146304, PartitionSectors = 669,
|
||||
PartitionSequence = 3, PartitionStartSector = 4192 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1417216, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 2488832, PartitionSectors = 2768,
|
||||
PartitionSequence = 4, PartitionStartSector = 4861 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1830912, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 3906048, PartitionSectors = 3576,
|
||||
PartitionSequence = 5, PartitionStartSector = 7629 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1448960, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 5736960, PartitionSectors = 2830,
|
||||
PartitionSequence = 6, PartitionStartSector = 11205 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2687488, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 7185920, PartitionSectors = 5249,
|
||||
PartitionSequence = 7, PartitionStartSector = 14035 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2565632, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 9873408, PartitionSectors = 5011,
|
||||
PartitionSequence = 8, PartitionStartSector = 19284 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1954816, PartitionName = "Unreserved 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 12439040, PartitionSectors = 3818,
|
||||
PartitionSequence = 9, PartitionStartSector = 24295 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3543040, PartitionName = "Unreserved 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 14393856, PartitionSectors = 6920,
|
||||
PartitionSequence = 10, PartitionStartSector = 28113 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2565632, PartitionName = "Unreserved 3", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17936896, PartitionSectors = 5011,
|
||||
PartitionSequence = 11, PartitionStartSector = 35033 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2932224, PartitionName = "Unreserved 4", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 20502528, PartitionSectors = 5727,
|
||||
PartitionSequence = 12, PartitionStartSector = 40044 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1221632, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 23434752, PartitionSectors = 2386,
|
||||
PartitionSequence = 13, PartitionStartSector = 45771 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3421696, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 24656384, PartitionSectors = 6683,
|
||||
PartitionSequence = 14, PartitionStartSector = 48157 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 4096,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 342528, Name = "Scratch", Type = "Apple_Scratch", Offset = 2146304, Length = 669,
|
||||
Sequence = 3, Start = 4192 },
|
||||
new Partition{ Description = null, Size = 1417216, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 2488832, Length = 2768,
|
||||
Sequence = 4, Start = 4861 },
|
||||
new Partition{ Description = null, Size = 1830912, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 3906048, Length = 3576,
|
||||
Sequence = 5, Start = 7629 },
|
||||
new Partition{ Description = null, Size = 1448960, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 5736960, Length = 2830,
|
||||
Sequence = 6, Start = 11205 },
|
||||
new Partition{ Description = null, Size = 2687488, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 7185920, Length = 5249,
|
||||
Sequence = 7, Start = 14035 },
|
||||
new Partition{ Description = null, Size = 2565632, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 9873408, Length = 5011,
|
||||
Sequence = 8, Start = 19284 },
|
||||
new Partition{ Description = null, Size = 1954816, Name = "Unreserved 1", Type = "Apple_UNIX_SVR2", Offset = 12439040, Length = 3818,
|
||||
Sequence = 9, Start = 24295 },
|
||||
new Partition{ Description = null, Size = 3543040, Name = "Unreserved 2", Type = "Apple_UNIX_SVR2", Offset = 14393856, Length = 6920,
|
||||
Sequence = 10, Start = 28113 },
|
||||
new Partition{ Description = null, Size = 2565632, Name = "Unreserved 3", Type = "Apple_UNIX_SVR2", Offset = 17936896, Length = 5011,
|
||||
Sequence = 11, Start = 35033 },
|
||||
new Partition{ Description = null, Size = 2932224, Name = "Unreserved 4", Type = "Apple_UNIX_SVR2", Offset = 20502528, Length = 5727,
|
||||
Sequence = 12, Start = 40044 },
|
||||
new Partition{ Description = null, Size = 1221632, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 23434752, Length = 2386,
|
||||
Sequence = 13, Start = 45771 },
|
||||
new Partition{ Description = null, Size = 3421696, Name = "Extra", Type = "Apple_Free", Offset = 24656384, Length = 6683,
|
||||
Sequence = 14, Start = 48157 },
|
||||
},
|
||||
// Mac OS 6.0.7
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 14013952, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 27371,
|
||||
PartitionSequence = 1, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 2, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1492992, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 14063104, PartitionSectors = 2916,
|
||||
PartitionSequence = 3, PartitionStartSector = 27467 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 919040, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 15556096, PartitionSectors = 1795,
|
||||
PartitionSequence = 4, PartitionStartSector = 30383 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1302016, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 16475136, PartitionSectors = 2543,
|
||||
PartitionSequence = 5, PartitionStartSector = 32178 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1796608, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17777152, PartitionSectors = 3509,
|
||||
PartitionSequence = 6, PartitionStartSector = 34721 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1943552, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 19573760, PartitionSectors = 3796,
|
||||
PartitionSequence = 7, PartitionStartSector = 38230 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2186752, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 21517312, PartitionSectors = 4271,
|
||||
PartitionSequence = 8, PartitionStartSector = 42026 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 524288, PartitionName = "Unreserved 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 23704064, PartitionSectors = 1024,
|
||||
PartitionSequence = 9, PartitionStartSector = 46297 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 655360, PartitionName = "Unreserved 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 24228352, PartitionSectors = 1280,
|
||||
PartitionSequence = 10, PartitionStartSector = 47321 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 798208, PartitionName = "Unreserved 3", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 24883712, PartitionSectors = 1559,
|
||||
PartitionSequence = 11, PartitionStartSector = 48601 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2252800, PartitionName = "Unreserved 4", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 25825280, PartitionSectors = 4400,
|
||||
PartitionSequence = 12, PartitionStartSector = 50440 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 143360, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 25681920, PartitionSectors = 280,
|
||||
PartitionSequence = 13, PartitionStartSector = 50160 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 14013952, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 27371,
|
||||
Sequence = 1, Start = 96 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 2, Start = 64 },
|
||||
new Partition{ Description = null, Size = 1492992, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 14063104, Length = 2916,
|
||||
Sequence = 3, Start = 27467 },
|
||||
new Partition{ Description = null, Size = 919040, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 15556096, Length = 1795,
|
||||
Sequence = 4, Start = 30383 },
|
||||
new Partition{ Description = null, Size = 1302016, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 16475136, Length = 2543,
|
||||
Sequence = 5, Start = 32178 },
|
||||
new Partition{ Description = null, Size = 1796608, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 17777152, Length = 3509,
|
||||
Sequence = 6, Start = 34721 },
|
||||
new Partition{ Description = null, Size = 1943552, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 19573760, Length = 3796,
|
||||
Sequence = 7, Start = 38230 },
|
||||
new Partition{ Description = null, Size = 2186752, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 21517312, Length = 4271,
|
||||
Sequence = 8, Start = 42026 },
|
||||
new Partition{ Description = null, Size = 524288, Name = "Unreserved 1", Type = "Apple_UNIX_SVR2", Offset = 23704064, Length = 1024,
|
||||
Sequence = 9, Start = 46297 },
|
||||
new Partition{ Description = null, Size = 655360, Name = "Unreserved 2", Type = "Apple_UNIX_SVR2", Offset = 24228352, Length = 1280,
|
||||
Sequence = 10, Start = 47321 },
|
||||
new Partition{ Description = null, Size = 798208, Name = "Unreserved 3", Type = "Apple_UNIX_SVR2", Offset = 24883712, Length = 1559,
|
||||
Sequence = 11, Start = 48601 },
|
||||
new Partition{ Description = null, Size = 2252800, Name = "Unreserved 4", Type = "Apple_UNIX_SVR2", Offset = 25825280, Length = 4400,
|
||||
Sequence = 12, Start = 50440 },
|
||||
new Partition{ Description = null, Size = 143360, Name = "Extra", Type = "Apple_Free", Offset = 25681920, Length = 280,
|
||||
Sequence = 13, Start = 50160 },
|
||||
},
|
||||
// Mac OS 6.0.8
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4575744, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 8937,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1143808, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 4624896, PartitionSectors = 2234,
|
||||
PartitionSequence = 3, PartitionStartSector = 9033 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3020800, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 5768704, PartitionSectors = 5900,
|
||||
PartitionSequence = 4, PartitionStartSector = 11267 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2091520, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 25986560, PartitionSectors = 4085,
|
||||
PartitionSequence = 5, PartitionStartSector = 50755 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3693056, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 22293504, PartitionSectors = 7213,
|
||||
PartitionSequence = 6, PartitionStartSector = 43542 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2308096, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 19985408, PartitionSectors = 4508,
|
||||
PartitionSequence = 7, PartitionStartSector = 39034 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2885120, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 17100288, PartitionSectors = 5635,
|
||||
PartitionSequence = 8, PartitionStartSector = 33399 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1615872, PartitionName = "Unreserved 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 8789504, PartitionSectors = 3156,
|
||||
PartitionSequence = 9, PartitionStartSector = 17167 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1615872, PartitionName = "Unreserved 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 15484416, PartitionSectors = 3156,
|
||||
PartitionSequence = 10, PartitionStartSector = 30243 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1384960, PartitionName = "Unreserved 3", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 10405376, PartitionSectors = 2705,
|
||||
PartitionSequence = 11, PartitionStartSector = 20323 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 952832, PartitionName = "Unreserved 4", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 11790336, PartitionSectors = 1861,
|
||||
PartitionSequence = 12, PartitionStartSector = 23028 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1495040, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 13989376, PartitionSectors = 2920,
|
||||
PartitionSequence = 13, PartitionStartSector = 27323 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1246208, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 12743168, PartitionSectors = 2434,
|
||||
PartitionSequence = 14, PartitionStartSector = 24889 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 4575744, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 8937,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 1143808, Name = "Scratch", Type = "Apple_Scratch", Offset = 4624896, Length = 2234,
|
||||
Sequence = 3, Start = 9033 },
|
||||
new Partition{ Description = null, Size = 3020800, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 5768704, Length = 5900,
|
||||
Sequence = 4, Start = 11267 },
|
||||
new Partition{ Description = null, Size = 2091520, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 25986560, Length = 4085,
|
||||
Sequence = 5, Start = 50755 },
|
||||
new Partition{ Description = null, Size = 3693056, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 22293504, Length = 7213,
|
||||
Sequence = 6, Start = 43542 },
|
||||
new Partition{ Description = null, Size = 2308096, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 19985408, Length = 4508,
|
||||
Sequence = 7, Start = 39034 },
|
||||
new Partition{ Description = null, Size = 2885120, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 17100288, Length = 5635,
|
||||
Sequence = 8, Start = 33399 },
|
||||
new Partition{ Description = null, Size = 1615872, Name = "Unreserved 1", Type = "Apple_UNIX_SVR2", Offset = 8789504, Length = 3156,
|
||||
Sequence = 9, Start = 17167 },
|
||||
new Partition{ Description = null, Size = 1615872, Name = "Unreserved 2", Type = "Apple_UNIX_SVR2", Offset = 15484416, Length = 3156,
|
||||
Sequence = 10, Start = 30243 },
|
||||
new Partition{ Description = null, Size = 1384960, Name = "Unreserved 3", Type = "Apple_UNIX_SVR2", Offset = 10405376, Length = 2705,
|
||||
Sequence = 11, Start = 20323 },
|
||||
new Partition{ Description = null, Size = 952832, Name = "Unreserved 4", Type = "Apple_UNIX_SVR2", Offset = 11790336, Length = 1861,
|
||||
Sequence = 12, Start = 23028 },
|
||||
new Partition{ Description = null, Size = 1495040, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 13989376, Length = 2920,
|
||||
Sequence = 13, Start = 27323 },
|
||||
new Partition{ Description = null, Size = 1246208, Name = "Extra", Type = "Apple_Free", Offset = 12743168, Length = 2434,
|
||||
Sequence = 14, Start = 24889 },
|
||||
},
|
||||
// Mac OS 6.0
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 4096,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 2146304, PartitionSectors = 4096,
|
||||
PartitionSequence = 3, PartitionStartSector = 4192 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 4243456, PartitionSectors = 4096,
|
||||
PartitionSequence = 4, PartitionStartSector = 8288 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 6340608, PartitionSectors = 4096,
|
||||
PartitionSequence = 5, PartitionStartSector = 12384 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1048576, PartitionName = "Swap", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 8437760, PartitionSectors = 2048,
|
||||
PartitionSequence = 6, PartitionStartSector = 16480 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "Eschatology 2", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 9486336, PartitionSectors = 4096,
|
||||
PartitionSequence = 7, PartitionStartSector = 18528 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 11583488, PartitionSectors = 4096,
|
||||
PartitionSequence = 8, PartitionStartSector = 22624 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2310144, PartitionName = "Usr file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 13680640, PartitionSectors = 4512,
|
||||
PartitionSequence = 9, PartitionStartSector = 26720 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5416960, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 15990784, PartitionSectors = 10580,
|
||||
PartitionSequence = 10, PartitionStartSector = 31232 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4096, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 21407744, PartitionSectors = 8,
|
||||
PartitionSequence = 11, PartitionStartSector = 41812 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 4096,
|
||||
Sequence = 2, Start = 96 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "Scratch", Type = "Apple_Scratch", Offset = 2146304, Length = 4096,
|
||||
Sequence = 3, Start = 4192 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 4243456, Length = 4096,
|
||||
Sequence = 4, Start = 8288 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 6340608, Length = 4096,
|
||||
Sequence = 5, Start = 12384 },
|
||||
new Partition{ Description = null, Size = 1048576, Name = "Swap", Type = "Apple_UNIX_SVR2", Offset = 8437760, Length = 2048,
|
||||
Sequence = 6, Start = 16480 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "Eschatology 2", Type = "Apple_UNIX_SVR2", Offset = 9486336, Length = 4096,
|
||||
Sequence = 7, Start = 18528 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 11583488, Length = 4096,
|
||||
Sequence = 8, Start = 22624 },
|
||||
new Partition{ Description = null, Size = 2310144, Name = "Usr file system", Type = "Apple_UNIX_SVR2", Offset = 13680640, Length = 4512,
|
||||
Sequence = 9, Start = 26720 },
|
||||
new Partition{ Description = null, Size = 5416960, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 15990784, Length = 10580,
|
||||
Sequence = 10, Start = 31232 },
|
||||
new Partition{ Description = null, Size = 4096, Name = "Extra", Type = "Apple_Free", Offset = 21407744, Length = 8,
|
||||
Sequence = 11, Start = 41812 },
|
||||
},
|
||||
// Mac OS 7.0
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5120, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 10,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5262336, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 15845888, PartitionSectors = 10278,
|
||||
PartitionSequence = 2, PartitionStartSector = 30949 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3073024, PartitionName = "Scratch", PartitionType = "Apple_Scratch", PartitionStart = 49152, PartitionSectors = 6002,
|
||||
PartitionSequence = 3, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1707520, PartitionName = "Eschatology 1", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 21108224, PartitionSectors = 3335,
|
||||
PartitionSequence = 4, PartitionStartSector = 41227 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5262336, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 22815744, PartitionSectors = 10278,
|
||||
PartitionSequence = 5, PartitionStartSector = 44562 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2726400, PartitionName = "Root file system", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 3122176, PartitionSectors = 5325,
|
||||
PartitionSequence = 6, PartitionStartSector = 6098 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3180544, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 5848576, PartitionSectors = 6212,
|
||||
PartitionSequence = 7, PartitionStartSector = 11423 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4203520, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 9029120, PartitionSectors = 8210,
|
||||
PartitionSequence = 8, PartitionStartSector = 17635 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2613248, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 13232640, PartitionSectors = 5104,
|
||||
PartitionSequence = 9, PartitionStartSector = 25845 },
|
||||
new Partition{ Description = null, Size = 5120, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 10,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 5262336, Name = "MacOS", Type = "Apple_HFS", Offset = 15845888, Length = 10278,
|
||||
Sequence = 2, Start = 30949 },
|
||||
new Partition{ Description = null, Size = 3073024, Name = "Scratch", Type = "Apple_Scratch", Offset = 49152, Length = 6002,
|
||||
Sequence = 3, Start = 96 },
|
||||
new Partition{ Description = null, Size = 1707520, Name = "Eschatology 1", Type = "Apple_UNIX_SVR2", Offset = 21108224, Length = 3335,
|
||||
Sequence = 4, Start = 41227 },
|
||||
new Partition{ Description = null, Size = 5262336, Name = "Extra", Type = "Apple_Free", Offset = 22815744, Length = 10278,
|
||||
Sequence = 5, Start = 44562 },
|
||||
new Partition{ Description = null, Size = 2726400, Name = "Root file system", Type = "Apple_UNIX_SVR2", Offset = 3122176, Length = 5325,
|
||||
Sequence = 6, Start = 6098 },
|
||||
new Partition{ Description = null, Size = 3180544, Name = "Extra", Type = "Apple_Free", Offset = 5848576, Length = 6212,
|
||||
Sequence = 7, Start = 11423 },
|
||||
new Partition{ Description = null, Size = 4203520, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 9029120, Length = 8210,
|
||||
Sequence = 8, Start = 17635 },
|
||||
new Partition{ Description = null, Size = 2613248, Name = "Extra", Type = "Apple_Free", Offset = 13232640, Length = 5104,
|
||||
Sequence = 9, Start = 25845 },
|
||||
},
|
||||
// Mac OS 7.1.1
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 8704, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 17,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 5148160, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 7294464, PartitionSectors = 10055,
|
||||
PartitionSequence = 2, PartitionStartSector = 14247 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "ProDOS", PartitionType = "Apple_PRODOS", PartitionStart = 5197312, PartitionSectors = 4096,
|
||||
PartitionSequence = 3, PartitionStartSector = 10151 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3996672, PartitionName = "A/UX Root", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 24081408, PartitionSectors = 7806,
|
||||
PartitionSequence = 4, PartitionStartSector = 47034 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1486848, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 49152, PartitionSectors = 2904,
|
||||
PartitionSequence = 5, PartitionStartSector = 96 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4406784, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 12442624, PartitionSectors = 8607,
|
||||
PartitionSequence = 6, PartitionStartSector = 24302 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2485760, PartitionName = "Random A/UX fs", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 16849408, PartitionSectors = 4855,
|
||||
PartitionSequence = 7, PartitionStartSector = 32909 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 4746240, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 19335168, PartitionSectors = 9270,
|
||||
PartitionSequence = 8, PartitionStartSector = 37764 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2097152, PartitionName = "ProDOS", PartitionType = "Apple_PRODOS", PartitionStart = 1536000, PartitionSectors = 4096,
|
||||
PartitionSequence = 9, PartitionStartSector = 3000 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1564160, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 3633152, PartitionSectors = 3055,
|
||||
PartitionSequence = 10, PartitionStartSector = 7096 },
|
||||
new Partition{ Description = null, Size = 8704, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 17,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver43", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 5148160, Name = "MacOS", Type = "Apple_HFS", Offset = 7294464, Length = 10055,
|
||||
Sequence = 2, Start = 14247 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "ProDOS", Type = "Apple_PRODOS", Offset = 5197312, Length = 4096,
|
||||
Sequence = 3, Start = 10151 },
|
||||
new Partition{ Description = null, Size = 3996672, Name = "A/UX Root", Type = "Apple_UNIX_SVR2", Offset = 24081408, Length = 7806,
|
||||
Sequence = 4, Start = 47034 },
|
||||
new Partition{ Description = null, Size = 1486848, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 49152, Length = 2904,
|
||||
Sequence = 5, Start = 96 },
|
||||
new Partition{ Description = null, Size = 4406784, Name = "Extra", Type = "Apple_Free", Offset = 12442624, Length = 8607,
|
||||
Sequence = 6, Start = 24302 },
|
||||
new Partition{ Description = null, Size = 2485760, Name = "Random A/UX fs", Type = "Apple_UNIX_SVR2", Offset = 16849408, Length = 4855,
|
||||
Sequence = 7, Start = 32909 },
|
||||
new Partition{ Description = null, Size = 4746240, Name = "Extra", Type = "Apple_Free", Offset = 19335168, Length = 9270,
|
||||
Sequence = 8, Start = 37764 },
|
||||
new Partition{ Description = null, Size = 2097152, Name = "ProDOS", Type = "Apple_PRODOS", Offset = 1536000, Length = 4096,
|
||||
Sequence = 9, Start = 3000 },
|
||||
new Partition{ Description = null, Size = 1564160, Name = "Extra", Type = "Apple_Free", Offset = 3633152, Length = 3055,
|
||||
Sequence = 10, Start = 7096 },
|
||||
},
|
||||
// Mac OS 7.5
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 9216, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 18,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 28028928, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 49152, PartitionSectors = 54744,
|
||||
PartitionSequence = 2, PartitionStartSector = 96 },
|
||||
new Partition{ Description = null, Size = 9216, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 18,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver43", Offset = 32768, Length = 32,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 28028928, Name = "MacOS", Type = "Apple_HFS", Offset = 49152, Length = 54744,
|
||||
Sequence = 2, Start = 96 },
|
||||
},
|
||||
// GNU Parted
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 47185920, PartitionName = "untitled", PartitionType = "Apple_HFS", PartitionStart = 2097152, PartitionSectors = 92160,
|
||||
PartitionSequence = 0, PartitionStartSector = 4096 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 84934656, PartitionName = "untitled", PartitionType = "Apple_UNIX_SVR2", PartitionStart = 49283072, PartitionSectors = 165888,
|
||||
PartitionSequence = 1, PartitionStartSector = 96256 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 2064384, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 32768, PartitionSectors = 4032,
|
||||
PartitionSequence = 2, PartitionStartSector = 64 },
|
||||
new Partition{ Description = null, Size = 47185920, Name = "untitled", Type = "Apple_HFS", Offset = 2097152, Length = 92160,
|
||||
Sequence = 0, Start = 4096 },
|
||||
new Partition{ Description = null, Size = 84934656, Name = "untitled", Type = "Apple_UNIX_SVR2", Offset = 49283072, Length = 165888,
|
||||
Sequence = 1, Start = 96256 },
|
||||
new Partition{ Description = null, Size = 2064384, Name = "Extra", Type = "Apple_Free", Offset = 32768, Length = 4032,
|
||||
Sequence = 2, Start = 64 },
|
||||
},
|
||||
// Silverlining 2.2.1
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 3072, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 6,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25088, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 98304, PartitionSectors = 49,
|
||||
PartitionSequence = 1, PartitionStartSector = 192 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 65536, PartitionName = "Macintosh_SL", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 128,
|
||||
PartitionSequence = 2, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 65536, PartitionName = "Macintosh_SL", PartitionType = "Apple_Driver_ATA", PartitionStart = 98304, PartitionSectors = 128,
|
||||
PartitionSequence = 3, PartitionStartSector = 192 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25804800, PartitionName = "Untitled #1", PartitionType = "Apple_HFS", PartitionStart = 163840, PartitionSectors = 50400,
|
||||
PartitionSequence = 4, PartitionStartSector = 320 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 237568, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 25968640, PartitionSectors = 464,
|
||||
PartitionSequence = 5, PartitionStartSector = 50720 },
|
||||
new Partition{ Description = null, Size = 3072, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 6,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25088, Name = null, Type = "Apple_Driver", Offset = 98304, Length = 49,
|
||||
Sequence = 1, Start = 192 },
|
||||
new Partition{ Description = null, Size = 65536, Name = "Macintosh_SL", Type = "Apple_Driver43", Offset = 32768, Length = 128,
|
||||
Sequence = 2, Start = 64 },
|
||||
new Partition{ Description = null, Size = 65536, Name = "Macintosh_SL", Type = "Apple_Driver_ATA", Offset = 98304, Length = 128,
|
||||
Sequence = 3, Start = 192 },
|
||||
new Partition{ Description = null, Size = 25804800, Name = "Untitled #1", Type = "Apple_HFS", Offset = 163840, Length = 50400,
|
||||
Sequence = 4, Start = 320 },
|
||||
new Partition{ Description = null, Size = 237568, Name = "Extra", Type = "Apple_Free", Offset = 25968640, Length = 464,
|
||||
Sequence = 5, Start = 50720 },
|
||||
},
|
||||
// Hard Disk Speed Tools 3.6
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 13824, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 32768, PartitionSectors = 27,
|
||||
PartitionSequence = 0, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 51200, PartitionName = "Macintosh", PartitionType = "Apple_Driver43", PartitionStart = 32768, PartitionSectors = 100,
|
||||
PartitionSequence = 1, PartitionStartSector = 64 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 25165824, PartitionName = "untitled", PartitionType = "Apple_HFS", PartitionStart = 83968, PartitionSectors = 49152,
|
||||
PartitionSequence = 2, PartitionStartSector = 164 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 963584, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 25249792, PartitionSectors = 1882,
|
||||
PartitionSequence = 3, PartitionStartSector = 49316 },
|
||||
new Partition{ Description = null, Size = 13824, Name = null, Type = "Apple_Driver", Offset = 32768, Length = 27,
|
||||
Sequence = 0, Start = 64 },
|
||||
new Partition{ Description = null, Size = 51200, Name = "Macintosh", Type = "Apple_Driver43", Offset = 32768, Length = 100,
|
||||
Sequence = 1, Start = 64 },
|
||||
new Partition{ Description = null, Size = 25165824, Name = "untitled", Type = "Apple_HFS", Offset = 83968, Length = 49152,
|
||||
Sequence = 2, Start = 164 },
|
||||
new Partition{ Description = null, Size = 963584, Name = "Extra", Type = "Apple_Free", Offset = 25249792, Length = 1882,
|
||||
Sequence = 3, Start = 49316 },
|
||||
},
|
||||
// VCP Formatter 2.1.1
|
||||
new []{
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 12288, PartitionName = null, PartitionType = "Apple_Driver", PartitionStart = 57344, PartitionSectors = 24,
|
||||
PartitionSequence = 0, PartitionStartSector = 112 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Macintosh", PartitionType = "Apple_Driver", PartitionStart = 57344, PartitionSectors = 32,
|
||||
PartitionSequence = 1, PartitionStartSector = 112 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 16384, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 73728, PartitionSectors = 32,
|
||||
PartitionSequence = 2, PartitionStartSector = 144 },
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 27986944, PartitionName = "MacOS", PartitionType = "Apple_HFS", PartitionStart = 90112, PartitionSectors = 54662,
|
||||
PartitionSequence = 3, PartitionStartSector = 176 },
|
||||
new Partition{ Description = null, Size = 12288, Name = null, Type = "Apple_Driver", Offset = 57344, Length = 24,
|
||||
Sequence = 0, Start = 112 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Macintosh", Type = "Apple_Driver", Offset = 57344, Length = 32,
|
||||
Sequence = 1, Start = 112 },
|
||||
new Partition{ Description = null, Size = 16384, Name = "Extra", Type = "Apple_Free", Offset = 73728, Length = 32,
|
||||
Sequence = 2, Start = 144 },
|
||||
new Partition{ Description = null, Size = 27986944, Name = "MacOS", Type = "Apple_HFS", Offset = 90112, Length = 54662,
|
||||
Sequence = 3, Start = 176 },
|
||||
// TODO: ADFS tries to read past this partition...
|
||||
new Partition{ PartitionDescription = null, PartitionLength = 1024, PartitionName = "Extra", PartitionType = "Apple_Free", PartitionStart = 28077056, PartitionSectors = 2,
|
||||
PartitionSequence = 4, PartitionStartSector = 54838 },
|
||||
new Partition{ Description = null, Size = 1024, Name = "Extra", Type = "Apple_Free", Offset = 28077056, Length = 2,
|
||||
Sequence = 4, Start = 54838 },
|
||||
},
|
||||
};
|
||||
|
||||
@@ -488,13 +488,13 @@ namespace DiscImageChef.Tests.Partitions
|
||||
{
|
||||
// Too chatty
|
||||
//Assert.AreEqual(wanted[i][j].PartitionDescription, partitions[j].PartitionDescription, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionLength, partitions[j].PartitionLength, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionName, partitions[j].PartitionName, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionType, partitions[j].PartitionType, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionStart, partitions[j].PartitionStart, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionSectors, partitions[j].PartitionSectors, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionSequence, partitions[j].PartitionSequence, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].PartitionStartSector, partitions[j].PartitionStartSector, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Size, partitions[j].Size, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Name, partitions[j].Name, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Type, partitions[j].Type, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Offset, partitions[j].Offset, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Length, partitions[j].Length, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Sequence, partitions[j].Sequence, testfiles[i]);
|
||||
Assert.AreEqual(wanted[i][j].Start, partitions[j].Start, testfiles[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user