ND-10634A: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(→‎Labels: added image of floppy label)
m (→‎Images: update link to an image)
Line 30: Line 30:
=== Images ===
=== Images ===
Image (made with dd) of 5.25 inch floppy . Note: image is from single side format floppy.
Image (made with dd) of 5.25 inch floppy . Note: image is from single side format floppy.
* [https://drive.google.com/open?id=1vVmUrJYUzKlJdqBX_w-7ufK5_aHWB11T ND-10634A.image.gz]
* [http://tingo.homedns.org/files/nd/sw/ND-10634A.image.gz ND-10634A.image.gz]


==== Errors ====
==== Errors ====

Revision as of 18:26, 5 November 2022

Memory To Floppy Dump (MEMTOF-100).

Description

Prerequisites

The following are required in order to use this product.

Hardware

ND-100 computer.

Software

This program runs standalone. This program runs only on SINTRAN III version I.

Documentation

PD- or PI-sheet:

Manual(s):

Installation

Date

Date of release, production, revision.

Date: 1984.01.15

Media

Labels

Images

Image (made with dd) of 5.25 inch floppy . Note: image is from single side format floppy.

Errors

There are possibly errors on the floppy.

First I try with normal (double sided) format

tingo@kg-t2$ dd if=/dev/fd1 of=./ND-10634A.image bs=1024
dd: /dev/fd1: Input/output error
0+0 records in
0+0 records out
0 bytes transferred in 3.843320 secs (0 bytes/sec)

Then I try with single sided format

tingo@kg-t2$ dd if=/dev/fd1 of=./ND-10634a.image bs=512
616+0 records in
616+0 records out
315392 bytes transferred in 115.319512 secs (2735 bytes/sec)

But ndfs doesn't like it

tingo@kg-t2$ ndfs -t /dev/fd1
Directory name            :  
Object file index pointer : 0 SI: 0x0 (contiguous)
User file index pointer   : 0 SI: 0x0 (contiguous)
Bit file pointer          : 0 SI: 0x0 (contiguous)
No. of unreserved pages   : 0
Error reading page 3211319: Input/output error

Files