View Single Post
  #9   (View Single Post)  
Old 17th July 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

The following command will zero out the Master Boot Record, which includes the partition table, located at the first sector of a drive
Code:
# dd if=/dev/zero of=/dev/ad0 bs=512 count=1
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote