OS4 DepotLogo by Kicko 
(anonymous IP: 18.119.107.96,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Misc » rawwrite.lha

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: 62  (Current version)
62  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
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.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved