System Administration Guide, Volume I

The analyze Menu

The analyze menu looks like this.


format> analyze
 
ANALYZE MENU:
    read     - read only test   (doesn't harm SunOS)
    refresh  - read then write  (doesn't harm data)
    test     - pattern testing  (doesn't harm data)
    write    - write then read      (corrupts data)
    compare  - write, read, compare (corrupts data)
    purge    - write, read, write   (corrupts data)
    verify   - write entire disk, then verify (corrupts data)
    print    - display data buffer
    setup    - set analysis parameters
    config   - show analysis parameters
    quit
analyze> 

Table 25-4 describes the analyze menu items.

Table 25-4 The analyze Menu Item Descriptions

The Command ... 

Allows You To ... 

read

Read each sector on this disk. Repairs defective blocks as a default. 

refresh

Read then write data on the disk without harming the data. Repairs defective blocks as a default. 

test

Write a set of patterns to the disk without harming the data. Repairs defective blocks as a default. 

write

Write a set of patterns to the disk then read the data on the disk back. Destroys existing data on the disk. Repairs defective blocks as a default. 

compare

Write a set of patterns to the disk, read the data back, and compare it to the data in the write buffer. Destroys existing data on the disk. Repairs defective blocks as a default. 

purge

Remove all data from the disk so that the data can't be retrieved by any means. Data is removed by writing three distinct patterns over the entire disk (or section of the disk), then writing an hex-bit pattern if the verification passes. 

Repairs defective blocks as a default. 

verify

Write unique data to each block on the entire disk in the first pass. Read and verify the data in the next pass. Destroys existing data on the disk. Repairs defective blocks as a default. 

print

View the data in the read/write buffer. 

setup

Specify the following analysis parameters 

Analyze entire disk? yes
Starting block number: depends on drive
Ending block number: depends on drive
Loop continuously? no
Number of passes: 2
	Repair defective blocks? yes
Stop after first error? no
Use random bit patterns? no
Number of blocks per transfer: 126 (0/n/nn)
Verify media after formatting? yes
Enable extended messages? no
Restore defect list? yes
Restore disk label? yes

Defaults are shown in bold. 

config

View the current analysis parameters. 

quit

Exit the analyze menu.