Rawwrite: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Reverted edits by Kmcguire (Talk); changed back to last version by Combuster)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
RawWrite (RAWRITE) is a tool for creating boot disks and other floppy disk images. A windows version called 'Rawwritewin' is available [http://www.chrysocome.net/rawwrite here]
RawWrite is a tool for writing and reading raw images from/to floppy disks. The Windws version is called 'Rawwritewin'


== Using RawWrite ==
{{Stub}}
=== Command Line ===
There are two command lines, one for reading and one for writing.
To read the content of a floppy into an image file, use:
rawwritewin --read --drive driveno file.img
To write an image file to floppy, us:
rawwritewin --write --copies n --drive driveno file.img
The drives are indexed, where 0 indicates the first/default drive.

=== GUI ===
I think there is no need to explain the use of the GUI because it is self-explanatory.

== See also ==
=== External links ===
*http://www.chrysocome.net/rawwrite - download RawWrite for Windows


[[Category:Disk Image Utilities]]
[[Category:Disk Image Utilities]]

Latest revision as of 00:58, 23 January 2017

RawWrite is a tool for writing and reading raw images from/to floppy disks. The Windws version is called 'Rawwritewin'

Using RawWrite

Command Line

There are two command lines, one for reading and one for writing. To read the content of a floppy into an image file, use:

rawwritewin --read --drive driveno file.img

To write an image file to floppy, us:

rawwritewin --write --copies n --drive driveno file.img

The drives are indexed, where 0 indicates the first/default drive.

GUI

I think there is no need to explain the use of the GUI because it is self-explanatory.

See also

External links