Diskussion:Device: /dev/sda, 1 Currently unreadable (pending) sectors: Unterschied zwischen den Versionen

Aus NOBAQ
Zur Navigation springenZur Suche springen
(Ein Kommentar wurde von mike über die Programmerweiterung ArticleComments abgegeben.)
(Ein Kommentar wurde von Niki über die Programmerweiterung ArticleComments abgegeben.)
Zeile 18: Zeile 18:
  
 
I'm afraid to make a mistake
 
I'm afraid to make a mistake
 +
 +
</comment>
 +
== Niki meinte … ==
 +
 +
<comment date="2012-12-29T17:29:49Z" name="Niki">
 +
Are you sure you have the same config as I (RAID1)?
 +
Only in this case my howto makes sense, otherwise you will destroy all your data!!
 +
 +
If you are sure (really sure!) then the disk in the command must match:
 +
 +
cat /dev/zero | pv -s 3000G | dd of=/dev/sdb bs=100M
 +
  
 
</comment>
 
</comment>

Version vom 29. Dezember 2012, 19:29 Uhr

Kommentare zur Seite „Device: /dev/sda, 1 Currently unreadable (pending) sectors“ <comments />


Niki Hammler meinte …

<comment date="2012-08-30T08:30:04Z" name="Niki Hammler"> One additional comment: The problem is NOT solved by rebooting. It seems that zeroing out is necessary :-( </comment>

mike meinte …

<comment date="2012-12-26T17:07:31Z" name="mike"> hello! i have /dev/sdb 3TB how to perform Zeroing the disk for 3TB

cat /dev/zero | pv -s 3000G | dd of=/dev/sda bs=100M

or this is not right ? please show the correct command

I'm afraid to make a mistake

</comment>

Niki meinte …

<comment date="2012-12-29T17:29:49Z" name="Niki"> Are you sure you have the same config as I (RAID1)? Only in this case my howto makes sense, otherwise you will destroy all your data!!

If you are sure (really sure!) then the disk in the command must match:

cat /dev/zero | pv -s 3000G | dd of=/dev/sdb bs=100M 


</comment>