Audio (340) Datatype (50) Demo (203) Development (592) Document (22) Driver (100) Emulation (146) Game (984) Graphics (491) Library (112) Network (230) Office (65) Utility (907) Video (68)
Total files: 4310
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
RawWrite | Description: | Writes raw blocks to a device | Download: | rawwrite.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 24kb | Version: | 1.3 | Date: | 17 Jan 2022 | Author: | Tony Wyatt | Submitter: | Steven Solie | Email: | steven/solie ca | Category: | utility/misc | License: | GPL | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 11921 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 44 (Current version) | | 44 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
RawWrite
This utility reads a file on a mounted volume, given its file name, and
writes a number of blocks from the file to the named device and unit.
****** WARNING !! ******
This utility is dangerous ! It should not be used to write to a mounted DOS
volume. The data written to the device will almost certainly not be the same
as the old data, and the filesystem that has responsibility for the device
may misbehave or crash if the data is changed.
Dismount the volume before writing to the device !!
*************************************************
Command Syntax:
F=From/K/A, B=Blocks/N, K=KB/S, M=MB/S, T=To/K/A, U=Unit/N
From: Enter the name of the file that is to be written to the device. This
argument is required.
Blocks: Enter the number of blocks to be transferred. This argument is optional
-
if you leave it out, the program will read the whole file and write it
to the target device.
KB/MB: Enter exactly ONE of these arguments if you want to specify a block
size. They specify the size of the "blocks" in kB or MB. One (and
only one) argument is permitted, but is only required in conjunction
with the "Blocks" argument.
To: Enter the name of the device (ie the Exec device, eg "usbdisk.device").
This argument is required.
Unit: Enter the Unit number of the device, eg 0, 1, 2, etc. This argument
is optional and if omitted, assumes Unit 0.
****** WARNING !! ******
Be sure - be very sure - that what you have entered is what you mean, before you
type the Enter key. If you specify the wrong Device or the wrong Unit, you may
write over and destroy a volume with important data.
*************************************************
Notes:
1 The utility will check that the file exists and has enough data to satisfy
the request. If the file does not exist, the operation will not be started.
2 If the (number of blocks * the block size) is greater than the file size,
the maximum file size will be used.
3 If the number of blocks and block size are omitted, the program will read
the file in blocks of 1 MB, write them to the device, finishing with one
partial block to complete the transfer.
|