readme.txt 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. Can optional supply terminator power back to the SCSI bus
  12. Emulates a non-removable hard drive for maximum compatibility.
  13. Supports sector sizes from 64 bytes to 2048 bytes
  14. Firmware updatable over USB
  15. Highly configurable over USB
  16. Selectable SCSI ID
  17. Selectable parity support
  18. Enable/disable Unit Attention Condition
  19. Artificial limits on the SCSI disk size (eg. limit size to 4G to avoid OS bugs)
  20. Sector size (can also be set via the SCSI MODE SELECT command, as sent by SCSI format utilities).
  21. Technical Specifications
  22. SCSI Interface
  23. SCSI-2 Narrow 8-bit 50-pin connector. Supports asynchronous transfers only.
  24. SD Card Interface
  25. Standard SDSC (1GB maximum size)
  26. SDHC (32GB maximum size)
  27. SDXC cards are untested. Donations welcome.
  28. Communication is via the SPI protocol at 25MHz.
  29. Power
  30. 5V via standard molex drive connector.
  31. Dimensions
  32. 10cm x 10cm x 1.5cm
  33. A 3D-printable bracket is in testing to suit a standard 3.5" hard disk bay.
  34. Performance
  35. As currently implemented:
  36. Sequential read: 930kb/sec Sequential write: 900kb/sec
  37. Tested with a 16GB class 10 SD card, via the commands:
  38. # WRITE TEST
  39. sudo dd bs=8192 count=100 if=/dev/zero of=/dev/sdX oflag=dsync
  40. # READ TEST
  41. sudo dd bs=8192 count=100 if=/dev/sdX of=/dev/null
  42. Compatibility
  43. Tested with Linux (current), Apple Macintosh System 7.5.3 on LC-III, and LC-475 hardware.
  44. Users have reported success on these systems:
  45. Mac II running System 6.0.8
  46. Mac SE/30
  47. Roland JS-30 Sampler
  48. Akai S1000, S3200, S3000XL, MPC 2000XL, DPS 12
  49. EMU Emulator E4X with EOS 3.00b and E6400 (classic) with Eos 4.01
  50. Ensoniq ASR-X, ASR-10 (from v3.4, 2GB size limit)
  51. HP 16601A logic analyzer