All, Is there a way to "re-initialize" as disk? remove the the boot loader and partions etc... make it "seem" like a brand new disk? Thanks, Jerry
On 13/02/06, Jerry Geis <geisj at pagestation.com> wrote:> All, > > Is there a way to "re-initialize" as disk? remove the the boot loader and > partions etc... make it "seem" like a brand new disk?dd if=/dev/zero of=/dev/hda bs=512 count=1 Will clear the boot block and partition table on the device attached as /dev/hda. Use with care, obviously. :) Will.
Jerry Geis wrote:> All, > > Is there a way to "re-initialize" as disk? remove the the boot loader and > partions etc... make it "seem" like a brand new disk? > > Thanks, > > Jerry > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >For when you REALLY want everything gone: http://dban.sourceforge.net/