mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Detect Iomega REV 35Gb in raw images.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
if(imageInfo.SectorSize == 2048)
|
||||
{
|
||||
if(imageInfo.Sectors == 17090880) return MediaType.REV35;
|
||||
if(imageInfo.Sectors <= 360000) return MediaType.CD;
|
||||
if(imageInfo.Sectors <= 2295104) return MediaType.DVDPR;
|
||||
if(imageInfo.Sectors <= 2298496) return MediaType.DVDR;
|
||||
|
||||
Reference in New Issue
Block a user