| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Nov 30 '10 at 15:05 | |
| stats | profile views | 4 |
|
Nov 19 |
awarded | Teacher |
|
Aug 20 |
awarded | Student |
|
Mar 30 |
awarded | Notable Question |
|
Sep 24 |
awarded | Popular Question |
|
Nov 30 |
answered | How to disable software raid (mdadm)? |
|
Nov 29 |
comment |
How to disable software raid (mdadm)? sudo dmraid -r --> "/dev/sdb: pdc, "pdc_ecehgh", mirror, ok, 976562432 sectors, data@ 0" Yep, dmraid finds it. This is with only HD connected. How do I remove the RAID array now? dmraid -x pdc_ecehgh ? Will I loose data? |
|
Nov 29 |
comment |
How to disable software raid (mdadm)? Doesn't work either. It should be something from the harddisks themselves. They tried to be in a RAID array without me even installing mdadm. When I disconnect one of them BIOS tells me that there's a problem, F1- to continue. Then I can use the connected disk normally. When I connect both HDs they become an array, FUUUUU... |
|
Nov 29 |
comment |
How to disable software raid (mdadm)? Will "sudo dd if=/dev/zero of=/dev/sdc" make me lose data? |
|
Nov 29 |
comment |
How to disable software raid (mdadm)? sudo mdadm --zero-superblock /dev/sdc --> mdadm: Couldn't open /dev/sdc for write - not zeroing |
|
Nov 29 |
comment |
How to disable software raid (mdadm)? cat /proc/mdstat >> " Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] unused devices: <none>" |
|
Nov 29 |
asked | How to disable software raid (mdadm)? |