Rawwrite: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(page expanded)
No edit summary
 
Line 1: Line 1:
RawWrite is a tool for writing and reading raw images from/to floppy disks. The windows version is called 'Rawwritewin'
RawWrite is a tool for writing and reading raw images from/to floppy disks. The Windws version is called 'Rawwritewin'


== Using RawWrite ==
== Using RawWrite ==

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