Welcome, Guest. Please login or register.

Author Topic: Troubles installing Amiga Unix  (Read 1253 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline johnklos

  • Full Member
  • ***
  • Join Date: Feb 2010
  • Posts: 190
    • Show all replies
Re: Troubles installing Amiga Unix
« on: January 26, 2015, 10:24:06 PM »
SCSI tape drives can be accessed like disk devices in Unix, so you should be able to use dd to make the tapes:

dd if=amix_tape_file of=/dev/st0 bs=512

No idea what corresponds to tape drive 0 in GNU/Linux, but it should work just fine there, too.