From 1446664310e1616638cd904bcfe30480f9fa33e2 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 13 Nov 2021 17:44:53 -0800 Subject: [PATCH] Add Iomega Floptical profiles (#453) --- src/web/drive_properties.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/web/drive_properties.json b/src/web/drive_properties.json index ee491a2b..6597e866 100644 --- a/src/web/drive_properties.json +++ b/src/web/drive_properties.json @@ -359,6 +359,30 @@ "description": "Removable Iomega Jaz drive, 2GB capacity", "url": "https://archive.eol.ucar.edu/docs/isf/facilities/iss/manual/creating-data-disks.html" }, +{ + "device_type": "SCRM", + "vendor": "IOMEGA", + "product": "Io20S *F", + "revision": "PP33", + "block_size": 512, + "size": 1474048, + "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", + "url": "https://github.com/akuker/RASCSI/wiki/Iomega-Floptical" +}, { "device_type": "SCRM", "vendor": "SYQUEST",