= CCPC7 CF Setup = == Requirements == * Compact Flash card size 8GB and larger * Linux machine with root access * ccpc71.img (7GB disk image) * USB card reader supporting Compact Flash == CF Setup Steps == Assumed that CF card is recognized as /dev/sdd on linux box (check dmesg). '''WARNING'''! Next commands will overwrite /dev/sdd contents. 1. insert CF card, system may attempt to mount it. umount with command: 1. ''umount /dev/sdd1'' 1. ''dd if=ccpc71.img of=/dev/sdd bs=1M'' 1. ''sync'' 1. remove and insert CF card 1. ''mke2fs -j /dev/sdd2 -L '/data' '' 1. ''sync'' 1. CF ready