Shell Commands/HDTest

From MorphOS Library

Revision as of 11:47, 3 March 2015 by JPV (talk | contribs) (Created page with "'''HDTest''' - Benchmark FileSystem operations using direct device access DEVICE/K, UNIT/A/N, SECTOR/A/N, SIZE/N, OFFSET/N, RETRY/N, CHIP/S, NOACTUAL/S, NUMDATA/S,SECTORSIZE/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

HDTest - Benchmark FileSystem operations using direct device access

DEVICE/K, UNIT/A/N, SECTOR/A/N, SIZE/N, OFFSET/N, RETRY/N, CHIP/S, NOACTUAL/S, NUMDATA/S,SECTORSIZE/K/N

DEVICE     - Name of the device to access                                      
UNIT       - Device unit to use
SECTOR     - Not Documented
SIZE       - Not Documented
OFFSET     - Not Documented
CHIP       - Not Documented
NOACTUAL   - Not Documented
NUMDATA    - Not Documented
SECTORSIZE - Not Documented

This command acts like FSTest but uses direct device access instead of file access.

WARNING: This command should be used with *CAUTION* as it will not only perform read tests but also write tests. Bad usage of it can cause loss of data !

See also: FSTest and HDRead commands.