Removing MBR (including the partition table):
# dd if=/dev/null of=/dev/sdX bs=512 count=1Removing MBR (excluding the partition table):
# dd if=/dev/null of=/dev/sdX bs=446 count=1sdX is the device you want to remove the MBR of (like a USB-stick).
November 26, 2009
Removing MBR (including the partition table):
# dd if=/dev/null of=/dev/sdX bs=512 count=1Removing MBR (excluding the partition table):
# dd if=/dev/null of=/dev/sdX bs=446 count=1sdX is the device you want to remove the MBR of (like a USB-stick).
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress