I make a backup / duplicate of my HighCapacity (2Mb) Diagnostics Test Diskette
I use :
# dd if=/dev/fd0 of=/tmp/ddcopy
2880+0 records in.
2880+0 records out.
# dd if=/tmp/ddcopy of=/dev/fd0
2880+0 records in.
2880+0 records out.
Is this a 'real' diskcopy now ? It takes a lot of time to do so, are there other (1-line) commands to do the same ?
thanks, and Happy Cristmas everybody...
I use :
# dd if=/dev/fd0 of=/tmp/ddcopy
2880+0 records in.
2880+0 records out.
# dd if=/tmp/ddcopy of=/dev/fd0
2880+0 records in.
2880+0 records out.
Is this a 'real' diskcopy now ? It takes a lot of time to do so, are there other (1-line) commands to do the same ?
thanks, and Happy Cristmas everybody...