An option is to replace the actual SCSI Disk Drive with a SCSI2SD adapter that uses a SD memory card as the storage media. This appears to be a common way to replace old small, e.g. < 10 GByte, SCSI hard drives. Rev 9-Aug-22 http://www.nextcomputers.org/forums/index.php?topic=3737.0 http://www.nextcomputers.org/forums/index.php?topic=4728.0 www.codesrc.com/mediawiki/index.php/SCSI2SD ctrl-alt-rees.com/2018-09-19-nextstation-easy-scsi2sd-setup.html Winworldpc.com/product/nextstep/3x Example setup of the scsi2sd card: false false true false false false false false true 0x0 0x0 0 4194303 512 139 4 codesrc SCSI2SD 4.2 1234567812345678 [...other targets omitted, are switched off...] Then the xml config can be programmed into the SCSI2SD by plugging it in to a host computer using a Mini USB cable, running scsi2sd-util, and using the “Open File” and “Save To Device” options in the File menu. Example of loading the operating system onto the scsi2sd: sudo dd if=NS33_2GB.dd of=/dev/mmcblk0 conv=fdatasync The conv=fdatasync flag just skips the disk buffer in Linux and writes to the device directly, ensuring everything gets written and skipping the lengthy wait when ejecting the SD card.