Thanks for the feedback. You are correct. Initializing the disk, does create the MBR.
I wrote to LSoft, the company that developed the Kill Disk software, and this is there detailed response about initializing a disk after a "kill".
Initializing a disk basically means writing to sector 0, which, among other things, contains Master Boot Record (MBR). An MBR contains the partition information for the disk. Initializing a disk does not create partitions. If you do a kill on a physical disk, you will need to initialize it, create partitions, and format them. If you do a kill on a logical disk, you just need to re-format, as the MBR will not be overwritten.
|