how to remove side 2 in image using psi.exe
I'm not expert using PCE utilities and I have a question.
I have several RX-50 floppies that are only single sided.
I would like to remove the content of the 2nd side in the image, during conversion from SCP to IMG format
My guess would be:
pfi disk1.scp disk1.pfi
pfi disk1.pfi -R 1 -r 600000 -p decode pri disk1.pri
pri disk1.pri -p decode mfm disk1.psi -f -v
psi disk1.psi -c all -h 1 -p delete disk1-fix.psi
psi disk1-fix.psi disk1-fix.img
Is that correct ?
I have several RX-50 floppies that are only single sided.
I would like to remove the content of the 2nd side in the image, during conversion from SCP to IMG format
My guess would be:
pfi disk1.scp disk1.pfi
pfi disk1.pfi -R 1 -r 600000 -p decode pri disk1.pri
pri disk1.pri -p decode mfm disk1.psi -f -v
psi disk1.psi -c all -h 1 -p delete disk1-fix.psi
psi disk1-fix.psi disk1-fix.img
Is that correct ?
Comments
The command:
pri disk1.pri -h 0 -p decode mfm disk1.psi -f -v
Will decode only the contents of the first head in to the PSI file.