TuxSoftware

Preparing the new hard drives for the new tux:

 badblocks -p 5 -s -v -w -o /tmp/ibad /dev/sdb
mkdir /rootimg
mount -o bind / /rootimg
mount /dev/sd<target> /target
cp -a /rootimg/* /target