> I tried to create a second copy of my startup disk using the diskcopy
> utility from DOS. It is the only one I know that copies disks sector by
> sector. I didn't make it - I took a message illegal operation or something.
> Is there another way to make it from Windows or Linux ?
> christos
Kalimera Christos,
"dd" command is excellent in these kind of tasks.
For saving a diskette image in /root/mydikettes directory, I use :
dd if=/dev/fd0 of=/root/mydiskettes/cnet-util-dkt.1 bs=1440k
To create a diskette from a saved image :
dd if=/root/mydiskettes/cnet-util-dkt.1 of=/dev/fd0 bs=1440k
I usually save my important diskettes this way, to be able to recreate
it back when (not "if" :-) the diskette builds media errors.
Kalispera,
--
Abdullah Ramazanoglu ( aramazanoglu AT demirbank DOT com DOT tr )