Click to See Complete Forum and Search --> : Whats the linux eqiuvlent of rawrite?


clegg
08-26-2001, 07:11 PM
and where can i get it


thx

Malakin
08-26-2001, 07:18 PM
rawrite does the same thing that dd does.

If you have a floppy disk image and you want to make put it on a floppy the command is like this:
dd if=/imagefile.img of=/dev/fd0
"man dd" for more info of course

Edit: It will come with every linux distro.

[ 26 August 2001: Message edited by: idealego ]

clegg
08-26-2001, 07:21 PM
thx muchly

The Whizzard
08-27-2001, 12:31 AM
Not only that, you can use dd for a bucket-load of other interesting things. Just be careful, though. dd is very powerful and can very much screw stuff up if you acidently switch the 'if=' and 'of='.