readme.txt 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. SCSI2SD, The SCSI Hard Drive Emulator for retro computing.
  2. Traditional hard drives last 5 years*. Maybe, if you're luckly, you'll get 10
  3. years of service from a particular drive. The lubricants wear out, the spindles
  4. rust. SCSI2SD is a modern replacement for failed drives. It allows the use of
  5. vintage computer hardware long after their mechanical drives fail. The use of
  6. SD memory cards solves the problem of transferring data between the vintage
  7. computer and a modern PC (who still has access to a working floppy drive ?)
  8. *All statistics are made up.
  9. Features
  10. In-built active terminator.
  11. Emulates up to 4 SCSI devices
  12. Supports sector sizes from 64 bytes to 8192 bytes
  13. Firmware updatable over USB
  14. Highly configurable over USB
  15. Selectable SCSI ID
  16. Selectable parity support
  17. Enable/disable Unit Attention Condition
  18. Artificial limits on the SCSI disk size (eg. limit size to 4G to avoid OS bugs)
  19. Sector size (can also be set via the SCSI MODE SELECT command, as sent by SCSI format utilities).
  20. Technical Specifications
  21. SCSI Interface
  22. SCSI-2 Narrow 8-bit 50-pin connector. Supports asynchronous transfers only.
  23. Micro SD Card Interface
  24. Standard microSDSC (1GB maximum size)
  25. microSDHC, microSDXC
  26. Communication is via the SPI protocol at 25MHz.
  27. USB Interface (firmware updates and config)
  28. USB 2.0 micro-B
  29. Power
  30. 5V via standard molex drive connector.
  31. Dimensions
  32. 10cm x 10cm x 1.5cm
  33. Mounting holes to suit standard 2.5" - 3.5" drive bracket.
  34. Performance
  35. As currently implemented:
  36. Transfer size: 512 2048 8192 65536
  37. -------------------------------------------------------
  38. read: 2MB/s 2.1MB/s 2.5MB/s 2.6MB/s
  39. write: 125kB/s 441kB/s 1.5MB/s 2.3MB/s
  40. -------------------------------------------------------
  41. Tested with a 16GB class 10 SD card, via the commands:
  42. # WRITE TEST
  43. sudo dd bs=${SIZE} count=100 if=/dev/zero of=/dev/sdX oflag=dsync
  44. # READ TEST
  45. sudo dd bs=${SIZE} count=100 if=/dev/sdX of=/dev/null
  46. Compatibility
  47. Computer systems
  48. Mac LC-III and LC-475
  49. Mac II running System 6.0.8
  50. Mac SE/30
  51. Apple IIgs using Apple II High Speed SCSI controller card (from v3.3)
  52. Symbolics Lisp Machine XL1200, using 1280 byte sectors (from v3.4)
  53. PDP-11/73 running RSX11M+ V4.6
  54. Microvax 3100 Model 80 running VMS 7.3 (needs patch against v3.5.2 firmware)
  55. Amiga 500+ with GVP A530
  56. Commodore Amiga 500 KS 1.3 with Oktagon 508 SCSI-2 controller
  57. Amiga 2000 (B2000 rev 6.4 ECS) with DKB RapidFire SCSI 1 card
  58. Amiga 4000 equipped with CyberStorm PPC using 68pin adapter.
  59. Atari TT030 System V
  60. Atari MEGA STE
  61. needs J3 TERMPWR jumper
  62. 1GB limit (--blocks=2048000)
  63. Sharp X68000
  64. SASI models supported. See gamesx.com for information on building a custom cable.
  65. needs J3 TERMPWR jumper
  66. Set to SCSI ID 3. ID0 will not work.
  67. Compaq XP-1000 Professional Workstation
  68. Alpha 21264 CPU, 667MHz, with a QLogic SCSI controller in a PCI slot
  69. SCSI-based Macintosh Powerbooks (2.5" SCSI2SD)
  70. Also reported to work on Thinkpad 860 running Win NT 4.0 PowerPC.
  71. AT&T 3B2/600
  72. Sun 2/120 Workstation (Unit Attention disabled)
  73. Data General MV/2500DC running AOS/VS
  74. Vendor: MICROoP
  75. Product: 1578-15 UP
  76. Revision: DG02
  77. Device-type modifier: 0x4c
  78. Applix 1616
  79. IMS MM/1
  80. Samplers
  81. Roland JS-30 Sampler
  82. Akai S1000, S3200, S3000XL, MPC 2000XL, DPS 12
  83. SCSI cable reversed on S3200
  84. There are compatibility problems with the Akai MPC3000. It works (slowly) with the alternate Vailixi OS with multi-sector transfers disabled.
  85. EMU Emulator E4X with EOS 3.00b and E6400 (classic) with Eos 4.01
  86. EMU E6400 w/ EOS2.80f
  87. EMU Emax2
  88. Ensoniq ASR-X, ASR-10 (from v3.4, 2GB size limit)
  89. ASR-20 Requires TERMPWR jumper.
  90. ASR-X resets when writing to devices > 2Gb.
  91. Kurzweil K2000R
  92. See kurzweil.com for size limits which a dependant on the OS version. Older OS versions have a 1GB limit.
  93. SCSI cable reversed
  94. Casio FZ-20M
  95. Requires TERMPWR jumper. The manual shows the pin25 of the DB25 connector is "not connected".
  96. May require scsi2sd-config --apple flag
  97. Yamaha A5000, A3000, EX5, EX5R
  98. EMU ESI4000
  99. Other
  100. HP 16601A, 16700A logic analyzers
  101. Fluke 9100 series
  102. Reftek RT-72A Seismic datalogger.
  103. http://www.iris.iris.edu/passcal/Reftek/72A-R-005-00.1.pdf
  104. http://www.iris.iris.edu/passcal/Manual/rtfm.s3a.13.html
  105. Konami Simpson's Bowling arcade machine
  106. http://forums.arcade-museum.com/showthread.php?p=3027446