From 8dfe9d1b5ef25369fab16a003899e52bc1e51826 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 27 Nov 2021 18:22:50 -0800 Subject: [PATCH] Use a byte size the Floptical driver recognizes. Remove the 21MB profile as it doesn't work. (#492) --- src/web/drive_properties.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/web/drive_properties.json b/src/web/drive_properties.json index 6597e866..65afbfa1 100644 --- a/src/web/drive_properties.json +++ b/src/web/drive_properties.json @@ -365,22 +365,10 @@ "product": "Io20S *F", "revision": "PP33", "block_size": 512, - "size": 1474048, + "size": 1474560, "name": "Iomega Floptical 1.44MB", "file_type": "hdr", - "description": "Iomega Floptical 21MB/1.44MB SCSI drive", - "url": "https://github.com/akuker/RASCSI/wiki/Iomega-Floptical" -}, -{ - "device_type": "SCRM", - "vendor": "IOMEGA", - "product": "Io20S *F", - "revision": "PP33", - "block_size": 512, - "size": 20874240, - "name": "Iomega Floptical 21MB", - "file_type": "hdr", - "description": "Iomega Floptical 21MB/1.44MB SCSI drive", + "description": "Iomega Floptical 1.44MB SCSI drive", "url": "https://github.com/akuker/RASCSI/wiki/Iomega-Floptical" }, {