readme.txt 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. USB or self-powered using the SCSI host termination power. (v5 only)
  32. Dimensions
  33. 10cm x 5cm x 1.5cm (v5)
  34. 10cm x 10cm x 1.5cm (v3, v4)
  35. Performance
  36. As currently implemented:
  37. Transfer size: 512 2048 8192 65536
  38. -------------------------------------------------------
  39. read: 2MB/s 2.1MB/s 2.5MB/s 2.6MB/s
  40. write: 125kB/s 441kB/s 1.5MB/s 2.3MB/s
  41. -------------------------------------------------------
  42. Tested with a 16GB class 10 SD card, via the commands:
  43. # WRITE TEST
  44. sudo dd bs=${SIZE} count=100 if=/dev/zero of=/dev/sdX oflag=dsync
  45. # READ TEST
  46. sudo dd bs=${SIZE} count=100 if=/dev/sdX of=/dev/null
  47. Compatibility
  48. Computer systems
  49. Mac LC-III and LC-475
  50. Mac II running System 6.0.8
  51. Mac SE/30
  52. Apple IIgs using Apple II High Speed SCSI controller card (from v3.3)
  53. Symbolics Lisp Machine XL1200, using 1280 byte sectors (from v3.4)
  54. PDP-11/73 running RSX11M+ V4.6
  55. Microvax 3100 Model 80 running VMS 7.3 (needs patch against v3.5.2 firmware)
  56. Amiga 500+ with GVP A530
  57. Commodore Amiga 500 KS 1.3 with Oktagon 508 SCSI-2 controller
  58. Amiga 2000 (B2000 rev 6.4 ECS) with DKB RapidFire SCSI 1 card
  59. Amiga 4000 equipped with CyberStorm PPC using 68pin adapter.
  60. Atari TT030 System V
  61. Atari TT running TOS 3.06 with HDDRIVER software version 9.06
  62. Atari Mega ST 1; TOS 1.04; Protar ProFile 30 external hard drive enclosure (1GB size limitation)
  63. Atari MEGA STE
  64. needs J3 TERMPWR jumper
  65. 1GB limit (--blocks=2048000). The OS will fail to read the boot sector if the disk is >= 1GB.
  66. Atari Falcon, TOS 4.02, HDDRIVER 9.06 driver
  67. Sharp X68000
  68. SASI models supported. See gamesx.com for information on building a custom cable.
  69. needs J3 TERMPWR jumper
  70. Set to SCSI ID 3. ID0 will not work.
  71. Compaq XP-1000 Professional Workstation
  72. Alpha 21264 CPU, 667MHz, with a QLogic SCSI controller in a PCI slot
  73. SCSI-based Macintosh Powerbooks (2.5" SCSI2SD)
  74. Also reported to work on Thinkpad 860 running Win NT 4.0 PowerPC.
  75. AT&T 3B2/600
  76. Sun 2/120 Workstation (Unit Attention disabled)
  77. Sun 4/50 workstation
  78. Data General MV/2500DC running AOS/VS
  79. Vendor: MICROoP
  80. Product: 1578-15 UP
  81. Revision: DG02
  82. Device-type modifier: 0x4c
  83. Applix 1616
  84. IMS MM/1
  85. NeXTcube + NeXTSTEP 3.3
  86. NeXTStation
  87. Modified geometry settings are required to avoid "cylinder group too large" errors while formatting.
  88. (To simulate Quantum Fireball 1050S)
  89. 512 bytesPerSector
  90. 139 sectorsPerTrack
  91. 4 tracksPerCylinder
  92. 4135 cylinder per volume
  93. 1 spare sector per cylinder
  94. 2051459 usable sectors on volume
  95. Apollo 400/425s running DOMAIN/OS
  96. Motorola System V/68 R3V7 and R3V8.
  97. Since the installation have information about limited number of drives(most of them with custom commands) it requires a pre-installed disk image to be dd-ed on it. Works with MVME167 and MVME177
  98. Motorola System V/88 R40V4.0 through R40V4.4
  99. It requires to describe the disk into a configuration file. The process is described here - http://m88k.com/howto-001.html
  100. Samplers
  101. Roland JS-30 Sampler
  102. Akai S1000, S3200, S3000XL, MPC 2000XL, DPS 12
  103. SCSI cable reversed on S3200
  104. There are compatibility problems with the Akai MPC3000. It works (slowly) with the alternate Vailixi OS with multi-sector transfers disabled.
  105. EMU Emulator E4X with EOS 3.00b and E6400 (classic) with Eos 4.01
  106. EMU E6400 w/ EOS2.80f
  107. EMU Emax2
  108. Ensoniq ASR-X, ASR-10 (from v3.4, 2GB size limit)
  109. ASR-10 Requires TERMPWR jumper (applies to pre. 5.0 SCSI2SD boards only)
  110. ASR-X resets when writing to devices > 2Gb.
  111. Ensoniq EPS16+
  112. Kurzweil K2000R
  113. See kurzweil.com for size limits which a dependant on the OS version. Older OS versions have a 1GB limit.
  114. SCSI cable reversed
  115. Casio FZ-20M
  116. Requires TERMPWR jumper. The manual shows the pin25 of the DB25 connector is "not connected".
  117. May require scsi2sd-config --apple flag
  118. Yamaha A5000, A3000, EX5, EX5R
  119. EMU ESI4000
  120. Synclavier 9600.
  121. Disable Parity. Max size == 9GB.
  122. Other
  123. HP 16601A, 16700A logic analyzers
  124. Fluke 9100 series
  125. Reftek RT-72A Seismic datalogger.
  126. http://www.iris.iris.edu/passcal/Reftek/72A-R-005-00.1.pdf
  127. http://www.iris.iris.edu/passcal/Manual/rtfm.s3a.13.html
  128. Konami Simpson's Bowling arcade machine
  129. http://forums.arcade-museum.com/showthread.php?p=3027446