Hi,

> Now i would like to shrink it somehow, what’s the best and safest way to do 
> it… ?

Like the FAQ says, make a backup of the key with
# dd bs=8192 skip=1 if=/dev/rsd1a of=backup-keydisk.img

Verify that backup-keydisk.img start with the string "marcCRAM".

Reformat sd1 or whatever to your likings (with size 960 for example).
Restore the key with
# dd bs=8192 seek=1 if=backup-keydisk.img of=/dev/rsd1a

Reply via email to