Difference between revisions of "Shell Commands/HDTest"
From MorphOS Library
(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/...") |
(No difference)
|
Latest revision as of 10:47, 3 March 2015
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.