Difference between revisions of "Linux: BIOS Raid Metadata"
Jump to navigation
Jump to search
(Created page with "There are three possible ways to erase Bios Raid metadata: ==LINUX (May not work) == <syntaxhighlight> dmraid -r -E /dev/disk </syntaxhighlight> <syntaxhighlight> dd if=/dev/zero of=/dev/sdb bs=1 count=16...") |
m (→Windows) |
||
| Line 20: | Line 20: | ||
select disk [x] | select disk [x] | ||
clean | clean | ||
| − | </ | + | </syntaxhighlight> |
Revision as of 12:13, 6 November 2012
There are three possible ways to erase Bios Raid metadata:
LINUX (May not work)
dmraid -r -E /dev/diskdd if=/dev/zero of=/dev/sdb bs=1 count=16384Windows
Load up a version of window and get a command line (shift + f10)
diskpart
select disk [x]
clean