Home ⇒
RIO-OS ⇒
Programs ⇒
Utilities ⇒
ERRORS
::.. ERRORS ..::
Back
| Prints the error counters of the FLOPPY driver |
| Syntax |
ERRORS
|
| Description |
Prints a summary of the recoverable disk errors which have
occured since last system start.
Counters exist for CRC errors, Sector address and track errors.
|
| I/O-Units |
Unit 2 (CONOUT): Output listing |
| Examples |
%ERRORS
THE FOLLOWING RECOVERABLE ERRORS HAVE OCCURRED SINCE SYSTEM LAST RESTART OR RESET
0000 SEEK ERRORS
0000 SECTOR ADDRESS ERRORS
0002 DATA TRANSFER ERRORS
|
| Notes |
The error counters are stored in the 16bit variables
NCRCE,
NSECTE and
NTRKE. |
For MCZ-Systems:
This command is implemented only with the MCZ 1/20 PROM
date coded 78089 or later, or with the MCZ 1/35 PROM date
coded 780529 or later when ZDOS is used as a secondary file system. |
|
Top
Back