20140410

bind for chroot

cd /mnt/sysimage
mount -t proc proc proc/
mount --rbind /sys sys/
mount --rbind /dev dev/

20140401

mbr

446 bytes - Bootstrap
64 bytes - Partition table
2 bytes - Signature

deletes mbr only
# dd if=/dev/zero of=/dev/sdc bs=446 count=1