Linux Delete / Remove MBR
Delete MBR including all partitions:
dd if=/dev/zero of=/dev/sdc bs=512 count=1
Delete MBR only:
dd if=/dev/zero of=/dev/sdc bs=446 count=1Delete MBR including all partitions:
dd if=/dev/zero of=/dev/sdc bs=512 count=1
Delete MBR only:
dd if=/dev/zero of=/dev/sdc bs=446 count=1