View Single Post
  #6   (View Single Post)  
Old 3rd June 2008
osman osman is offline
Real Name: osman
New User
 
Join Date: May 2008
Location: Lahore, Pakistan
Posts: 9
Default

In Linux ive used for SCSIs

dd if=/dev/zero of=/dev/sdX bs=512 count=1 to remove mbr+partition table.


and dd if=/dev/zero of=/dev/sdX bs=446 count=1 to just remove boot loader.

Replacing sdx with da0 or your device name should also work in BSD. Cause this is standard area to place boot loaders and partition table.

Last edited by osman; 3rd June 2008 at 07:23 AM.
Reply With Quote