echo This proceedure assumes that the host drive (mw0) and the echo destination drive (mw3) are the same physical size (16 Mb)... echo echo echo checking for bad sectors... badblk -w /dev/rmwh3w0 sync sync echo beginning cloning (will take about 21 minutes)... dd if=/dev/mw0h of=/dev/mw3h bs=1b skip=1 count=102 dd if=/dev/mw0h of=/dev/mw3h bs=102b skip=1 sync sync fsck /dev/mw3a sync sync mount /dev/mw3a /t cd /t rm lost+found mklost+found echo writing the boot tracks cd /usr/bin umount /dev/mw3a ./putparam 306 6 17 ./pb ./boot sync sync echo cloning completed!