> On linux and any other unix flavor you do not need any special tool to co=
> py a =
> 
> disk image to a disk. Just use the standard dd command to copy it to the =
> 
> floppy device. For example, on my system I use:
> dd if=3Dfilename.dsk of=3D/dev/fd0
> 
> And if you want to copy from disk to diskimage:
> dd if=3D/dev/fd0 of=3Dfilename.dsk

I always use:

cat filename.dsk > /dev/fd0

which also works great on Linux and Unix.

cat /dev/fd0 > filename.dsk

will probably work also.
 
Unix - how easy things can be.

Grtjs, Manuel

PS: MSX 4 EVER!
PPS: Visit my homepage at http://studs.sci.kun.nl:8888/manuelbi or
http://www.geocities.com/SiliconValley/Vista/2653/manuelind.html (mirror, only
use it when the other URL gives trouble (e.g. server offline))


****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****

Reply via email to