mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Add detection and media type for ISO 15041 compliant 3.5" MO 540Mb disks.
This commit is contained in:
@@ -907,6 +907,11 @@ namespace Aaru.CommonTypes.Metadata
|
||||
discType = "3.5\" magneto-optical";
|
||||
discSubType = "ECMA-201";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.ISO_15041_512:
|
||||
discType = "3.5\" magneto-optical";
|
||||
discSubType = "ISO 15041";
|
||||
|
||||
break;
|
||||
case CommonTypes.MediaType.FlashDrive:
|
||||
discType = "USB flash drive";
|
||||
|
||||
Reference in New Issue
Block a user