Various files to support the Unix operating system on a 3b2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 01-01-2024 KenUnix
-
- Some notes for the 3b2-700 simh
-
- In the boot.ini.mast to activate the SCSI tape drive do:
- set scsi2 enable
- set scsi2 st120
- att scsi2 filename.tap
-
- In Unix use device /dev/rSA/qtape1 as
- tar -cvf /dev/rSA/qtape1 input-files
- tar -tvf /dev/rSA/qtape1
-
- Also known as device c1t2d0s1
-
- The device type is ST120 for a 120mb tape
|