mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add detection of 150Mb Bernoulli Box II.
This commit is contained in:
@@ -561,6 +561,11 @@ namespace Aaru.CommonTypes
|
||||
"Drive manufacturer is SyQuest, media has 262144 blocks of 512 bytes, setting media type to EZ135.");
|
||||
|
||||
return MediaType.EZ135;
|
||||
case 294918 when vendor.StartsWith("iomega", StringComparison.OrdinalIgnoreCase):
|
||||
AaruConsole.DebugWriteLine("Media detection",
|
||||
"Drive manufacturer is IOMEGA, media has 294918 blocks of 512 bytes, setting media type to 150Mb Bernoulli Box II.");
|
||||
|
||||
return MediaType.Bernoulli150;
|
||||
case 390696 when vendor.ToLowerInvariant() == "syquest":
|
||||
AaruConsole.DebugWriteLine("Media detection",
|
||||
"Drive manufacturer is SyQuest, media has 390696 blocks of 512 bytes, setting media type to SQ2000.");
|
||||
|
||||
Reference in New Issue
Block a user