Shell Commands/HDRead
From MorphOS Library
HDRead - Reads sector(s) from device/unit and dumps them to shell
DEVICE/A, UNIT/A/N, SECTOR/A/N, COUNT/A/N, SECTORSIZE/N
DEVICE - Device name from where to read UNIT - Device unit to use SECTOR - Start sector to dump COUNT - Number of sectors to read SECTORSIZE - Optional: sector size
Example:
HDRead ide.device 0 0 64 512 ram:rdb_dump.bin
See also: HDTest command.