Difference between revisions of "Shell Commands/HDWrite"

From MorphOS Library

< Shell Commands

(Created page with "'''HDWrite''' - Writes sectors to a drive Device/A, Unit/A/N, File/A, Sector/A, SectorSize/N, ChunkSize/N <nowiki> DEVICE - Name...")
 
(No difference)

Latest revision as of 14:08, 4 January 2016

HDWrite - Writes sectors to a drive

Device/A, Unit/A/N, File/A, Sector/A, SectorSize/N, ChunkSize/N

DEVICE     - Name of the device to access                                      
UNIT       - Device unit to use
FILE       - Write data from a file, be careful with filesize
SECTOR     - Destination sector number
SECTORSIZE - Size of sectors
CHUNKSIZE  - Split writes into chunks

WARNING: This command should be used with *CAUTION*. Bad usage of it can cause loss of data !

Note: This command is only found on a MorphOS installation media, not on an installed system.