Dear All,
We have a old scsi about 1985, It's work fine with its machine, We don't have any console to dump its data.
I hacked maybe it has Unix System V, such as :
////////////////////////////////////////////////////////////////////
hexdump -C all_of_disk.iso |grep -i srv
0043a2a0 00 06 5c 31 52 53 52 56 00 06 5c 31 52 4c 45 53 |..\1RSRV..\1RLES|
0052bf70 00 52 53 52 56 00 43 4f 50 59 00 45 58 45 43 00 |.RSRV.COPY.EXEC.|
0052c4a0 4e 4f 4e 45 00 06 5c 31 52 53 52 56 00 06 5c 31 |NONE..\1RSRV..\1|
00536070 00 52 53 52 56 00 43 4f 50 59 00 45 58 45 43 00 |.RSRV.COPY.EXEC.|
00536410 4e 4f 4e 45 00 06 5c 31 52 53 52 56 00 06 5c 31 |NONE..\1RSRV..\1|
00560c70 00 52 53 52 56 00 45 58 45 43 00 43 41 4e 43 00 |.RSRV.EXEC.CANC.|
00561220 52 53 52 56 00 06 5c 31 52 4c 45 53 00 06 5c 31 |RSRV..\1RLES..\1|
0130c480 5f 64 59 73 52 56 40 08 29 b7 41 a9 40 67 4f 5a |_dYsRV@.).A.@gOZ|
01375b10 2b 2a 53 72 76 a8 13 fc 5c 58 08 c4 6e 61 00 f8 |+*Srv...\X..na..|
013e9190 73 72 76 a3 50 a8 31 f9 28 4f 30 58 2f a3 30 60 |srv.P.1.(O0X/.0`|
013eb720 73 72 76 8f 51 39 30 1c 33 1b 30 7f 2f a0 30 2d |srv.Q90.3.0./.0-|
015244d0 31 e3 4e 1c 42 45 36 a0 40 aa 33 de 53 72 56 5d |1.N.BE6.@.3.SrV]|
015247f0 32 43 4d bc 41 02 35 20 40 26 33 b5 53 52 56 36 |2CM.A.5 @&3.SRV6|
015249e0 31 c3 4e 3c 42 5f 36 c0 3f c3 33 53 53 72 56 72 |1.N<B_6.?.3SSrVr|
01524a70 33 63 4c 9c 3e 75 35 60 3f e3 33 7b 53 72 56 66 |3cL.>u5`?.3{SrVf|
////////////////////////////////////////////////////////////////////////////////////////
Or more important than above:
////////////////////////////////////////////////////////////////////////////
hexdump -C all_of_disk.iso |grep -i sysv
00000000 53 59 53 56 00 00 00 00 00 00 00 00 00 00 00 00 |SYSV............|
000ea4a0 00 00 53 59 53 56 00 00 00 00 00 00 00 00 00 00 |..SYSV..........|
00651130 5f 67 74 73 79 73 76 2e 6f 00 00 00 00 00 00 00 |_gtsysv.o.......|
00652000 00 00 02 00 67 74 73 79 73 76 00 00 00 00 13 5c |....gtsysv.....\|
00652010 00 01 00 00 02 00 63 70 73 79 73 76 00 00 00 00 |......cpsysv....|
00652580 65 6e 5f 73 79 73 76 5f 63 6f 75 6e 74 00 6f 70 |en_sysv_count.op|
00652590 65 6e 5f 73 79 73 76 5f 66 69 72 73 74 00 6f 70 |en_sysv_first.op|
006525a0 65 6e 5f 73 79 73 76 5f 6c 61 73 74 00 72 65 74 |en_sysv_last.ret|
007101c0 00 00 53 59 53 56 00 00 00 00 00 00 00 00 00 00 |..SYSV..........|
///////////////////////////////////////////////////////////////////////////////////